[packages/libvirt-sandbox] Revert "do not use dot in run-parts scanned dir"

baggins baggins at pld-linux.org
Fri Oct 18 20:02:16 CEST 2013


commit 755bcaceb2e925c49e561e27167e439517709fe4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Oct 18 20:01:49 2013 +0200

    Revert "do not use dot in run-parts scanned dir"
    
    This reverts commit 34a059834e56b17e6ca053432a5b555557ce0295.
    
    Fix new run-parts instead

 libvirt-sandbox.spec | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index 7b40509..9ac54bd 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -2,7 +2,7 @@ Summary:	API for building application sandboxes using libvirt
 Summary(pl.UTF-8):	API do tworzenia sandboksów aplikacyjnych przy użyciu libvirt
 Name:		libvirt-sandbox
 Version:	0.5.0
-Release:	2
+Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
@@ -92,11 +92,10 @@ Bashowe uzupełnianie parametrów dla polecenia virt-sandbox-service.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT/etc/cron.daily/virt-sandbox-service{.logrotate,}
-
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libvirt-sandbox-1.0.la
 # just placeholder, useless in RPM
@@ -122,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/libvirt-sandbox
 %dir %{_sysconfdir}/libvirt-sandbox/scratch
 %dir %{_sysconfdir}/libvirt-sandbox/services
-%config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/virt-sandbox-service
+%config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/virt-sandbox-service.logrotate
 %{_mandir}/man1/virt-sandbox.1*
 %{_mandir}/man1/virt-sandbox-service.1*
 %{_mandir}/man1/virt-sandbox-service-*.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt-sandbox.git/commitdiff/a64d79f85faf33bdf2174514eaec2823e5dd1c3c



More information about the pld-cvs-commit mailing list