diff --git a/postfix.changes b/postfix.changes index e3a7f52..37eea0a 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 7 15:02:14 UTC 2017 - dimstar@opensuse.org + +- Fix usage of fillup_only:-y is not a valid option to this macro. + ------------------------------------------------------------------- Thu Nov 23 13:43:17 UTC 2017 - rbrown@suse.com diff --git a/postfix.spec b/postfix.spec index d4c78da..25417ce 100644 --- a/postfix.spec +++ b/postfix.spec @@ -531,7 +531,7 @@ fi %set_permissions %{_sysconfdir}/%{name}/sasl_passwd %set_permissions %{_sbindir}/sendmail -%{fillup_only -y postfix} +%{fillup_only postfix} %else %{fillup_and_insserv -y postfix} %endif