Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
||||
4ff5c7852e9ac017010d0cf758457b67231931c6 SOURCES/cepces-0.3.8.tar.gz
|
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
||||
SOURCES/cepces-0.3.8.tar.gz
|
||||
/cepces-0.3.5.tar.gz
|
||||
/cepces-0.3.7.tar.gz
|
||||
/cepces-0.3.8.tar.gz
|
||||
/cepces-0.3.9.tar.gz
|
||||
|
@ -1,23 +0,0 @@
|
||||
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;
|
@ -7,16 +7,14 @@
|
||||
%global modulename %{name}
|
||||
|
||||
Name: cepces
|
||||
Version: 0.3.8
|
||||
Release: 4%{?dist}
|
||||
Version: 0.3.9
|
||||
Release: %autorelease
|
||||
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}
|
||||
@ -196,80 +194,4 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-4
|
||||
- resolves: RHEL-24924 - Fix requirement on cepces-selinux
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Nov 09 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-4
|
||||
- resolves: RHEL-13739 - Add package to CentOS 9 Stream
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 0.3.7-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed Jun 28 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-1
|
||||
- Update to version 0.3.7
|
||||
* https://github.com/openSUSE/cepces/releases/tag/v0.3.7
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.3.5-8
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Jul 24 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-6
|
||||
- Review comment #16 addressed
|
||||
- It make more sense that -selinux and -certmonger depends on main package,
|
||||
Not the other round
|
||||
- Recommends: logrotate
|
||||
- Supplements: -selinux, -certmonger
|
||||
|
||||
* Wed Jul 20 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-5
|
||||
- Add Pull request #19
|
||||
- Remove Pull request #17 as it is not accepted
|
||||
- Review comment #13, #14 addressed
|
||||
|
||||
* Mon Jun 27 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-4
|
||||
- Add Pull request #18
|
||||
- Replaces kerberos with gssapi
|
||||
- Replaces requests_kerberos with requests_gssapi
|
||||
|
||||
* Fri Jun 24 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-3
|
||||
- Review comment #4, #7 addressed
|
||||
|
||||
* Wed Jun 22 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-2
|
||||
- Review comment #1 addressed
|
||||
|
||||
* Thu Jun 16 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-1
|
||||
- Initial import to Fedora
|
||||
- Add logrotate
|
||||
- Applied patch for https://github.com/openSUSE/cepces/issues/15
|
||||
|
||||
* Fri Oct 01 2021 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.4-1
|
||||
- Fix collections deprecation
|
||||
|
||||
* Fri Oct 01 2021 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.4-1
|
||||
- Fix collections deprecation
|
||||
|
||||
* Mon Jul 29 2019 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.3-2
|
||||
- Add missing log directory
|
||||
|
||||
* Mon Jul 29 2019 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.3-1
|
||||
- Update to version 0.3.3-1
|
||||
|
||||
* Mon Feb 05 2018 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.0-1
|
||||
- Update to version 0.3.0-1
|
||||
|
||||
* Thu Feb 01 2018 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.2.1-1
|
||||
- Update to version 0.2.1-1
|
||||
|
||||
* Mon Jun 27 2016 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.1.0-1
|
||||
- Initial package.
|
||||
%autochangelog
|
83
changelog
Normal file
83
changelog
Normal file
@ -0,0 +1,83 @@
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.3.8-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Fri Feb 09 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-3
|
||||
- Fix installing cepces-selinux
|
||||
|
||||
* Mon Feb 05 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-2
|
||||
- Require selinux package if selinux is enabled
|
||||
|
||||
* Tue Jan 23 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-1
|
||||
- Update to version 0.3.8
|
||||
* https://github.com/openSUSE/cepces/releases/tag/v0.3.8
|
||||
|
||||
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 0.3.7-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed Jun 28 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-1
|
||||
- Update to version 0.3.7
|
||||
* https://github.com/openSUSE/cepces/releases/tag/v0.3.7
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.3.5-8
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Jul 24 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-6
|
||||
- Review comment #16 addressed
|
||||
- It make more sense that -selinux and -certmonger depends on main package,
|
||||
Not the other round
|
||||
- Recommends: logrotate
|
||||
- Supplements: -selinux, -certmonger
|
||||
|
||||
* Wed Jul 20 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-5
|
||||
- Add Pull request #19
|
||||
- Remove Pull request #17 as it is not accepted
|
||||
- Review comment #13, #14 addressed
|
||||
|
||||
* Mon Jun 27 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-4
|
||||
- Add Pull request #18
|
||||
- Replaces kerberos with gssapi
|
||||
- Replaces requests_kerberos with requests_gssapi
|
||||
|
||||
* Fri Jun 24 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-3
|
||||
- Review comment #4, #7 addressed
|
||||
|
||||
* Wed Jun 22 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-2
|
||||
- Review comment #1 addressed
|
||||
|
||||
* Thu Jun 16 2022 Ding-Yi Chen <dchen@redhat.com> - 0.3.5-1
|
||||
- Initial import to Fedora
|
||||
- Add logrotate
|
||||
- Applied patch for https://github.com/openSUSE/cepces/issues/15
|
||||
|
||||
* Fri Oct 01 2021 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.4-1
|
||||
- Fix collections deprecation
|
||||
|
||||
* Fri Oct 01 2021 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.4-1
|
||||
- Fix collections deprecation
|
||||
|
||||
* Mon Jul 29 2019 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.3-2
|
||||
- Add missing log directory
|
||||
|
||||
* Mon Jul 29 2019 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.3-1
|
||||
- Update to version 0.3.3-1
|
||||
|
||||
* Mon Feb 05 2018 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.3.0-1
|
||||
- Update to version 0.3.0-1
|
||||
|
||||
* Thu Feb 01 2018 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.2.1-1
|
||||
- Update to version 0.2.1-1
|
||||
|
||||
* Mon Jun 27 2016 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.1.0-1
|
||||
- Initial package.
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (cepces-0.3.9.tar.gz) = c94dddfba06d5095fa48e15719131f3fa36b104a88c71505663b1cfc793e93d9d9281be77fbbdbd6c683f14c481c7ed01d44c527d97b98ac4653eeb3c057382d
|
5
tests/smoke.fmf
Normal file
5
tests/smoke.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
test: python3 -c 'import cepces; cepces.Base()'
|
||||
framework: shell
|
||||
require:
|
||||
- python3
|
||||
- python3-cepces
|
Loading…
Reference in New Issue
Block a user