- Import 0.7
2a61f77 Convert our configuration file dropins into 'early' ones OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-default-settings?expand=0&rev=18
This commit is contained in:
parent
4a672277e5
commit
e29c6fe0fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10b6c611c0d0b08c3fc3b3a02120574328c4f476ba14cfb9bfa857e07cfad34a
|
||||
size 1833
|
3
systemd-default-settings-0.7.tar.gz
Normal file
3
systemd-default-settings-0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2c55e17d366d6a03078bdc9125c1063ab7cb10a30da35539b1f68518f95b658
|
||||
size 1834
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 16:49:16 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import 0.7
|
||||
|
||||
2a61f77 Convert our configuration file dropins into 'early' ones
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 08:40:19 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: systemd-default-settings
|
||||
URL: https://github.com/openSUSE/systemd-default-settings
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
Summary: Customization of systemd default settings for SUSE distributions
|
||||
License: GPL-2.0-or-later
|
||||
@ -92,10 +92,10 @@ them better suited for SLE-Micro distributions.
|
||||
%make_install
|
||||
|
||||
find %{buildroot} -name \*.d -type d -printf "%%%%dir /%%P\n" >SUSE.list
|
||||
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
|
||||
find %{buildroot} -name 30-defaults-SLE-Micro.conf -printf "/%%P\n" >SLE-Micro.list
|
||||
find %{buildroot} -name \*-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
|
||||
find %{buildroot} -name \*-defaults-SLE.conf -printf "/%%P\n" >SLE.list
|
||||
find %{buildroot} -name \*-defaults-openSUSE.conf -printf "/%%P\n" >openSUSE.list
|
||||
find %{buildroot} -name \*-defaults-SLE-Micro.conf -printf "/%%P\n" >SLE-Micro.list
|
||||
|
||||
%post
|
||||
# Reloading PID1 is probably not enough as some changes will require
|
||||
|
Loading…
Reference in New Issue
Block a user