Accepting request 395138 from home:susnux:branches:games:tools

Fixed build on openSUSE 13.1 (it is not needed to forward it to factory).

OBS-URL: https://build.opensuse.org/request/show/395138
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=85
This commit is contained in:
Matthias Mailänder 2016-05-14 13:35:58 +00:00 committed by Git OBS Bridge
parent 606b0423ae
commit f8a9de9e5c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 13 10:04:50 UTC 2016 - rpm@fthiessen.de
- Fixed build on 13.1 by only adding (/var)/run/mumble-server
as temporary file only on newer openSUSE versions (> 1310)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 6 05:40:36 UTC 2016 - mailaender@opensuse.org Fri May 6 05:40:36 UTC 2016 - mailaender@opensuse.org

View File

@ -453,6 +453,8 @@ systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/mumble-server.conf || true
%{_mandir}/man1/murmur-user-wrapper.* %{_mandir}/man1/murmur-user-wrapper.*
%dir %attr(-,mumble-server,mumble-server) %{_localstatedir}/lib/mumble-server %dir %attr(-,mumble-server,mumble-server) %{_localstatedir}/lib/mumble-server
%dir %{_localstatedir}/log/mumble-server %dir %{_localstatedir}/log/mumble-server
%if 0%{?suse_version} > 1310
%ghost %{_rundir}/mumble-server %ghost %{_rundir}/mumble-server
%endif
%changelog %changelog