Skip to content

Commit e777edb

Browse files
authored
Merge pull request #107 from DrDaveD/update-2.0-2
Fix broken httokendecode symlink, update to 2.0-2
2 parents 191e697 + fe58fa6 commit e777edb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

htgettoken.spec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22
Name: htgettoken
33
Version: 2.0
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55

66
License: BSD-3-Clause
77
URL: https://github.com/fermitools/htgettoken
@@ -64,7 +64,7 @@ htgettoken gets OIDC bearer tokens by interacting with Hashicorp vault
6464
%py3_install
6565
%endif
6666
# link httokendecode to htdecodetoken
67-
(cd %{buildroot}%{_bindir}/; ln -s htdecode httokendecode)
67+
(cd %{buildroot}%{_bindir}/; ln -s htdecodetoken httokendecode)
6868
# install man pages
6969
mkdir -p %{buildroot}%{_datadir}/man/man1
7070
gzip -c %{name}.1 >%{buildroot}%{_datadir}/man/man1/%{name}.1.gz
@@ -78,11 +78,14 @@ rm -rf $RPM_BUILD_ROOT
7878

7979
# -- changelog
8080

81-
# - Use python wheels to build/install on el9. It didn't work on el8 so
82-
# the use of wheels was removed at the last minute before the 2.0
83-
# release (without removing it from the changelog like it should have).
8481

8582
%changelog
83+
* Thu Jul 25 2024 Dave Dykstra <dwd@fnal.gov> 2.0-2
84+
- Fix broken httokendecode symlink.
85+
- Use python wheels to build/install on el9. It didn't work on el8 so
86+
the use of wheels was removed at the last minute before the 2.0-1
87+
release (without removing it from the changelog like it should have).
88+
8689
* Wed Jul 24 2024 Dave Dykstra <dwd@fnal.gov> 2.0-1
8790
- Replace use of m2crypto and pyOpenSSL with urllib3
8891
- Replace use of pykerberos with gssapi

0 commit comments

Comments
 (0)