From 4b0ee85c846f36c050cdb10f1868a8114c345370da5009636cc41f36500879b7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 3 Apr 2013 13:10:52 +0000 Subject: [PATCH] Accepting request 162382 from home:vitezslav_cizek:branches:security:SELinux - fix source url - document changes in libselinux-rhat.patch from previous submission: (most code of the removed code was integrated upstream) * Add matchpathcon -P /etc/selinux/mls support by allowing users to set alternate root * Add new constant SETRANS_DIR which points to the directory where mstransd can find the socket and libvirt can write its translations files OBS-URL: https://build.opensuse.org/request/show/162382 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=64 --- libselinux.changes | 12 ++++++++++++ libselinux.spec | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libselinux.changes b/libselinux.changes index c8dfb1d..8cd10af 100644 --- a/libselinux.changes +++ b/libselinux.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 3 10:17:21 UTC 2013 - vcizek@suse.com + +- fix source url +- document changes in libselinux-rhat.patch from previous submission: + (most code of the removed code was integrated upstream) + * Add matchpathcon -P /etc/selinux/mls support by allowing users + to set alternate root + * Add new constant SETRANS_DIR which points to the directory + where mstransd can find the socket and libvirt can write its + translations files + ------------------------------------------------------------------- Fri Mar 29 15:12:50 UTC 2013 - vcizek@suse.com diff --git a/libselinux.spec b/libselinux.spec index 5bf19ec..6f938f4 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -28,7 +28,8 @@ Url: http://userspace.selinuxproject.org/ Summary: SELinux library and simple utilities License: GPL-2.0 and SUSE-Public-Domain Group: System/Libraries -Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tgz +#Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tgz +Source: http://pkgs.fedoraproject.org/lookaside/pkgs/libselinux/%{name}-%{version}.tgz Source1: selinux-ready Source2: baselibs.conf Patch0: %{name}-rhat.patch