packages: systemd/systemd.spec - fix packagekit files

cactus cactus at pld-linux.org
Mon Nov 28 02:28:30 CET 2011


Author: cactus                       Date: Mon Nov 28 01:28:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix packagekit files

---- Files affected:
packages/systemd:
   systemd.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.44 packages/systemd/systemd.spec:1.45
--- packages/systemd/systemd.spec:1.44	Mon Nov 28 02:09:43 2011
+++ packages/systemd/systemd.spec	Mon Nov 28 02:28:25 2011
@@ -178,6 +178,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__mv} $RPM_BUILD_ROOT{%{_libdir}/lib%{name}-*.so*,/%{_lib}}
+sed -e 's|%{_libdir}|/%{_lib}|' -i $RPM_BUILD_ROOT%{_pkgconfigdir}/libsystemd-daemon.pc -i $RPM_BUILD_ROOT%{_pkgconfigdir}/libsystemd-login.pc
 
 # Create SysV compatibility symlinks. systemctl/systemd are smart
 # enough to detect in which way they are called.
@@ -198,9 +199,9 @@
 %{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants
 
 # do not cover /media (system-specific removable mountpoints)
-%{__rm} $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/media.mount
+%{__rm} -f $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/media.mount
 # do not cover /var/run (packages need rpm-provided subdirectories)
-%{__rm} $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/var-run.mount
+%{__rm} -f $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/var-run.mount
 
 # Make sure these directories are properly owned
 install -d $RPM_BUILD_ROOT/lib/systemd/system/{basic,dbus,default,halt,kexec,poweroff,reboot,syslog}.target.wants
@@ -440,6 +441,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2011/11/28 01:28:25  cactus
+- fix packagekit files
+
 Revision 1.44  2011/11/28 01:09:43  gotar
 - removed /media and /var/run--bind tmpfs mounts from local-fs target,
 - packaged /run directory for tmpfs early-boot mount (this is due to
================================================================

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



More information about the pld-cvs-commit mailing list