Michael Schröder 2016-05-02 11:51:23 +00:00 committed by Git OBS Bridge
parent f87540135a
commit 56d2b24bba
2 changed files with 7 additions and 2 deletions

View File

@ -21,8 +21,8 @@
/usr/lib/rpm/brp-suse \
%{nil}
%restart_on_update() %{service_del_postun %{?*}}
%stop_on_removal() %{service_del_preun %{?*}}
%restart_on_update() %{expand::%%service_del_postun %{?**}}
%stop_on_removal() %{expand:%%service_del_preun %{?**}}
# macro: %configure_kernel_source
#

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 2 13:50:24 CEST 2016 - mls@suse.de
- work around bug in rpm's macro expandsion [bnc#969381]
-------------------------------------------------------------------
Thu Apr 21 15:08:22 CEST 2016 - mls@suse.de