Accepting request 849695 from Base:System

- Issue a daemon-reload in %post of the main package

- Import 0.5
  0c5e241 SLE: turn off RemoveIPC by default for logind (fate#320125)
  cb6914f SLE: restore ProtectHostname=no for udevd (bsc#1178374)
  7e332a6 Add a header in all each drop-ins
  465e1c7 Makefile: simplify 'archive' target

- Import 0.4
  a97bb54 Makefile: don't generate the rpm file lists anymore
  5473da6 Makefile: introduce 'archive' target

OBS-URL: https://build.opensuse.org/request/show/849695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-default-settings?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-11-23 15:39:35 +00:00 committed by Git OBS Bridge
commit c1b5f2c961
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb828b0d75db9244e0c46d39a50a1c49e7f732b717d8ad025c4135b3683c78a2
size 1411

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2603bacd9587ed5ab15ed540c334b0b16145310a0644f3e1423f3f71fab9c814
size 1784

View File

@ -1,7 +1,25 @@
-------------------------------------------------------------------
Thu Nov 19 14:29:34 UTC 2020 - Franck Bui <fbui@suse.com>
- Issue a daemon-reload in %post of the main package
-------------------------------------------------------------------
Thu Nov 19 06:26:27 UTC 2020 - Franck Bui <fbui@suse.com>
- Import 0.5
0c5e241 SLE: turn off RemoveIPC by default for logind (fate#320125)
cb6914f SLE: restore ProtectHostname=no for udevd (bsc#1178374)
7e332a6 Add a header in all each drop-ins
465e1c7 Makefile: simplify 'archive' target
-------------------------------------------------------------------
Tue Oct 27 15:00:12 UTC 2020 - Franck Bui <fbui@suse.com>
- rpm file lists are now generated from the spec file.
- Import 0.4
a97bb54 Makefile: don't generate the rpm file lists anymore
5473da6 Makefile: introduce 'archive' target
-------------------------------------------------------------------
Mon Oct 26 14:40:56 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -18,7 +18,7 @@
Name: systemd-default-settings
URL: https://github.com/openSUSE/systemd-default-settings
Version: 0.4
Version: 0.5
Release: 0
Summary: Customization of systemd default settings for SUSE distributions
License: GPL-2.0-or-later
@ -84,6 +84,13 @@ find %{buildroot} -name 20-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
find %{buildroot} -name 25-defaults-SLE.conf -printf "/%%P\n" >SLE.list
find %{buildroot} -name 25-defaults-openSUSE.conf -printf "/%%P\n" >openSUSE.list
%post
# Reloading PID1 is probably not enough as some changes will require
# service restarts or even a reboot. But it might be useful in a few
# cases so...
[ -x /usr/bin/systemctl ] &&
/usr/bin/systemctl systemctl daemon-reload || :
%files -f SUSE.list
%defattr(-,root,root)