packages: systemd/systemd.spec - systemd-init R: systemd (no strict EVR as ...

gotar gotar at pld-linux.org
Wed Dec 7 00:22:26 CET 2011


Author: gotar                        Date: Tue Dec  6 23:22:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- systemd-init R: systemd (no strict EVR as there are symlinks only),
- removed /lib/systemd/system/default.target.wants directory, no package
  should ever put any files there, per-system configuration is in /etc

---- Files affected:
packages/systemd:
   systemd.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.67 packages/systemd/systemd.spec:1.68
--- packages/systemd/systemd.spec:1.67	Tue Dec  6 22:34:50 2011
+++ packages/systemd/systemd.spec	Wed Dec  7 00:22:20 2011
@@ -1,7 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-#	- shouldn't ../bin/systemctl symlinks be absolute? -no they shouldn't (think browsing mounted as chroot and seeing all blink due invalid link targets when doing ls)
-#	- %post systemd-sysv-convert
 #
 # Conditional build:
 %bcond_without	audit		# without audit support
@@ -96,6 +93,7 @@
 %package init
 Summary:	systemd /sbin/init and LSB/SysV compatibility symlinks
 Group:		Base
+Requires:	systemd
 Provides:	readahead = 1:1.5.7-3
 Provides:	virtual(init-daemon)
 Obsoletes:	SysVinit
@@ -221,8 +219,7 @@
 #	- halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
 #	- syslog _might_ be used by some syslog implementation (none for now),
 #	- isn't dbus populated by dbus-systemd only (so to be moved there)?
-#	- default should be left intact by distro packages, shouldn't it?
-install -d $RPM_BUILD_ROOT/lib/systemd/system/{dbus,default,halt,kexec,poweroff,reboot,syslog}.target.wants
+install -d $RPM_BUILD_ROOT/lib/systemd/system/{dbus,halt,kexec,poweroff,reboot,syslog}.target.wants
 
 # Create new-style configuration files so that we can ghost-own them
 touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,os-release,timezone,vconsole.conf}
@@ -466,6 +463,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2011/12/06 23:22:20  gotar
+- systemd-init R: systemd (no strict EVR as there are symlinks only),
+- removed /lib/systemd/system/default.target.wants directory, no package
+  should ever put any files there, per-system configuration is in /etc
+
 Revision 1.67  2011/12/06 21:34:50  gotar
 - don't use literal /etc: subdirectories are managed by systemctl,
   distribution provided files go to *lib/, so it's relocatable
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.67&r2=1.68&f=u



More information about the pld-cvs-commit mailing list