|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%bcond_without selinux
|
|
|
|
|
%global selinux_variants targeted
|
|
|
|
|
%global selinuxtype targeted
|
|
|
|
@ -7,16 +17,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,18 +204,34 @@ fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 09 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-4
|
|
|
|
|
- resolves: RHEL-24924 - Fix requirement on cepces-selinux
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.3.9-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Andreas Schneider <asn@redhat.com> - 0.3.9-1
|
|
|
|
|
- Update to version 0.3.9
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-8
|
|
|
|
|
- Add gating files from c9s
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.3.8-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-5
|
|
|
|
|
- related: RHEL-13739 - Add gating tests
|
|
|
|
|
* Fri Feb 09 2024 Andreas Schneider <asn@redhat.com> - 0.3.8-3
|
|
|
|
|
- Fix installing cepces-selinux
|
|
|
|
|
|
|
|
|
|
* Thu Nov 09 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-4
|
|
|
|
|
- resolves: RHEL-13739 - Add package to CentOS 9 Stream
|
|
|
|
|
* 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
|
|
|
|
@ -273,3 +297,5 @@ fi
|
|
|
|
|
|
|
|
|
|
* Mon Jun 27 2016 Daniel Uvehag <daniel.uvehag@gmail.com> - 0.1.0-1
|
|
|
|
|
- Initial package.
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|