]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- rel 1; drop rc-local.service as it is in rc-scripts
authorBartłomiej Zimoń <cactus@pld-linux.org>
Mon, 16 Jan 2012 22:40:25 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.74

systemd.spec

index 9c4d616ab296bdb12e1026d1278587b52d3aefdd..e2fa9ee4c84bbb5d3623188ccd6de6d513ee0939 100644 (file)
@@ -11,7 +11,7 @@ Summary:      A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       38
-Release:       0.6
+Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -240,6 +240,9 @@ ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/random.service
 # do not cover /var/run until packages need rpm-provided-only subdirectories
 %{__rm} $RPM_BUILD_ROOT/lib/systemd/system/local-fs.target.wants/var-run.mount
 
+# it is in rc-scripts pkg
+%{__rm} $RPM_BUILD_ROOT/lib/systemd/system/rc-local.service
+
 # Make sure these directories are properly owned:
 #      - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
 #      - syslog _might_ be used by some syslog implementation (none for now),
This page took 0.24881 seconds and 4 git commands to generate.