Accepting request 1239632 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1239632 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_pkcs11?expand=0&rev=40
This commit is contained in:
commit
c9f5e0773b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 16:07:50 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks for CODE16 (PED-266).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 21:07:33 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
Tue Sep 24 21:07:33 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_pkcs11
|
# spec file for package pam_pkcs11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -132,8 +132,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/pam.d
|
|||||||
cp common-auth-smartcard %{buildroot}%{_sysconfdir}/pam.d/
|
cp common-auth-smartcard %{buildroot}%{_sysconfdir}/pam.d/
|
||||||
%endif
|
%endif
|
||||||
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/pkcs11_eventmgr.service
|
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/pkcs11_eventmgr.service
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
ln -s service %{buildroot}%{_sbindir}/rcpkcs11_eventmgr
|
ln -s service %{buildroot}%{_sbindir}/rcpkcs11_eventmgr
|
||||||
|
%endif
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
@ -178,7 +180,9 @@ done
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/common-auth-smartcard
|
%config(noreplace) %{_sysconfdir}/pam.d/common-auth-smartcard
|
||||||
%endif
|
%endif
|
||||||
%{_prefix}/lib/systemd/system/pkcs11_eventmgr.service
|
%{_prefix}/lib/systemd/system/pkcs11_eventmgr.service
|
||||||
%{_sbindir}/*
|
%if 0%{?suse_version} < 1600
|
||||||
|
%{_sbindir}/rc*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
%doc %{_docdir}/%{name}/api
|
%doc %{_docdir}/%{name}/api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user