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
This commit is contained in:
Ismail Dönmez 2018-10-24 08:00:33 +00:00 committed by Git OBS Bridge
parent 7c1820fc2a
commit 13d75c7cdc
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 23 22:05:43 UTC 2018 - Christian Boltz <suse-beta@cboltz.de>
- 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

View File

@ -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)