From 13d75c7cdc318bb7c656c3bd32e47997eddb4b2b71436b72b0f022e324cdc7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 24 Oct 2018 08:00:33 +0000 Subject: [PATCH] Accepting request 644107 from home:cboltz:branches:network - firewall-macros should be BuildRequires, not Requires(post) (the macro gets expanded during package build) Note: this bug / wrong dependency was probably introduced by - Add firewalld service file (bsc#1083705) which I can't access :-( If similar changes were applied to other packages, please also fix them ;-) OBS-URL: https://build.opensuse.org/request/show/644107 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=136 --- vsftpd.changes | 6 ++++++ vsftpd.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/vsftpd.changes b/vsftpd.changes index e985217..5f443bd 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 23 22:05:43 UTC 2018 - Christian Boltz + +- firewall-macros should be BuildRequires, not Requires(post) + (the macro gets expanded during package build) + ------------------------------------------------------------------- Thu Jun 28 15:57:13 UTC 2018 - psimons@suse.com diff --git a/vsftpd.spec b/vsftpd.spec index 2ace60e..87a04ed 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -91,7 +91,7 @@ Requires: logrotate Requires(pre): shadow Provides: ftp-server %if %{use_firewalld} -Requires(post): firewall-macros +BuildRequires: firewall-macros %endif %if 0%{?suse_version} >= 1330 Requires: group(nobody)