mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Use libimmunix on suse 10.0 (and earlier)
This commit is contained in:
parent
71f43c80bb
commit
5dc2a8a487
1 changed files with 4 additions and 0 deletions
|
@ -46,11 +46,15 @@ Obsoletes: mod_change_hat mod-change-hat mod-apparmor apache2-mod-apparmor
|
|||
Provides: mod_change_hat mod-change-hat mod-apparmor apache2-mod-apparmor
|
||||
|
||||
%if %{distro} == "suse"
|
||||
%if 0%{?suse_version} < 1010
|
||||
BuildRequires: libimmunix
|
||||
%else
|
||||
%if 0%{?suse_version} < 1030
|
||||
BuildRequires: libapparmor
|
||||
%else
|
||||
BuildRequires: libapparmor-devel
|
||||
%endif
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: libapparmor-devel
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue