]> git.pld-linux.org Git - packages/PackageKit.git/commitdiff
do not use dot in run-parts scanned dir auto/th/PackageKit-0.8.11-2
authorElan Ruusamäe <glen@delfi.ee>
Fri, 18 Oct 2013 17:15:11 +0000 (20:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 18 Oct 2013 17:15:11 +0000 (20:15 +0300)
PackageKit.spec

index 755bc8301d9a50d2fc579ce7392ab8d968ceb421..86e4b8da1e585ef6dd47a74106b53e41ed25618c 100644 (file)
@@ -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
This page took 0.026659 seconds and 4 git commands to generate.