[iguanaIR/f21] Fix upstream logrotate issue #1176627.

leamas leamas at fedoraproject.org
Mon Dec 22 23:45:28 UTC 2014


commit e5090a3627803e9ae494797f0a04a90c62dbb908
Author: Alec Leamas <leamas.alec at gmail.com>
Date:   Mon Dec 22 22:04:42 2014 +0100

    Fix upstream logrotate issue #1176627.

 iguanaIR.logrotate |    1 +
 iguanaIR.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/iguanaIR.logrotate b/iguanaIR.logrotate
index 8f51ca5..e84b43f 100644
--- a/iguanaIR.logrotate
+++ b/iguanaIR.logrotate
@@ -1,4 +1,5 @@
 /var/log/iguanaIR/*.log {
+        su iguanair iguanair
 	missingok
 	notifempty
 	postrotate
diff --git a/iguanaIR.spec b/iguanaIR.spec
index 939b816..2ced085 100644
--- a/iguanaIR.spec
+++ b/iguanaIR.spec
@@ -1,6 +1,6 @@
 Name:           iguanaIR
 Version:        1.1.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Epoch:          2
 Summary:        Driver for Iguanaworks USB IR transceiver
 
@@ -204,6 +204,9 @@ fi
 %{_bindir}/%{name}-reflasher
 
 %changelog
+* Mon Dec 22 2014  Alec Leamas <leamas.alec at gmail.com> - 2:1.1.0-14
+- Fixing #1176627: Update logrotate conf.
+
 * Thu Dec 11 2014 Alec Leamas <leamas.alec at gmail.com> - 2:1.1.0-13
 - Filter away bogus, patched so-name from Requires:
 


More information about the scm-commits mailing list