auto-import changelog data from checkpolicy-1.15.4-2.src.rpm
Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1 - Latest from NSA Sun Aug 08 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1 - Latest from NSA
This commit is contained in:
parent
c2acfd033b
commit
8291c6a3ee
@ -1 +1 @@
|
|||||||
checkpolicy-1.15.2.tgz
|
checkpolicy-1.15.4.tgz
|
||||||
|
19
checkpolicy-rhat.patch
Normal file
19
checkpolicy-rhat.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- checkpolicy-1.15.4/Makefile.rhat 2004-08-11 15:58:53.000000000 -0400
|
||||||
|
+++ checkpolicy-1.15.4/Makefile 2004-08-12 10:55:15.424792648 -0400
|
||||||
|
@@ -4,6 +4,7 @@
|
||||||
|
PREFIX ?= ${DESTDIR}/usr
|
||||||
|
BINDIR ?= $(PREFIX)/bin
|
||||||
|
MANDIR ?= $(PREFIX)/share/man
|
||||||
|
+LIBDIR ?= ${PREFIX}/lib
|
||||||
|
TARGETS = checkpolicy genpolusers
|
||||||
|
|
||||||
|
# Set to y for MLS
|
||||||
|
@@ -25,7 +26,7 @@
|
||||||
|
|
||||||
|
USEROBJS += users.tab.o lex.users.o queue.o genpolusers.o
|
||||||
|
|
||||||
|
-LIBS=-lfl /usr/lib/libsepol.a
|
||||||
|
+LIBS=-lfl ${LIBDIR}/libsepol.a
|
||||||
|
|
||||||
|
all: $(TARGETS)
|
||||||
|
|
@ -1,13 +1,15 @@
|
|||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 1.15.2
|
Version: 1.15.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: http://www.nsa.gov/selinux/archives/checkpolicy-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/checkpolicy-%{version}.tgz
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: byacc flex
|
BuildRequires: byacc flex libsepol-devel
|
||||||
|
Requires: libsepol
|
||||||
|
Patch: checkpolicy-rhat.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
||||||
@ -25,9 +27,10 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make LIBDIR="%{_libdir}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -41,10 +44,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/checkpolicy
|
%{_bindir}/checkpolicy
|
||||||
%{_bindir}/genpolusers
|
%{_bindir}/genpolusers
|
||||||
|
|
||||||
%{_mandir}/man8/checkpolicy.8.gz
|
%{_mandir}/man8/checkpolicy.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
|
||||||
|
- Latest from NSA
|
||||||
|
|
||||||
|
* Sat Aug 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
|
||||||
|
- Latest from NSA
|
||||||
|
|
||||||
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
|
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
|
||||||
- Latest from NSA
|
- Latest from NSA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user