- Fix selinux module build. (#474249)
This commit is contained in:
parent
ec1984c28b
commit
f61b6a2c92
@ -1,6 +1,6 @@
|
|||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.1.93
|
Version: 1.1.93
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -55,7 +55,7 @@ The %{name}-doc package contains documentation for the %{name} library.
|
|||||||
%build
|
%build
|
||||||
autoreconf -v --install
|
autoreconf -v --install
|
||||||
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \
|
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \
|
||||||
--enable-xselinux
|
--enable-selinux
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/doc/%{name}-%{version}
|
%{_datadir}/doc/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com> 1.1.93-4
|
||||||
|
- Fix selinux module build. (#474249)
|
||||||
|
|
||||||
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 1.1.93-3
|
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 1.1.93-3
|
||||||
- Remove aforementioned egregious hack. Now I can sleep easier.
|
- Remove aforementioned egregious hack. Now I can sleep easier.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user