packages: systemd/systemd.spec - move python modules comment where it belon...
glen
glen at pld-linux.org
Wed Nov 30 09:06:35 CET 2011
Author: glen Date: Wed Nov 30 08:06:35 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- move python modules comment where it belongs; adapter
---- Files affected:
packages/systemd:
systemd.spec (1.54 -> 1.55)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.54 packages/systemd/systemd.spec:1.55
--- packages/systemd/systemd.spec:1.54 Tue Nov 29 18:57:16 2011
+++ packages/systemd/systemd.spec Wed Nov 30 09:06:29 2011
@@ -30,7 +30,7 @@
Group: Base
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
# Source0-md5: 1435f23be79c8c38d1121c6b150510f3
-Source1: systemd-sysv-convert
+Source1: %{name}-sysv-convert
Patch0: target-pld.patch
Patch1: config-pld.patch
URL: http://www.freedesktop.org/wiki/Software/systemd
@@ -63,8 +63,8 @@
Requires: agetty
Requires: dbus >= 1.3.2
Requires: dbus-systemd
-# python modules required by systemd-analyze
Requires: filesystem >= 4.0
+# python modules required by systemd-analyze
Requires: python-dbus
Requires: python-modules
Requires: rc-scripts
@@ -218,7 +218,7 @@
touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,os-release,timezone,vconsole.conf}
# Install SysV conversion tool for systemd
-install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
install -d $RPM_BUILD_ROOT/var/log
> $RPM_BUILD_ROOT/var/log/btmp
@@ -226,8 +226,8 @@
%if %{without gtk}
# to shut up check-files
-rm -f $RPM_BUILD_ROOT%{_bindir}/systemadm
-rm -f $RPM_BUILD_ROOT%{_bindir}/systemd-gnome-ask-password-agent
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/systemadm
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/systemd-gnome-ask-password-agent
%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/systemadm.1*
%endif
@@ -443,6 +443,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.55 2011/11/30 08:06:29 glen
+- move python modules comment where it belongs; adapter
+
Revision 1.54 2011/11/29 17:57:16 arekm
- pld specific config
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.54&r2=1.55&f=u
More information about the pld-cvs-commit
mailing list