rebuild for policy 22.
This commit is contained in:
parent
2b5615f38d
commit
a9b6fd0a3d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://oss.tresys.com/projects/setools
|
URL: http://oss.tresys.com/projects/setools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -45,6 +45,7 @@ Requires: libselinux >= %{selinux_ver} libsepol >= %{sepol_ver} sqlite >= %{sqli
|
|||||||
BuildRequires: flex bison pkgconfig
|
BuildRequires: flex bison pkgconfig
|
||||||
BuildRequires: glibc-devel libstdc++-devel gcc gcc-c++
|
BuildRequires: glibc-devel libstdc++-devel gcc gcc-c++
|
||||||
BuildRequires: libselinux-devel >= %{selinux_ver} libsepol-devel >= %{sepol_ver}
|
BuildRequires: libselinux-devel >= %{selinux_ver} libsepol-devel >= %{sepol_ver}
|
||||||
|
BuildRequires: libsepol-static >= %{sepol_ver}
|
||||||
BuildRequires: sqlite-devel >= %{sqlite_ver} libxml2-devel
|
BuildRequires: sqlite-devel >= %{sqlite_ver} libxml2-devel
|
||||||
BuildRequires: tcl-devel >= %{tcltk_ver}
|
BuildRequires: tcl-devel >= %{tcltk_ver}
|
||||||
BuildRequires: autoconf >= %{autoconf_ver} automake
|
BuildRequires: autoconf >= %{autoconf_ver} automake
|
||||||
@ -216,8 +217,6 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.a
|
|||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/*.so.*
|
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/*.so.*
|
||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/%{name}/*/*.so.*
|
chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/%{name}/*/*.so.*
|
||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{pkg_py_arch}/*.so.*
|
chmod 0755 ${RPM_BUILD_ROOT}/%{pkg_py_arch}/*.so.*
|
||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{_bindir}/*
|
|
||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{_sbindir}/*
|
|
||||||
chmod 0755 ${RPM_BUILD_ROOT}/%{setoolsdir}/seaudit-report-service
|
chmod 0755 ${RPM_BUILD_ROOT}/%{setoolsdir}/seaudit-report-service
|
||||||
chmod 0644 ${RPM_BUILD_ROOT}/%{tcllibdir}/*/pkgIndex.tcl
|
chmod 0644 ${RPM_BUILD_ROOT}/%{tcllibdir}/*/pkgIndex.tcl
|
||||||
|
|
||||||
@ -336,6 +335,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%postun libs-tcl -p /sbin/ldconfig
|
%postun libs-tcl -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2008 Chris Pebenito <cpebenito@tresys.com> 3.3.2-2.fc9
|
||||||
|
- Bump to pick up new libsepol and policy 22.
|
||||||
|
|
||||||
* Wed Nov 28 2007 Chris Pebenito <cpebenito@tresys.com> 3.3.2-1.fc9
|
* Wed Nov 28 2007 Chris Pebenito <cpebenito@tresys.com> 3.3.2-1.fc9
|
||||||
- Update for 3.3.2.
|
- Update for 3.3.2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user