Fix spnego authentication
resolves: RHEL-22301
This commit is contained in:
parent
f4907c3180
commit
8345d609bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cepces-0.3.7.tar.gz
|
||||
/cepces-0.3.8.tar.gz
|
||||
|
23
cepces-0.3.8-fix-version.patch
Normal file
23
cepces-0.3.8-fix-version.patch
Normal file
@ -0,0 +1,23 @@
|
||||
Index: cepces-0.3.8/cepces/__init__.py
|
||||
===================================================================
|
||||
--- cepces-0.3.8.orig/cepces/__init__.py 2023-02-15 21:58:32.000000000 +0100
|
||||
+++ cepces-0.3.8/cepces/__init__.py 2024-01-25 16:46:56.218989833 +0100
|
||||
@@ -23,7 +23,7 @@ import logging
|
||||
__title__ = 'cepces'
|
||||
__description__ = 'CEP/CES library.'
|
||||
__url__ = 'https://github.com/openSUSE/cepces/'
|
||||
-__version__ = '0.3.7'
|
||||
+__version__ = '0.3.8'
|
||||
__author__ = 'Daniel Uvehag'
|
||||
__author_email__ = 'daniel.uvehag@gmail.com'
|
||||
__license__ = 'GPLv3'
|
||||
Index: cepces-0.3.8/selinux/cepces.te
|
||||
===================================================================
|
||||
--- cepces-0.3.8.orig/selinux/cepces.te 2023-02-15 21:58:32.000000000 +0100
|
||||
+++ cepces-0.3.8/selinux/cepces.te 2024-01-25 16:47:06.118006940 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-policy_module(cepces, 0.3.7)
|
||||
+policy_module(cepces, 0.3.8)
|
||||
|
||||
require {
|
||||
type certmonger_t;
|
10
cepces.spec
10
cepces.spec
@ -4,14 +4,16 @@
|
||||
%global selinux_package_dir %{_datadir}/selinux/packages
|
||||
|
||||
Name: cepces
|
||||
Version: 0.3.7
|
||||
Release: 5%{?dist}
|
||||
Version: 0.3.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate Enrollment through CEP/CES
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/openSUSE/%{name}
|
||||
Source0: https://github.com/openSUSE/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: cepces-0.3.8-fix-version.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release}
|
||||
@ -179,6 +181,10 @@ fi
|
||||
%files selinux -f selinux-files.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jan 30 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-1
|
||||
- related: RHEL-13739 - Update to version 0.3.8
|
||||
- resolves: RHEL-22301 - Fix spnego authentication
|
||||
|
||||
* Tue Nov 14 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-5
|
||||
- related: RHEL-13739 - Add gating tests
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cepces-0.3.7.tar.gz) = 3e7dbaeec84f8f69b27a2938a851434fa4fb73b8cac4cc8cb148b3f7af529c78ea2f0b61bada007064e7663afaa050d716e47496982a5f89ce8aba41602772a3
|
||||
SHA512 (cepces-0.3.8.tar.gz) = bb44e7bfe5ccb3c2e7f59665b1308bf493732ca8a5e6143c26f79b725c05b239a8af79042aa2df7ce2f9d95300099be8f79c1df5ac352d077e43c16b85734c3c
|
||||
|
Loading…
Reference in New Issue
Block a user