- Fix policygentool gen_requires

This commit is contained in:
Daniel J Walsh 2006-06-15 14:45:40 +00:00
parent 358335b9db
commit 4ef386fa65
2 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@ interface="""\
## </param>
#
interface(`TEMPLATETYPE_domtrans',`
gen_requires(`
gen_require(`
type TEMPLATETYPE_t, TEMPLATETYPE_exec_t;
')

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.2.47
Release: 1
Release: 2
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -51,7 +51,6 @@ SELinux Base package
%dir %{_sysconfdir}/selinux
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
%ghost %{_sysconfdir}/sysconfig/selinux
%dir %{_usr}/share/selinux/devel
%dir %{_usr}/share/selinux/devel/include
%{_usr}/share/selinux/devel/include/*
@ -336,6 +335,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Thu Jun 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-2
- Fix policygentool gen_requires
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-1
- Update from Upstream