diff --git a/libxcb.spec b/libxcb.spec index d32c1e9..61d03a2 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -1,6 +1,6 @@ Name: libxcb Version: 1.1.93 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C binding to the X11 protocol Group: System Environment/Libraries @@ -55,7 +55,7 @@ The %{name}-doc package contains documentation for the %{name} library. %build autoreconf -v --install %configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \ - --enable-xselinux + --enable-selinux make %{?_smp_mflags} %install @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-%{version} %changelog +* Tue Feb 10 2009 Adam Jackson 1.1.93-4 +- Fix selinux module build. (#474249) + * Sun Feb 08 2009 Adam Jackson 1.1.93-3 - Remove aforementioned egregious hack. Now I can sleep easier.