]> git.pld-linux.org Git - packages/checkpolicy.git/commitdiff
- updated to 1.16
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Aug 2004 23:02:54 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    checkpolicy.spec -> 1.15

checkpolicy.spec

index bf283101f62b6a8663470e24aa97057c4d3b4bba..9d60ea214679afb02ffe77d59e9d7fbd79d6d354 100644 (file)
@@ -1,14 +1,16 @@
 Summary:       SELinux policy compiler
 Summary(pl):   Kompilator polityki SELinux
 Name:          checkpolicy
-Version:       1.14
+Version:       1.16
 Release:       1
 License:       GPL v2
 Group:         Development
 Source0:       http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
-# Source0-md5: f2e3af4cc816738496fab3f7c6ba656d
+# Source0-md5: f33ba4b1c801ffef5d84361846286b12
 BuildRequires: bison
 BuildRequires: flex
+# it uses libsepol symbols not exported in shared library
+BuildRequires: libsepol-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -61,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/checkpolicy
-%{_mandir}/man?/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/*
This page took 0.091261 seconds and 4 git commands to generate.