- Update to version 0.3.8:
* Fix WSTEP BinarySecurityToken attribute namespaces * Migrate to SPNEGO auth mech OBS-URL: https://build.opensuse.org/package/show/security:idm/cepces?expand=0&rev=17
This commit is contained in:
parent
462e8c1999
commit
1487af99f5
1
_service
1
_service
@ -8,6 +8,7 @@
|
|||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="filename">cepces</param>
|
<param name="filename">cepces</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/openSUSE/cepces.git</param>
|
||||||
|
<param name="changesrevision">91447ecd6116440b606c797db139da55d6c7a3e6</param></service></servicedata>
|
BIN
cepces-0.3.7.tar.bz2
(Stored with Git LFS)
BIN
cepces-0.3.7.tar.bz2
(Stored with Git LFS)
Binary file not shown.
3
cepces-0.3.8.tar.bz2
Normal file
3
cepces-0.3.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0fb4ecbe917e16d677742c09f6b000dceef48eb739ed7d1fc8cc8bd624dd020
|
||||||
|
size 42977
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 22 15:17:33 UTC 2024 - dmulder@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.8:
|
||||||
|
* Fix WSTEP BinarySecurityToken attribute namespaces
|
||||||
|
* Migrate to SPNEGO auth mech
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 14:44:33 UTC 2022 - David Mulder <dmulder@suse.com>
|
Thu Dec 1 14:44:33 UTC 2022 - David Mulder <dmulder@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%global logdir %{_localstatedir}/log/%{app_name}
|
%global logdir %{_localstatedir}/log/%{app_name}
|
||||||
|
|
||||||
Name: %{app_name}
|
Name: %{app_name}
|
||||||
Version: 0.3.7
|
Version: 0.3.8
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Certificate Enrollment through CEP/CES
|
Summary: Certificate Enrollment through CEP/CES
|
||||||
|
|
||||||
@ -35,6 +35,7 @@ Requires: python3-%{app_name} == %{version}
|
|||||||
%if 0%{?sle_version} > 150400 || 0%{?suse_version} > 1500
|
%if 0%{?sle_version} > 150400 || 0%{?suse_version} > 1500
|
||||||
Requires: (%{app_name}-selinux == %{version} if selinux-policy)
|
Requires: (%{app_name}-selinux == %{version} if selinux-policy)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: fdupes
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{app_name} is an application for enrolling certificates through CEP and CES.
|
%{app_name} is an application for enrolling certificates through CEP and CES.
|
||||||
@ -130,6 +131,8 @@ install -p -m 755 bin/%{app_name}-submit \
|
|||||||
|
|
||||||
sed -i 's/\/usr\/bin\/env python3/\/usr\/bin\/python3/g' %{buildroot}%{_libexecdir}/certmonger/%{app_name}-submit
|
sed -i 's/\/usr\/bin\/env python3/\/usr\/bin\/python3/g' %{buildroot}%{_libexecdir}/certmonger/%{app_name}-submit
|
||||||
|
|
||||||
|
%fdupes %{buildroot}/%{python3_sitelib}/%{app_name}
|
||||||
|
|
||||||
%if 0%{?sle_version} > 150400 || 0%{?suse_version} > 1500
|
%if 0%{?sle_version} > 150400 || 0%{?suse_version} > 1500
|
||||||
%post selinux
|
%post selinux
|
||||||
for SELINUXVARIANT in %{selinux_variants}; do
|
for SELINUXVARIANT in %{selinux_variants}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user