auto-import changelog data from checkpolicy-1.15.6-1.src.rpm

Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
- Latest from NSA
This commit is contained in:
cvsdist 2004-09-09 03:48:46 +00:00
parent db0378edb5
commit eaf1a21d7e
4 changed files with 6 additions and 24 deletions

View File

@ -1 +1 @@
checkpolicy-1.15.5.tgz
checkpolicy-1.15.6.tgz

View File

@ -1,19 +0,0 @@
--- 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)

View File

@ -1,6 +1,6 @@
Summary: SELinux policy compiler
Name: checkpolicy
Version: 1.15.5
Version: 1.15.6
Release: 1
License: GPL
Group: Development/System
@ -9,7 +9,6 @@ Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: byacc flex libsepol-devel
Requires: libsepol
Patch: checkpolicy-rhat.patch
%description
Security-enhanced Linux is a patch of the Linux® kernel and a number
@ -27,7 +26,6 @@ Only required for building policies.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make LIBDIR="%{_libdir}"
@ -47,6 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/checkpolicy.8.gz
%changelog
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
- Latest from NSA
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
- Latest from NSA

View File

@ -1 +1 @@
f4dd72631784da4a39f747bc2d0f3e97 checkpolicy-1.15.5.tgz
a7ac5779260795c44d27f5d7b749368e checkpolicy-1.15.6.tgz