File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22Name: htgettoken
33Version: 2.0
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55
66License: BSD-3-Clause
77URL: 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
6969mkdir -p %{buildroot }%{_datadir }/man/man1
7070gzip -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
You can’t perform that action at this time.
0 commit comments