Accepting request 1121439 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1121439 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=298
This commit is contained in:
parent
eb82e4c4b9
commit
66cef8f95a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 15:01:05 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- Fix the build in SLE and Leap by adding an exclude in the files
|
||||||
|
section for the dirmngr's systemd user units. [jsc#PED-7093]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 17 10:27:15 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
Tue Oct 17 10:27:15 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@ cp systemd-user/README.systemd %{buildroot}%{_docdir}/gpg2/
|
|||||||
%dir %{_sysconfdir}/gnupg
|
%dir %{_sysconfdir}/gnupg
|
||||||
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
||||||
%{_userunitdir}/gpg-agent*
|
%{_userunitdir}/gpg-agent*
|
||||||
|
%if 0%{?sle_version} >= 150500
|
||||||
|
%exclude %{_userunitdir}/dirmngr.*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n dirmngr
|
%files -n dirmngr
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user