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

index 9ac54bd8fd99287f11c45919c563bf7f75b86760..7b4050969a8f58cb6b766e0dfa1e163ce9c61f12 100644 (file)
@@ -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:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
@@ -92,10 +92,11 @@ 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
@@ -121,7 +122,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.logrotate
+%config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/virt-sandbox-service
 %{_mandir}/man1/virt-sandbox.1*
 %{_mandir}/man1/virt-sandbox-service.1*
 %{_mandir}/man1/virt-sandbox-service-*.1*
This page took 0.089816 seconds and 4 git commands to generate.