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 #25

Merged
merged 3 commits into from
Oct 12, 2022
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: 5 additions & 3 deletions package/credentials-fetcher.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global major_version 0
%global major_version 1
%global minor_version 0
%global patch_version 94
%global patch_version 0

# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 1
Expand Down Expand Up @@ -34,7 +34,7 @@ The same method can be used to refresh other types of security tokens.
This spec file is specific to Fedora, use this file to rpmbuild on Fedora.

%prep
%setup -q -n credentials-fetcher-0.0.94
%setup -q -n credentials-fetcher-1.0.0

%build
%cmake3
Expand All @@ -60,6 +60,8 @@ ctest3
%attr(0700, -, -) %{_sbindir}/credentials_fetcher_utf16_private.exe

%changelog
* Wed Oct 12 2022 Sai Kiran Akula <saakla@amazon.com> - 1.0.0
- Create 1.0 release
* Sat Sep 10 2022 Samiullah Mohammed <samiull@amazon.com> - 0.0.94-1
- Replace mono with dotnet
* Mon Aug 29 2022 Tom Callaway <spotaws@amazon.com> - 0.0.94-1
Expand Down