replace selinux_init patch with selinux_chroot_workaround patch to work

around bad selinux interactions when using chroots on the beehive build
    machines
This commit is contained in:
John (J5) Palmieri 2005-04-12 15:29:52 +00:00
parent 008e8670b9
commit 2567d6e7ff

View File

@ -12,7 +12,7 @@
Summary: D-BUS message bus
Name: dbus
Version: 0.32
Release: 4
Release: 5
URL: http://www.freedesktop.org/software/dbus/
Source0: %{name}-%{version}.tar.gz
License: AFL/GPL
@ -34,7 +34,7 @@ Requires: libselinux >= %{libselinux_version}
Conflicts: cups < 1:1.1.20-4
Patch1: dbus-0.32-selinux-init.patch
Patch1: dbus-0.32-selinux_chroot_workaround.patch
Patch2: dbus-0.23-selinux-avc-audit.patch
Patch3: dbus-0.32-glib-fix-infinite-loop.patch
Patch4: dbus-0.32-print_child_pid.patch
@ -113,7 +113,7 @@ D-BUS python bindings for use with python programs.
%prep
%setup -q
%patch1 -p1 -b .selinux-init
%patch1 -p1 -b .selinux_chroot_workaround
#%patch2 -p1 -b .selinux-avc-audit
%patch3 -p0 -b .glib-inf-lop
%patch4 -p1 -b .print_child_pid
@ -268,6 +268,11 @@ fi
%{_libdir}/python*/site-packages/dbus_bindings.so
%changelog
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-5
- replace selinux_init patch with selinux_chroot_workaround patch
to work around bad selinux interactions when using chroots
on the beehive build machines
* Mon Apr 11 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-4
- add print_child_pid patch which make sure we prin the child's pid if we fork