SPECS: darkice.spec - rel 2; don't drop privs and use %ghost for l...
mmazur
mmazur at pld-linux.org
Sun Jan 7 16:38:40 CET 2007
Author: mmazur Date: Sun Jan 7 15:38:40 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; don't drop privs and use %ghost for logfile
---- Files affected:
SPECS:
darkice.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/darkice.spec
diff -u SPECS/darkice.spec:1.27 SPECS/darkice.spec:1.28
--- SPECS/darkice.spec:1.27 Sat Jan 6 18:30:53 2007
+++ SPECS/darkice.spec Sun Jan 7 16:38:35 2007
@@ -4,11 +4,12 @@
# - add /etc/sysconfig/darkice with log level selection and maybe not dropping
# privs (so that realtime=yes could work)
# - or some other way to keep realtime scheduling while not running as root
+# - add patch for dropping privs *after* turning on real-time scheduling
Summary: DarkIce live IceCast / ShoutCast streamer
Summary(pl): DarkIce - dostarczyciel strumieni IceCast/ShoutCast
Name: darkice
Version: 0.17.1
-Release: 1
+Release: 2
License: GPL
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/darkice/%{name}-%{version}.tar.gz
@@ -117,7 +118,7 @@
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man?/*
%dir %attr(775,root,darkice) /var/run/darkice
-%attr(660,root,darkice) /var/log/darkice.log
+%attr(660,root,darkice) %ghost /var/log/darkice.log
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -125,6 +126,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2007/01/07 15:38:35 mmazur
+- rel 2; don't drop privs and use %ghost for logfile
+
Revision 1.27 2007/01/06 17:30:53 glen
- unify
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/darkice.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list