- Remove sqlite include directory
This commit is contained in:
parent
8da72e5234
commit
c576a591c8
11
setools.spec
11
setools.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux tools for managing policy
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.tresys.com/
|
URL: http://www.tresys.com/
|
||||||
@ -107,6 +107,8 @@ rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/searchcon.1
|
|||||||
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/indexcon.1
|
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/indexcon.1
|
||||||
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/replcon.1
|
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/replcon.1
|
||||||
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/findcon.1
|
rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/findcon.1
|
||||||
|
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/libsefs/sqlite
|
||||||
|
|
||||||
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
|
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
|
||||||
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/seaudit
|
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/seaudit
|
||||||
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps
|
install -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps
|
||||||
@ -183,7 +185,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development environment for SETools
|
Summary: Development environment for SETools
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release} sqlite-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers, static libraries and API docs for SETools.
|
Headers, static libraries and API docs for SETools.
|
||||||
@ -192,8 +194,8 @@ Headers, static libraries and API docs for SETools.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libapol
|
%{_includedir}/libapol
|
||||||
%{_includedir}/libseaudit
|
%{_includedir}/libseaudit
|
||||||
%{_includedir}/libsefs
|
|
||||||
%{_includedir}/selinux/apol
|
%{_includedir}/selinux/apol
|
||||||
|
%{_includedir}/libsefs
|
||||||
%{_libdir}/libsefs.a
|
%{_libdir}/libsefs.a
|
||||||
%{_libdir}/libapol.a
|
%{_libdir}/libapol.a
|
||||||
%{_libdir}/libseaudit.a
|
%{_libdir}/libseaudit.a
|
||||||
@ -224,6 +226,9 @@ Headers, static libraries and API docs for SETools.
|
|||||||
%{_libdir}/libsefs.so*
|
%{_libdir}/libsefs.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-2
|
||||||
|
- Remove sqlite include directory
|
||||||
|
|
||||||
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4-1
|
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4-1
|
||||||
- Update from upstream
|
- Update from upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user