auto-import changelog data from setools-1.4-4.src.rpm
Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4 - Add support for policy.18
This commit is contained in:
parent
35a078ae16
commit
a560a2652f
@ -251,3 +251,15 @@
|
||||
cd $(INSTALL_LIBDIR); ln -sf $(APOL_DFLT_PMAP) apol_perm_mapping
|
||||
|
||||
clean:
|
||||
diff -u -r1.1 -r1.2
|
||||
--- setools/libapol/binpol/binpol.c 4 Jun 2004 19:33:57 -0000 1.1
|
||||
+++ setools/libapol/binpol/binpol.c 22 Jun 2004 18:57:04 -0000 1.2
|
||||
@@ -1452,6 +1452,7 @@
|
||||
|
||||
policy_ver = buf[0];
|
||||
switch(policy_ver) {
|
||||
+ case POLICYDB_VERSION_IPV6 + 1:
|
||||
case POLICYDB_VERSION_IPV6 :
|
||||
if(set_policy_version(POL_VER_17, policy) != 0)
|
||||
{ rt = -4; goto err_return; }
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: SELinux tools for managing policy
|
||||
Name: setools
|
||||
Version: 1.4
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz
|
||||
@ -123,10 +123,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/usr/share/doc/setools-%{version}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
|
||||
- Add support for policy.18
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
|
||||
- Fix install locations of policy_src_dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user