SHA256
1
0
forked from pool/systemd

- Do not mask localnet service, it is not yet handled by systemd.

(bnc#716746)

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=191
This commit is contained in:
Frederic Crozat 2011-09-12 08:54:30 +00:00 committed by Git OBS Bridge
parent 4fffadadb3
commit aa7e96c686
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 12 08:33:04 UTC 2011 - fcrozat@suse.com
- Do not mask localnet service, it is not yet handled by systemd.
(bnc#716746)
-------------------------------------------------------------------
Fri Sep 9 09:28:54 UTC 2011 - fcrozat@suse.com

View File

@ -21,7 +21,7 @@
Name: systemd-gtk
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 34
Release: 2
Release: 3
License: GPLv2+
Group: System/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 12 08:33:04 UTC 2011 - fcrozat@suse.com
- Do not mask localnet service, it is not yet handled by systemd.
(bnc#716746)
-------------------------------------------------------------------
Fri Sep 9 09:28:54 UTC 2011 - fcrozat@suse.com

View File

@ -101,7 +101,6 @@ Drop-in replacement of System V init tools.
%package plymouth
License: GPLv2+
Group: System/Base
Summary: Plymouth support for systemd
@ -168,7 +167,8 @@ ln -s /dev/null %{buildroot}/lib/systemd/system/kbd.service
ln -s /dev/null %{buildroot}/lib/systemd/system/ldconfig.service
ln -s /dev/null %{buildroot}/lib/systemd/system/loadmodules.service
install -m644 %{S:2} %{buildroot}/lib/systemd/system/localfs.service
ln -s /dev/null %{buildroot}/lib/systemd/system/localnet.service
# need to be implemented in systemd directly
#ln -s /dev/null %{buildroot}/lib/systemd/system/localnet.service
ln -s /dev/null %{buildroot}/lib/systemd/system/proc.service
ln -s fsck-root.service %{buildroot}/lib/systemd/system/rootfsck.service
ln -s /dev/null %{buildroot}/lib/systemd/system/swap.service