- Fix qpol install of include files
This commit is contained in:
parent
a557fc8f31
commit
a73038c66b
12
setools-qpol.patch
Normal file
12
setools-qpol.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up setools-3.3.6/libqpol/include/qpol/Makefile.am~ setools-3.3.6/libqpol/include/qpol/Makefile.am
|
||||
--- setools-3.3.6/libqpol/include/qpol/Makefile.am~ 2009-07-14 14:03:27.000000000 -0400
|
||||
+++ setools-3.3.6/libqpol/include/qpol/Makefile.am 2009-07-28 09:01:32.000000000 -0400
|
||||
@@ -17,7 +17,7 @@ qpol_HEADERS = \
|
||||
netifcon_query.h \
|
||||
nodecon_query.h \
|
||||
permissive_query.h \
|
||||
- polcap_query.h
|
||||
+ polcap_query.h \
|
||||
policy.h \
|
||||
policy_extend.h \
|
||||
portcon_query.h \
|
@ -5,7 +5,7 @@
|
||||
|
||||
Name: setools
|
||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://oss.tresys.com/projects/setools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -14,6 +14,7 @@ Source1: setools.pam
|
||||
Source2: apol.desktop
|
||||
Source3: seaudit.desktop
|
||||
Source4: sediffx.desktop
|
||||
Patch1: setools-qpol.patch
|
||||
Summary: Policy analysis tools for SELinux
|
||||
Group: System Environment/Base
|
||||
Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{release} setools-gui = %{version}-%{release} setools-console = %{version}-%{release}
|
||||
@ -185,6 +186,7 @@ This package includes the following graphical tools:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p 1 -b .qpol
|
||||
|
||||
%build
|
||||
%configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \
|
||||
@ -344,6 +346,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%postun libs-tcl -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.3.6-3
|
||||
- Fix qpol install of include files
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user