diff --git a/cepces-0.3.5.tar.bz2 b/cepces-0.3.5.tar.bz2 deleted file mode 100644 index c8d0cbe..0000000 --- a/cepces-0.3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d6af8946bec6ea9982e007059af690f9222b4e3c2c12630cc3e26519826ddf -size 43801 diff --git a/cepces-0.3.6.tar.bz2 b/cepces-0.3.6.tar.bz2 new file mode 100644 index 0000000..ce8fe15 --- /dev/null +++ b/cepces-0.3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727e7ee1efee0ae09a2d32c61b76ca59ca8167b2b81c156846d979bfce6abe39 +size 42650 diff --git a/cepces.changes b/cepces.changes index 717fdd1..fc28f4b 100644 --- a/cepces.changes +++ b/cepces.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 20 12:15:15 UTC 2022 - David Mulder + +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 diff --git a/cepces.spec b/cepces.spec index dbaca20..eff3eee 100644 --- a/cepces.spec +++ b/cepces.spec @@ -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.