forked from pool/systemd-presets-branding-openSUSE
Accepting request 184314 from home:fcrozat:branches:Base:System
- Rename main default file to 90-default-openSUSE.preset and move the "disable everything" part to a separate file "99-default-disable.preset". This allows fine tuning with additional files, if needed (same as Fedora). OBS-URL: https://build.opensuse.org/request/show/184314 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-branding-openSUSE?expand=0&rev=30
This commit is contained in:
parent
671a5b40a6
commit
ba60a81aad
1
99-default-disable.preset
Normal file
1
99-default-disable.preset
Normal file
@ -0,0 +1 @@
|
||||
disable *
|
@ -9,4 +9,3 @@ enable cups.path
|
||||
enable cups.socket
|
||||
enable nscd.service
|
||||
enable purge-kernels.service
|
||||
disable *
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 12:12:04 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
- Rename main default file to 90-default-openSUSE.preset and move
|
||||
the "disable everything" part to a separate file
|
||||
"99-default-disable.preset". This allows fine tuning with
|
||||
additional files, if needed (same as Fedora).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 11:30:28 UTC 2013 - meissner@suse.com
|
||||
|
||||
|
@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: systemd-presets-branding-openSUSE
|
||||
Version: 0.2.0
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: systemd default presets for openSUSE
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
Source0: default-openSUSE.preset
|
||||
Source1: 99-default-disable.preset
|
||||
BuildRequires: systemd
|
||||
#!BuildIgnore: systemd-presets-branding
|
||||
Requires: systemd
|
||||
@ -43,7 +44,8 @@ Default presets for systemd on openSUSE distribution.
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/usr/lib/systemd/system-preset
|
||||
install -m644 %{SOURCE0} %{buildroot}/usr/lib/systemd/system-preset
|
||||
install -m644 %{SOURCE0} %{buildroot}/usr/lib/systemd/system-preset/90-default-openSUSE.preset
|
||||
install -m644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system-preset/
|
||||
|
||||
%post
|
||||
systemctl daemon-reload >/dev/null 2>&1 || :
|
||||
|
Loading…
Reference in New Issue
Block a user