- fix path to sed and grep due to usr move in 12.2
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=28
This commit is contained in:
parent
2bfa030b15
commit
fd074353cf
@ -2,6 +2,7 @@
|
||||
Mon Jun 25 14:58:45 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- allow reading /etc/ssl/openssl.cnf in apparmor profile (bnc#768692)
|
||||
- fix path to sed and grep due to usr move in 12.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 08:49:15 UTC 2012 - lnussel@suse.de
|
||||
|
@ -337,6 +337,9 @@ install -D -m 0755 release/mumble11x %{buildroot}%{_bindir}/mumble11x
|
||||
install -D -m 0755 release/murmurd "%{buildroot}%{_sbindir}/murmurd"
|
||||
install -D -m 0755 %{SOURCE2} %{buildroot}/etc/init.d/mumble-server
|
||||
install -D -m 0755 %{SOURCE3} %{buildroot}/etc/apparmor.d/usr.sbin.murmurd
|
||||
%if 0%{?suse_version} < 1220
|
||||
sed -e 's,/usr/bin/grep,/bin/grep,;s,/usr/bin/sed,/bin/sed,' %{buildroot}/etc/apparmor.d/usr.sbin.murmurd
|
||||
%endif
|
||||
install -d -m 0755 %{buildroot}%{_bindir}
|
||||
# can be launched as user too but apparmor profile doesn't make
|
||||
# sense in that case. So use link to avoid the profile.
|
||||
|
@ -41,8 +41,8 @@
|
||||
/proc/meminfo r,
|
||||
/usr/bin/getopt rix,
|
||||
/usr/bin/head rix,
|
||||
/bin/grep rix,
|
||||
/bin/sed rix,
|
||||
/usr/bin/grep rix,
|
||||
/usr/bin/sed rix,
|
||||
/usr/bin/cut rix,
|
||||
/usr/bin/lsb_release r,
|
||||
/etc/SuSE-release r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user