Accepting request 82501 from security:apparmor:factory
- update to AppArmor 2.7.0 beta2 - includes fixes for bnc#717707, bnc#678749, bnc#685674, bnc#679182, bnc#691072, bnc#705319, bnc#713728 - add some missing perl module Requires to perl-apparmor OBS-URL: https://build.opensuse.org/request/show/82501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
76467be0e2
commit
57ed84dd83
@@ -43,10 +43,10 @@ Name: apparmor
|
||||
%if ! %{?distro:1}0
|
||||
%define distro suse
|
||||
%endif
|
||||
Version: 2.7.beta1
|
||||
Version: 2.7.beta2
|
||||
Release: 1
|
||||
%define versiondir 2.7.0~beta2
|
||||
Summary: AppArmor userlevel parser utility
|
||||
%define versiondir 2.7.0~beta1
|
||||
Group: Productivity/Networking/Security
|
||||
Source0: apparmor-%{version}.tar.gz
|
||||
Source1: %{name}-profile-editor.png
|
||||
@@ -90,11 +90,6 @@ BuildRequires: pkg-config
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: w3m
|
||||
|
||||
# TODO: put also to Requires?
|
||||
BuildRequires: perl(Locale::gettext)
|
||||
BuildRequires: perl(RPC::XML)
|
||||
BuildRequires: perl(Term::ReadKey)
|
||||
|
||||
BuildRequires: swig
|
||||
|
||||
%if %{with python}
|
||||
@@ -234,6 +229,9 @@ Requires: perl(RPC::XML)
|
||||
Requires: perl(Term::ReadKey)
|
||||
Provides: perl-libapparmor
|
||||
Obsoletes: perl-libapparmor < 2.5
|
||||
Requires: perl(Locale::gettext)
|
||||
Requires: perl(RPC::XML)
|
||||
Requires: perl(Term::ReadKey)
|
||||
|
||||
%description -n perl-apparmor
|
||||
This package provides the perl interface to AppArmor. It is used for perl
|
||||
@@ -483,7 +481,7 @@ make -C profiles
|
||||
( cd %{buildroot}/%{_mandir}/man2/ && ln -s aa_change_hat.2 change_hat.2 )
|
||||
|
||||
# utilities
|
||||
%makeinstall -C utils VENDOR_PERL=%{perl_vendorlib}
|
||||
%makeinstall -C utils
|
||||
mkdir -p %{buildroot}/var/log/apparmor
|
||||
|
||||
%makeinstall -C parser
|
||||
@@ -537,9 +535,6 @@ rm -fv %{buildroot}%{_libdir}/libapparmor.la %{buildroot}%{_libdir}/libimmunix.l
|
||||
echo -------------------------------------------------------------------
|
||||
find -ls
|
||||
echo -------------------------------------------------------------------
|
||||
head -n1000 *.lang
|
||||
echo -------------------------------------------------------------------
|
||||
echo -------------------------------------------------------------------
|
||||
find %{buildroot} -ls
|
||||
echo -------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user