Accepting request 1121440 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1121440 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=172
This commit is contained in:
commit
9e56a72fd1
@ -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>
|
||||
|
||||
|
@ -183,6 +183,9 @@ cp systemd-user/README.systemd %{buildroot}%{_docdir}/gpg2/
|
||||
%dir %{_sysconfdir}/gnupg
|
||||
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
||||
%{_userunitdir}/gpg-agent*
|
||||
%if 0%{?sle_version} >= 150500
|
||||
%exclude %{_userunitdir}/dirmngr.*
|
||||
%endif
|
||||
|
||||
%files -n dirmngr
|
||||
%license COPYING*
|
||||
|
Loading…
Reference in New Issue
Block a user