rpms/motion/F-18 motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch, 1.1, 1.2 motion.spec, 1.20, 1.21

Tomasz Torcz ttorcz at rpmfusion.org
Sun Apr 21 12:35:43 CEST 2013


Author: ttorcz

Update of /cvs/free/rpms/motion/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24486

Modified Files:
	motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch 
	motion.spec 
Log Message:
* Sun Apr 21 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.3
- fix typo in logrotate patch


motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch:
 motion.logrotate |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
===================================================================
RCS file: /cvs/free/rpms/motion/F-18/motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch	8 Dec 2012 18:24:48 -0000	1.1
+++ motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch	21 Apr 2013 10:35:43 -0000	1.2
@@ -16,7 +16,7 @@
      create 0600 root root
      postrotate
 -        /bin/service motion reload  >/dev/null  2>&1 || true
-+        /usr/bin systemctl reload-or-try-restart motion.service  >/dev/null  2>&1 || true
++        /usr/bin/systemctl reload-or-try-restart motion.service  >/dev/null  2>&1 || true
      endscript
  }
 -- 


Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/F-18/motion.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- motion.spec	8 Dec 2012 18:24:48 -0000	1.20
+++ motion.spec	21 Apr 2013 10:35:43 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           motion
 Version:        3.3.0
-Release:        trunkREV557.2%{?dist}
+Release:        trunkREV557.3%{?dist}
 Summary:        A motion detection system
 
 Group:          Applications/Multimedia
@@ -99,6 +99,9 @@
 %attr(0755,root,root) %{_initrddir}/%{name}
 
 %changelog
+* Sun Apr 21 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.3
+- fix typo in logrotate patch
+
 * Sat Dec 08 2012 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.2
 - fix logrotate snippet to use systemctl instead of (non-existant) /bin/service
   Fixes #26042604


More information about the rpmfusion-commits mailing list