From 50e09c5a76bc62ac2df4a5bf85501855b60b73f4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sep 11 2008 19:08:57 +0000 Subject: - Add additional selinux requests. (#461844) --- diff --git a/xcb-proto-1.2-selinux.patch b/xcb-proto-1.2-selinux.patch new file mode 100644 index 0000000..e19bd59 --- /dev/null +++ b/xcb-proto-1.2-selinux.patch @@ -0,0 +1,27 @@ +commit 91b5a1b56c744c2aa2740eb814d39ec48cbd27af +Author: Eamon Walsh +Date: Tue Sep 2 17:38:30 2008 -0400 + + xcb-xselinux: Add GetClientContext request. + +diff --git a/src/xselinux.xml b/src/xselinux.xml +index 30a8a27..7751470 100644 +--- a/src/xselinux.xml ++++ b/src/xselinux.xml +@@ -261,4 +261,16 @@ authorization from the authors. + + + ++ ++ ++ ++ ++ ++ ++ ++ context_len ++ ++ ++ ++ + diff --git a/xcb-proto.spec b/xcb-proto.spec index d158f92..e150038 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -3,7 +3,7 @@ Name: xcb-proto Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XCB protocol descriptions Group: Development/Libraries @@ -16,6 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python Requires: pkgconfig +Patch0: xcb-proto-1.2-selinux.patch + %description XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language @@ -24,6 +26,7 @@ the protocol. %prep %setup -q +%patch0 -p1 -b .selinux %build # Bit of a hack to get the pc file in /usr/share, no we can be noarch. @@ -47,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/xcbgen %changelog +* Thu Sep 11 2008 Adam Jackson 1.2-2 +- Add additional selinux requests. (#461844) + * Wed Sep 10 2008 Adam Jackson 1.2-1 - xcb-proto 1.2