auto-import changelog data from setools-1.2.1-2.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 06 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-1 - New patch Fri Feb 06 2004 Dan Walsh <dwalsh@redhat.com> 1.2-1 - Latest upstream version
This commit is contained in:
parent
ea3dcf6e0e
commit
e11b7bf5eb
@ -1 +1 @@
|
|||||||
setools-1.1.1.tgz
|
setools-1.2.1.tgz
|
||||||
|
27
setools.spec
27
setools.spec
@ -1,16 +1,15 @@
|
|||||||
Summary: SELinux tools for managing policy
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 1.1.1
|
Version: 1.2.1
|
||||||
Release: 1
|
Release: 2.1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.tresys.com/Downloads/selinux-tools/setools-1.1.1.tgz
|
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz
|
||||||
#Source1: seuser.te
|
#Source1: seuser.te
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
Requires: checkpolicy, policycoreutils, policy, policy-sources
|
Requires: checkpolicy, policycoreutils, policy, policy-sources
|
||||||
Buildrequires: tk-devel
|
Buildrequires: tk-devel tcl-devel
|
||||||
BuildArch: i386
|
|
||||||
Patch0: setools-rhat.patch
|
Patch0: setools-rhat.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,14 +85,16 @@ tools.
|
|||||||
%patch0 -p1 -b .rhat
|
%patch0 -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make all
|
make INSTALL_LIBDIR='%{_libdir}/apol' \
|
||||||
|
LIBDIR=%{_libdir} all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%_bindir
|
mkdir -p $RPM_BUILD_ROOT/%_bindir
|
||||||
mkdir -p $RPM_BUILD_ROOT/%_libdir
|
mkdir -p $RPM_BUILD_ROOT/%_libdir
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/include/selinux/apol
|
mkdir -p $RPM_BUILD_ROOT/usr/include/selinux/apol
|
||||||
make DESTDIR="${RPM_BUILD_ROOT}" install
|
make INSTALL_LIBDIR=$RPM_BUILD_ROOT'%{_libdir}/apol' LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
|
||||||
|
DESTDIR="${RPM_BUILD_ROOT}" install
|
||||||
rm -f ${RPM_BUILD_ROOT}/etc/security/selinux/src/policy/domains/program/seuser.te
|
rm -f ${RPM_BUILD_ROOT}/etc/security/selinux/src/policy/domains/program/seuser.te
|
||||||
rm -f ${RPM_BUILD_ROOT}/etc/security/selinux/src/policy/file_contexts/program/seuser.fc
|
rm -f ${RPM_BUILD_ROOT}/etc/security/selinux/src/policy/file_contexts/program/seuser.fc
|
||||||
|
|
||||||
@ -144,6 +145,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
#make reload
|
#make reload
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-1
|
||||||
|
- New patch
|
||||||
|
|
||||||
|
* Fri Feb 6 2004 Dan Walsh <dwalsh@redhat.com> 1.2-1
|
||||||
|
- Latest upstream version
|
||||||
|
|
||||||
* Tue Dec 30 2003 Dan Walsh <dwalsh@redhat.com> 1.1.1-1
|
* Tue Dec 30 2003 Dan Walsh <dwalsh@redhat.com> 1.1.1-1
|
||||||
- New version from upstream
|
- New version from upstream
|
||||||
- Remove seuser.te. Now in policy file.
|
- Remove seuser.te. Now in policy file.
|
||||||
|
Loading…
Reference in New Issue
Block a user