Skip to content

Commit fcb3351

Browse files
committed
add swig & openssl-devel as BuildRequire, update to version 0.3
1 parent 5670a37 commit fcb3351

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

htgettoken.spec

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22
Name: htgettoken
3-
Version: 0.2
3+
Version: 0.3
44
Release: 1%{?dist}
55
License: BSD
66
Group: Applications/System
@@ -13,6 +13,10 @@ Source0: %{name}-%{version}.tar.gz
1313
Source1: %{name}-downloads.tar.gz
1414
BuildRequires: python3-pip
1515
BuildRequires: 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
1822
htgettoken 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

0 commit comments

Comments
 (0)