Accepting request 50060 from Base:System
Copy from Base:System/systemd based on submit request 50060 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/50060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=8
This commit is contained in:
parent
97cf942bc1
commit
be0e871d28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b66daacfd0716ea2d5292391932a215b6a48f7869e63da73b7a705f9e0ff071
|
||||
size 701858
|
3
systemd-11.tar.bz2
Normal file
3
systemd-11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cd384721c0c63ebd0086db83dc887d307efe6f3e9234be4156ec0e16baa0ed1
|
||||
size 707238
|
@ -1,7 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 15:58:10 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- version 11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 6 09:27:13 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- readahead fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 08:08:13 UTC 2010 - aj@suse.de
|
||||
|
||||
- /etc/modules.d was renamed to modules.load.d
|
||||
- /etc/modules.d was renamed to modules-load.d
|
||||
- only include tmpfiles.d/*conf files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
12
systemd.spec
12
systemd.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package systemd (Version 10)
|
||||
# spec file for package systemd (Version 11)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 10
|
||||
Release: 2
|
||||
Version: 11
|
||||
Release: 1
|
||||
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.load.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,9 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/session
|
||||
%dir %{_sysconfdir}/xdg/systemd/session
|
||||
%dir %{_sysconfdir}/modules.load.d
|
||||
%dir %{_sysconfdir}/modules-load.d
|
||||
%dir %{_sysconfdir}/tmpfiles.d
|
||||
%{_sysconfdir}/tmpfiles.d/*conf
|
||||
%{_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