File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22Name: htgettoken
3- Version: 0.2
3+ Version: 0.3
44Release: 1%{?dist }
55License: BSD
66Group: Applications/System
@@ -13,6 +13,10 @@ Source0: %{name}-%{version}.tar.gz
1313Source1: %{name }-downloads.tar.gz
1414BuildRequires: python3-pip
1515BuildRequires: python3-devel
16+ # swig and openssl-devel are needed to prevent an M2Crypto problem with
17+ # OpenSSL 1.1
18+ BuildRequires: swig
19+ BuildRequires: openssl-devel
1620
1721%description
1822htgettoken gets OIDC bearer tokens by interacting with Hashicorp vault
@@ -93,7 +97,13 @@ rm -rf $RPM_BUILD_ROOT
9397
9498
9599%changelog
96- #- Avoid including standard system libraries with pyinstaller
100+ * Tue Jul 28 2020 Dave Dykstra <dwd@fnal.gov> 0.3-1
101+ - Avoid including standard system libraries with pyinstaller
102+ - Increase timeout on web browser interaction to 5 minutes
103+ - Set up the interrupt signal to kill the program
104+ - Add BuildRequires for openssl-devel and swig
105+ - Remove confusing code for setting default cafile on RHEL and make setting
106+ the Debian default more clear
97107
98108* Wed Jul 22 2020 Dave Dykstra <dwd@fnal.gov> 0.2-1
99109- Allow for missing xdg-open
You can’t perform that action at this time.
0 commit comments