]> git.pld-linux.org Git - packages/apache-mod_apparmor.git/commitdiff
- License is LGPL (v2.1)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Apr 2012 05:59:43 +0000 (05:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libapparmor epoch + install time dependency

Changed files:
    apache-mod_apparmor.spec -> 1.18

apache-mod_apparmor.spec

index 6b628933ab37afdeae13a670e8997102f18bb452..e1ef535ea1a14c843cbfee33e48be21d12b2accc 100644 (file)
@@ -6,15 +6,16 @@ Name:         apache-mod_%{mod_name}
 Version:       2.7.2
 Release:       1
 Epoch:         1
-License:       GPL
+License:       LGPL v2.1
 Group:         Networking/Daemons/HTTP
 Source0:       http://launchpad.net/apparmor/2.7/%{version}/+download/apparmor-%{version}.tar.gz
 # Source0-md5: 2863e85bdfdf9ee35b83db6721fed1f1
 URL:           http://apparmor.wiki.kernel.org/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-2
-BuildRequires: libapparmor-devel >= %{version}
+BuildRequires: libapparmor-devel >= 1:%{version}
 Requires:      apache(modules-api) = %apache_modules_api
+Requires:      libapparmor >= 1:%{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -60,5 +61,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
-%attr(755,root,root) %{_pkglibdir}/*.so
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/00_mod_apparmor.conf
+%attr(755,root,root) %{_pkglibdir}/mod_apparmor.so
This page took 0.12636 seconds and 4 git commands to generate.