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:
parent
db0378edb5
commit
eaf1a21d7e
@ -1 +1 @@
|
|||||||
checkpolicy-1.15.5.tgz
|
checkpolicy-1.15.6.tgz
|
||||||
|
@ -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)
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 1.15.5
|
Version: 1.15.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -9,7 +9,6 @@ Prefix: %{_prefix}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: byacc flex libsepol-devel
|
BuildRequires: byacc flex libsepol-devel
|
||||||
Requires: libsepol
|
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
|
||||||
@ -27,7 +26,6 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LIBDIR="%{_libdir}"
|
make LIBDIR="%{_libdir}"
|
||||||
@ -47,6 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/checkpolicy.8.gz
|
%{_mandir}/man8/checkpolicy.8.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
|
||||||
- Latest from NSA
|
- Latest from NSA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user