Accepting request 1030187 from home:dmulder:branches:security:idm
Release v0.3.6: - Fix Bug #15 cepces.conf.dist: server should be pointed to actual CEP host - Replace old requests_kerberos with requests_gssapi - setup: Do not install example configs - setup: Respect the prefix the user specifies - Delete the spec file - Make Kerberos delegation configurable - Fix Bug #24 cepces-submit 'TypeError: option values must be strings' - Removed b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch because it is now upstream. OBS-URL: https://build.opensuse.org/request/show/1030187 OBS-URL: https://build.opensuse.org/package/show/security:idm/cepces?expand=0&rev=13
This commit is contained in:
parent
4d2d1d9b19
commit
6f9676f396
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d6af8946bec6ea9982e007059af690f9222b4e3c2c12630cc3e26519826ddf
|
||||
size 43801
|
3
cepces-0.3.6.tar.bz2
Normal file
3
cepces-0.3.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:727e7ee1efee0ae09a2d32c61b76ca59ca8167b2b81c156846d979bfce6abe39
|
||||
size 42650
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 12:15:15 UTC 2022 - David Mulder <dmulder@suse.com>
|
||||
|
||||
Release v0.3.6:
|
||||
- Fix Bug #15 cepces.conf.dist: server should be pointed to actual CEP host
|
||||
- Replace old requests_kerberos with requests_gssapi
|
||||
- setup: Do not install example configs
|
||||
- setup: Respect the prefix the user specifies
|
||||
- Delete the spec file
|
||||
- Make Kerberos delegation configurable
|
||||
- Fix Bug #24 cepces-submit 'TypeError: option values must be strings'
|
||||
- Removed b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch because
|
||||
it is now upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 01 18:58:29 UTC 2022 - David Mulder <dmulder@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global logdir %{_localstatedir}/log/%{app_name}
|
||||
|
||||
Name: %{app_name}
|
||||
Version: 0.3.5
|
||||
Version: 0.3.6
|
||||
Release: 0%{?dist}
|
||||
Summary: Certificate Enrollment through CEP/CES
|
||||
|
||||
@ -46,12 +46,12 @@ Summary: Python part of %{app_name}
|
||||
BuildRequires: python3-cryptography >= 1.2
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-requests-kerberos >= 0.9
|
||||
BuildRequires: python3-requests-gssapi
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: python3-cryptography >= 1.2
|
||||
Requires: python3-requests
|
||||
Requires: python3-requests-kerberos >= 0.9
|
||||
Requires: python3-requests-gssapi
|
||||
|
||||
%description -n python3-%{app_name}
|
||||
%{app_name} is an application for enrolling certificates through CEP and CES.
|
||||
|
Loading…
Reference in New Issue
Block a user