On 05/16/2010 09:18 PM, Andreas Osowski wrote:
5:48:47 -0000 1.7 @@ -1,6 +1,6 @@ Name: mumble Version: 1.2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Voice chat suite aimed at gamers
Group: Applications/Internet @@ -44,6 +44,8 @@ Requires(post): chkconfig Requires(preun): chkconfig, initscripts Requires(postun): initscripts
+Requires: redhat-lsb
Why does it require redhat-lsb? I thought we agreed that no package would do this.
Rahul
2010/5/16 Rahul Sundaram metherid@gmail.com
On 05/16/2010 09:18 PM, Andreas Osowski wrote:
5:48:47 -0000 1.7 @@ -1,6 +1,6 @@ Name: mumble Version: 1.2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Voice chat suite aimed at gamers
Group: Applications/Internet @@ -44,6 +44,8 @@ Requires(post): chkconfig Requires(preun): chkconfig, initscripts Requires(postun): initscripts
+Requires: redhat-lsb
Why does it require redhat-lsb? I thought we agreed that no package would do this.
Rahul
http://cvs.fedoraproject.org/viewvc/rpms/mumble/devel/murmur.init?revision=1...
It's the same problem as the tor package, murmur.init need a rewritten to match http://fedoraproject.org/wiki/Packaging:SysVInitScript and use /etc/rc.d/init.d/functions instead of . /lib/lsb/init-functions .
Chen Lei