forked from pool/haproxy
Accepting request 630511 from home:KGronlund:branches:server:http
- Require apparmor-abstractions to reduce dependencies (bsc#1100787) OBS-URL: https://build.opensuse.org/request/show/630511 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=172
This commit is contained in:
parent
a35d5cdebd
commit
518d1cfede
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 11:41:35 UTC 2018 - kgronlund@suse.com
|
||||||
|
|
||||||
|
- Require apparmor-abstractions to reduce dependencies (bsc#1100787)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 16 07:08:12 UTC 2018 - kgronlund@suse.com
|
Thu Aug 16 07:08:12 UTC 2018 - kgronlund@suse.com
|
||||||
|
|
||||||
|
@ -46,8 +46,13 @@ Release: 0
|
|||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{with apparmor}
|
%if %{with apparmor}
|
||||||
|
%if 0%{?suse_version} <= 1315
|
||||||
BuildRequires: apparmor-profiles
|
BuildRequires: apparmor-profiles
|
||||||
Requires: apparmor-profiles
|
Requires: apparmor-profiles
|
||||||
|
%else
|
||||||
|
BuildRequires: apparmor-abstractions
|
||||||
|
Requires: apparmor-abstractions
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
BuildRequires: apparmor-rpm-macros
|
BuildRequires: apparmor-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user