-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
Summary: Service for generating badges for updown.io checks | ||
Name: updown-badge-server | ||
Version: 1.3.1 | ||
Version: 1.3.2 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: Apache License, Version 2.0 | ||
|
@@ -43,13 +43,15 @@ Service for generating badges for updown.io checks. | |
%{crc_check} | ||
|
||
%setup -q | ||
|
||
%build | ||
if [[ ! -d "%{name}/vendor" ]] ; then | ||
echo "This package requires vendored dependencies" | ||
echo -e "----\nThis package requires vendored dependencies\n----" | ||
exit 1 | ||
elif [[ -f "%{name}/%{name}" ]] ; then | ||
echo -e "----\nSources must not contain precompiled binaries\n----" | ||
exit 1 | ||
fi | ||
|
||
%build | ||
pushd %{name} | ||
go build %{name}.go | ||
cp LICENSE .. | ||
|
@@ -98,6 +100,10 @@ exit 0 | |
################################################################################ | ||
|
||
%changelog | ||
* Mon Jun 24 2024 Anton Novojilov <[email protected]> - 1.3.2-0 | ||
- Code refactoring | ||
- Dependencies update | ||
|
||
* Sat Mar 30 2024 Anton Novojilov <[email protected]> - 1.3.1-0 | ||
- Improved support information gathering | ||
- Code refactoring | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters