Accepting request 49682 from Base:System
Copy from Base:System/systemd based on submit request 49682 from user elvigia OBS-URL: https://build.opensuse.org/request/show/49682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=7
This commit is contained in:
parent
1cd7d40c55
commit
97cf942bc1
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dde1144e7ac56da7c022dd1aefe3587c70e92fe8c393039cbf1f02269f8f2265
|
||||
size 680700
|
||||
oid sha256:7b66daacfd0716ea2d5292391932a215b6a48f7869e63da73b7a705f9e0ff071
|
||||
size 701858
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 08:08:13 UTC 2010 - aj@suse.de
|
||||
|
||||
- /etc/modules.d was renamed to modules.load.d
|
||||
- only include tmpfiles.d/*conf files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 29 11:55:11 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- don't create sysv order deps on merged units
|
||||
- fix Provides: handling in LSB headers (network.target)
|
||||
- native (optional) readahead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 26 20:39:53 UTC 2010 - aj@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 10
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
Summary: A System and Session Manager
|
||||
@ -102,7 +102,7 @@ ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
|
||||
ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
|
||||
rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants
|
||||
rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/modules.d
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/modules.load.d
|
||||
# alias for /etc/init.d/*
|
||||
ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service
|
||||
ln -s systemd-random-seed-load.service $RPM_BUILD_ROOT/lib/systemd/system/random.service
|
||||
@ -147,7 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/session
|
||||
%dir %{_sysconfdir}/xdg/systemd/session
|
||||
%dir %{_sysconfdir}/modules.d
|
||||
%dir %{_sysconfdir}/modules.load.d
|
||||
%dir %{_sysconfdir}/tmpfiles.d
|
||||
%{_sysconfdir}/tmpfiles.d/*conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
|
||||
|
Loading…
Reference in New Issue
Block a user