Dominique Leuenberger 2017-05-31 10:14:46 +00:00 committed by Git OBS Bridge
commit 881c552ab1
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 25 19:21:55 UTC 2017 - zaitor@opensuse.org
- Apply gnome-settings-daemon-more-power-button-actions.patch for
SLE and Leap 42.x only (bgo#1040245).
-------------------------------------------------------------------
Wed May 24 08:58:55 UTC 2017 - gunreben@t-online.de
- Delete /etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
for when no wacom support is present via conditional.
-------------------------------------------------------------------
Wed May 10 13:03:53 UTC 2017 - zaitor@opensuse.org

View File

@ -162,8 +162,8 @@ gnome-patch-translation-prepare
%patch29 -p1
%if 0%{?suse_version} == 1315
%patch31 -p1
%endif
%patch32 -p1
%endif
%build
%if 0%{?suse_version} == 1315
@ -185,6 +185,9 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
%if %{without wacom}
rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
%endif
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %{?no_lang_C}