Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update credentials-fetcher.spec #165

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions package/credentials-fetcher.spec
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 65
%global patch_version 7

# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 0
Expand All @@ -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.65.tar.gz
Source0: credentials-fetcher-v.1.3.7.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
Expand Down Expand Up @@ -68,6 +68,10 @@ ctest3
%attr(0755, -, -) %{_sbindir}/krb5.conf

%changelog
* Fri Jan 17 2025 Samiullah Mohammed <[email protected]> - 1.3.7
- DNS and associated retries
- Complex DN support

* Mon Jan 29 2024 Sai Kiran Akula <[email protected]> - 1.3.6
- Create 1.3.6 release, added input validation

Expand Down
Loading