From 9aa8457e846888a5f5aec36792fbc757287d0c123dc5c655256273a84ba1e371 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 26 Aug 2008 00:18:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=24 --- parted.changes | 5 +++++ parted.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/parted.changes b/parted.changes index aefeb4f..93d2bc8 100644 --- a/parted.changes +++ b/parted.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 25 15:08:51 CEST 2008 - prusnak@suse.cz + +- enabled SELinux support [Fate#303662] + ------------------------------------------------------------------- Thu Aug 21 11:34:51 CEST 2008 - agraf@suse.de diff --git a/parted.spec b/parted.spec index 86391d3..e8fefd5 100644 --- a/parted.spec +++ b/parted.spec @@ -20,12 +20,13 @@ Name: parted BuildRequires: device-mapper-devel e2fsprogs-devel libreiserfs-devel readline-devel +BuildRequires: libselinux-devel %define aclocaldir /usr/share/aclocal License: GPL v2 or later Group: System/Filesystems Summary: GNU partitioner Version: 1.8.8 -Release: 72 +Release: 76 Source0: %{name}-%{version}.tar.bz2 Patch: always-resize-part.dif Patch1: parted-type.patch @@ -107,6 +108,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ %configure \ --enable-device-mapper=yes \ --enable-dynamic-loading=no \ + --enable-selinux \ --disable-Werror make %{?jobs:-j%jobs} @@ -143,6 +145,8 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/*.so %changelog +* Mon Aug 25 2008 prusnak@suse.cz +- enabled SELinux support [Fate#303662] * Thu Aug 21 2008 agraf@suse.de - fix the GPT sync to work properly on Macs * Mon Aug 11 2008 agraf@suse.de