]> git.pld-linux.org Git - packages/libapparmor.git/commitdiff
- updated to 2.10
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Sep 2015 06:26:34 +0000 (08:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Sep 2015 06:26:34 +0000 (08:26 +0200)
libapparmor.spec

index 512d9756e7dd0a976f1532bbeb3225e6578227a8..c3b8a3b35568d7fb5ddd7ded693b22a70e744d5f 100644 (file)
@@ -1,26 +1,28 @@
+#
 # Conditional build:
-%bcond_without ruby                    # build without Ruby bindings
-%bcond_with    python3                 # build for Python3
+%bcond_without ruby            # build without Ruby bindings
+%bcond_with    python3         # build for Python3
 
 %include       /usr/lib/rpm/macros.perl
 Summary:       Library to provide key AppArmor symbols
 Summary(pl.UTF-8):     Biblioteka udostÄ™pniajÄ…ca kluczowe symbole AppArmor
 Name:          libapparmor
-Version:       2.9.2
-Release:       3
+Version:       2.10
+Release:       1
 Epoch:         1
 License:       LGPL v2.1
 Group:         Libraries
-Source0:       http://launchpad.net/apparmor/2.9/%{version}/+download/apparmor-%{version}.tar.gz
-# Source0-md5: 3af6ef84881016bf8d9100f3f8ab036b
+Source0:       http://launchpad.net/apparmor/2.10/%{version}/+download/apparmor-%{version}.tar.gz
+# Source0-md5: 9fd9b6b3525882fdb9441d0f0a8f9162
 URL:           http://apparmor.wiki.kernel.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.4
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: libtool
 BuildRequires: perl-devel
 BuildRequires: perl-tools-pod
+BuildRequires: pkgconfig
 %if %{with python3}
 BuildRequires: python3-devel
 %else
@@ -189,11 +191,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libapparmor.la
 %{_includedir}/aalogparse
 %{_includedir}/sys/apparmor.h
+%{_includedir}/sys/apparmor_private.h
 %{_pkgconfigdir}/libapparmor.pc
 %{_mandir}/man2/aa_change_hat.2*
 %{_mandir}/man2/aa_change_profile.2*
 %{_mandir}/man2/aa_find_mountpoint.2*
 %{_mandir}/man2/aa_getcon.2*
+%{_mandir}/man2/aa_query_label.2*
+%{_mandir}/man3/aa_features.3*
+%{_mandir}/man3/aa_kernel_interface.3*
+%{_mandir}/man3/aa_policy_cache.3*
+%{_mandir}/man3/aa_splitcon.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.083762 seconds and 4 git commands to generate.