diff --git a/libselinux.spec b/libselinux.spec index 30c897f..8105b10 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,7 +2,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.46 -Release: 2%{?dist} +Release: 3%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -54,8 +54,8 @@ needed for developing SELinux applications. %build make clean -make CFLAGS="-g %{optflags}" swigify -make CFLAGS="-g %{optflags}" all pywrap +make CFLAGS="-g %{optflags}" %{?_smp_mflags} swigify +make CFLAGS="-g %{optflags}" %{?_smp_mflags} all pywrap %install rm -rf %{buildroot} @@ -123,6 +123,9 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Thu Jan 3 2008 Dan Walsh - 2.0.46-3 +- smp_mflag + * Thu Jan 3 2008 Dan Walsh - 2.0.46-2 - Fix spec file caused by spec review