apparmor: require python-apparmor-py3 [release 4.0.3-2mamba;Sat Feb 08 2025]
This commit is contained in:
parent
9def0df78d
commit
8195136729
@ -1,6 +1,6 @@
|
|||||||
Name: apparmor
|
Name: apparmor
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Mandatory Access Control (MAC) using Linux Security Module (LSM)
|
Summary: Mandatory Access Control (MAC) using Linux Security Module (LSM)
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,6 +11,7 @@ Source: https://gitlab.com/apparmor/apparmor/-/archive/v%{version}/apparm
|
|||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpam-devel
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -19,6 +20,7 @@ BuildRequires: perl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl >= 2:5.36.0
|
BuildRequires: perl >= 2:5.36.0
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: python-apparmor-py3 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mandatory Access Control (MAC) using Linux Security Module (LSM).
|
Mandatory Access Control (MAC) using Linux Security Module (LSM).
|
||||||
@ -63,7 +65,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n python-%{name}-py3
|
%description -n python-%{name}-py3
|
||||||
This package contains the python binding to %{name}.
|
This package contains the python binding to %{name}.
|
||||||
|
|
||||||
%debug_package
|
%global _lto_cflags %{nil}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
@ -77,6 +79,7 @@ autoreconf -fi
|
|||||||
cd libraries/libapparmor
|
cd libraries/libapparmor
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
|
--sbindir=%{_bindir} \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
--with-ruby
|
--with-ruby
|
||||||
@ -197,6 +200,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 08 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-2mamba
|
||||||
|
- apparmor: require python-apparmor-py3
|
||||||
|
|
||||||
* Sun Aug 18 2024 Automatic Build System <autodist@openmamba.org> 4.0.3-1mamba
|
* Sun Aug 18 2024 Automatic Build System <autodist@openmamba.org> 4.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user