forked from pool/vsftpd
Accepting request 644184 from network
OBS-URL: https://build.opensuse.org/request/show/644184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=69
This commit is contained in:
commit
73336e2cfd
@ -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
|
Thu Jun 28 15:57:13 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Requires(pre): shadow
|
||||||
Provides: ftp-server
|
Provides: ftp-server
|
||||||
%if %{use_firewalld}
|
%if %{use_firewalld}
|
||||||
Requires(post): firewall-macros
|
BuildRequires: firewall-macros
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires: group(nobody)
|
Requires: group(nobody)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user