Accepting request 246110 from GNOME:Next
- No longer do special things for permissions: the reason we had this ws for the shared highscore lists stored in /var. This in turn has no longer happened since 3.11.90. OBS-URL: https://build.opensuse.org/request/show/246110 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-robots?expand=0&rev=28
This commit is contained in:
parent
e4f3d1adb1
commit
42d23afbff
@ -3,6 +3,9 @@ Mon Aug 18 22:59:38 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Updated translations.
|
||||
- No longer do special things for permissions: the reason we had
|
||||
this ws for the shared highscore lists stored in /var. This in
|
||||
turn has no longer happened since 3.11.90.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 17:34:35 UTC 2014 - dimstar@opensuse.org
|
||||
|
@ -59,20 +59,12 @@ make %{?_smp_mflags}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file gnome-robots
|
||||
|
||||
%pre
|
||||
getent group games >/dev/null || groupadd -r games
|
||||
getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nologin
|
||||
|
||||
%post
|
||||
%set_permissions %{_bindir}/%{name}
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_bindir}/%{name}
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
@ -92,10 +84,7 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
||||
%{_datadir}/icons/hicolor/*/actions/teleport*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
%defattr (0755, games, games)
|
||||
# WARNING: If you are modifying this list, don't forget to edit the
|
||||
# %%post/%%verifyscript scripts for set_permissions/verify_permissions.
|
||||
%verify(not mode) %{_bindir}/%{name}
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user