-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from aws/update_release
Update release version
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%global major_version 1 | ||
%global minor_version 3 | ||
%global patch_version 5 | ||
%global patch_version 6 | ||
|
||
# For handling bump release by rpmdev-bumpspec and mass rebuild | ||
%global baserelease 0 | ||
|
@@ -12,7 +12,7 @@ Summary: credentials-fetcher is a daemon that refreshes tickets or tokens | |
|
||
License: Apache-2.0 | ||
URL: https://github.com/aws/credentials-fetcher | ||
Source0: credentials-fetcher-v.1.3.5.tar.gz | ||
Source0: credentials-fetcher-v.1.3.6.tar.gz | ||
|
||
BuildRequires: cmake3 make chrpath openldap-clients grpc-devel gcc-c++ glib2-devel jsoncpp-devel | ||
BuildRequires: openssl-devel zlib-devel protobuf-devel re2-devel krb5-devel systemd-devel | ||
|
@@ -67,6 +67,9 @@ ctest3 | |
%attr(0755, -, -) %{_sbindir}/krb5.conf | ||
|
||
%changelog | ||
* Mon Jan 29 2024 Sai Kiran Akula <[email protected]> - 1.3.6 | ||
- Create 1.3.6 release, added input validation | ||
|
||
* Mon Jan 15 2024 Sai Kiran Akula <[email protected]> - 1.3.5 | ||
- Create 1.3.5 release, added input validation | ||
- Flag to handle unit tests | ||
|