[nethack-vultures] Silence logrotate warning

Bruno Wolff III bruno at fedoraproject.org
Sun Nov 4 14:15:17 UTC 2012


commit 604a4bbb939632ad9894c0b2a8b5c3b5754cf800
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Nov 4 08:14:04 2012 -0600

    Silence logrotate warning
    
    The log directory is supposed to be writeable by vultures.

 nethack-vultures.logrotate |    1 +
 nethack-vultures.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nethack-vultures.logrotate b/nethack-vultures.logrotate
index 290a073..1083095 100644
--- a/nethack-vultures.logrotate
+++ b/nethack-vultures.logrotate
@@ -3,4 +3,5 @@
     nocreate
     notifempty
     missingok
+    su root vultures
 }
diff --git a/nethack-vultures.spec b/nethack-vultures.spec
index 4711338..36ecc88 100644
--- a/nethack-vultures.spec
+++ b/nethack-vultures.spec
@@ -1,6 +1,6 @@
 Name:           nethack-vultures
 Version:        2.1.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        NetHack - Vulture's Eye and Vulture's Claw
 
 Group:          Amusements/Games
@@ -204,6 +204,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Jan 28 2012 Bruno Wolff III <bruno at wolff.to> - 2.1.2-8
+- Silence logrotate warning bz 768355
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list