[packages/PackageKit] do not use dot in run-parts scanned dir

glen glen at pld-linux.org
Fri Oct 18 19:15:15 CEST 2013


commit d9e51536b064d4ad5859358e63304d8f6401efa9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Oct 18 20:15:11 2013 +0300

    do not use dot in run-parts scanned dir

 PackageKit.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 755bc83..86e4b8d 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -18,7 +18,7 @@ Summary:	System daemon that is a D-Bus abstraction layer for package management
 Summary(pl.UTF-8):	Demon systemowy będący warstwą abstrakcji D-Bus do zarządzania pakietami
 Name:		PackageKit
 Version:	0.8.11
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@@ -321,6 +321,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT/etc/cron.daily/packagekit-background{.cron,}
+
 # use pk-gstreamer-install as codec installer
 ln -s pk-gstreamer-install $RPM_BUILD_ROOT%{_libdir}/gst-install-plugins-helper
 
@@ -381,7 +383,7 @@ fi
 %attr(755,root,root) %{_bindir}/pkgenpack
 %attr(755,root,root) %{_bindir}/pkmon
 %attr(755,root,root) %{_bindir}/pk-debuginfo-install
-%attr(750,root,root) /etc/cron.daily/packagekit-background.cron
+%attr(750,root,root) /etc/cron.daily/packagekit-background
 %dir %{_libdir}/packagekit-backend
 %dir %{_libdir}/packagekit-plugins
 %attr(755,root,root) %{_libdir}/packagekit-plugins/libpk_plugin-check-shared-libraries-in-use.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/PackageKit.git/commitdiff/d9e51536b064d4ad5859358e63304d8f6401efa9



More information about the pld-cvs-commit mailing list