]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- %config for *.wants content not *.wants dir itself auto/th/systemd-37-3
authorArtur Frysiak <artur@frysiak.net>
Tue, 6 Dec 2011 20:16:00 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    systemd.spec -> 1.65

systemd.spec

index c342713a8e751639dadfc4729537c57e1955ead6..db0028e060f00b4ab28ec1d0c85e94636b7eef03 100644 (file)
@@ -17,7 +17,7 @@ Summary:      A System and Service Manager
 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
@@ -231,8 +231,8 @@ install -d $RPM_BUILD_ROOT/var/log
 
 %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
 
@@ -433,7 +433,8 @@ fi
 /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
This page took 0.350369 seconds and 4 git commands to generate.