packages: systemd/systemd.spec - %config for *.wants content not *.wants di...
wiget
wiget at pld-linux.org
Tue Dec 6 21:16:05 CET 2011
Author: wiget Date: Tue Dec 6 20:16:05 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- %config for *.wants content not *.wants dir itself
- rel. 3
---- Files affected:
packages/systemd:
systemd.spec (1.64 -> 1.65)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.64 packages/systemd/systemd.spec:1.65
--- packages/systemd/systemd.spec:1.64 Tue Dec 6 01:47:32 2011
+++ packages/systemd/systemd.spec Tue Dec 6 21:16:00 2011
@@ -18,7 +18,7 @@
Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
Name: systemd
Version: 37
-Release: 2
+Release: 3
License: GPL v2+
Group: Base
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
@@ -232,8 +232,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
@@ -434,7 +434,8 @@
/lib/systemd/system/*.socket
/lib/systemd/system/*.target
/lib/systemd/system/*.timer
-%config(noreplace,missingok) /lib/systemd/system/*.wants
+%dir /lib/systemd/system/*.wants
+%config(noreplace,missingok) /lib/systemd/system/*.wants/*
%if %{with gtk}
%files gtk
@@ -462,6 +463,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65 2011/12/06 20:16:00 wiget
+- %config for *.wants content not *.wants dir itself
+- rel. 3
+
Revision 1.64 2011/12/06 00:47:32 gotar
- reduced SysV compat mode noise, our own scripts are verbose enough
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.64&r2=1.65&f=u
More information about the pld-cvs-commit
mailing list