- Rebuild to fix segfault on x86 platforms, swigify on each build
This commit is contained in:
parent
d49d036d30
commit
65c9f7004a
@ -7,6 +7,7 @@ Release: 3%{?dist}
|
|||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||||
|
Patch: libsemanage-rhat.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libselinux-devel >= %{libselinuxver} swig
|
BuildRequires: libselinux-devel >= %{libselinuxver} swig
|
||||||
@ -40,9 +41,11 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
|
make CFLAGS="%{optflags}" swigify
|
||||||
make CFLAGS="%{optflags}" LIBDIR="%{_libdir}" SHLIBDIR="%{_lib}" all pywrap
|
make CFLAGS="%{optflags}" LIBDIR="%{_libdir}" SHLIBDIR="%{_lib}" all pywrap
|
||||||
|
|
||||||
|
|
||||||
@ -75,6 +78,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 26 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-4
|
||||||
|
- Rebuild to fix segfault on x86 platforms, swigify on each build
|
||||||
|
|
||||||
* Fri Jun 1 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-3
|
* Fri Jun 1 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-3
|
||||||
- Rebuild for rawhide
|
- Rebuild for rawhide
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user