rpms/motion/F-19 motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch, 1.1, 1.2 motion.spec, 1.22, 1.23

Tomasz Torcz ttorcz at rpmfusion.org
Wed Jul 10 13:43:19 CEST 2013


Author: ttorcz

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

Modified Files:
	motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch 
	motion.spec 
Log Message:
* Wed Jul 10 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.8
- correct typo in logrotate patch
- rebuild hoping that ffmpeg will be picked up


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-19/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	19 Apr 2013 12:25:03 -0000	1.1
+++ motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch	10 Jul 2013 11:43:18 -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-19/motion.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- motion.spec	19 Apr 2013 12:25:03 -0000	1.22
+++ motion.spec	10 Jul 2013 11:43:18 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           motion
 Version:        3.3.0
-Release:        trunkREV557.7.1%{?dist}
+Release:        trunkREV557.8%{?dist}
 Summary:        A motion detection system
 
 Group:          Applications/Multimedia
@@ -12,7 +12,7 @@
 Patch1:         motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libjpeg-devel ffmpeg-compat-devel zlib-devel
+BuildRequires:  libjpeg-devel ffmpeg-compat-devel zlib-devel ffmpeg-devel
 Buildrequires:  pkgconfig(sqlite3)
 BuildRequires:  systemd-units
 #This requires comes from the startup script, it will be there until motion supports libv4l calls in the code
@@ -95,6 +95,10 @@
 %attr(0755,root,root) %{_unitdir}/%{name}.service
 
 %changelog
+* Wed Jul 10 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.8
+- correct typo in logrotate patch
+- rebuild hoping that ffmpeg will be picked up
+
 * Fri Apr 19 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.3.0-trunkREV557.7.1
 - add patches
 


More information about the rpmfusion-commits mailing list