commit 037e98acee26ea3a4b6a4b1d40ac7e071d5c4dfe
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jan 10 18:00:49 2018 +0000
Update to 4.1.1 release
.gitignore | 1 +
motion.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80cb558..1510af4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
motion-3.3.0.tar.gz
/motion-release-4.0.1.tar.gz
/motion-release-4.1.tar.gz
+/motion-release-4.1.1.tar.gz
diff --git a/motion.spec b/motion.spec
index 0d99666..2751f6d 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,7 +21,7 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-%global nextver 4.1
+%global nextver 4.1.1
Name: motion
Version: %{nextver}
Release: 1%{?dist}
@@ -91,7 +91,7 @@ sed -i 's|/var/run/motion/motion.pid|/var/run/motion.pid|g'
%{buildroot}%{_sysco
sed -i 's|;logfile /tmp/motion.log|logfile /var/log/motion.log|g'
%{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|target_dir /tmp/motion|target_dir /var/motion|g'
%{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We install our startup script
-install -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
#We install tmpfiles configuration
install -D -m 0755 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
@@ -129,6 +129,10 @@ find /var/motion -user root -group root -exec chown motion:video
'{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Wed Jan 10 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.1-1
+- Update to 4.1.1 release
+- Fix perms on motion.service (rfbz 4753)
+
* Fri Nov 24 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1-1
- Update to 4.1 release
diff --git a/sources b/sources
index 93ef663..c090708 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c881dc80b2a6031b6e49005cda008f40 motion-release-4.1.tar.gz
+c3d89988f57ad5e4ea2c661a5c2a1fb2 motion-release-4.1.1.tar.gz
Show replies by date