OBS User unknown 2008-08-26 00:18:02 +00:00 committed by Git OBS Bridge
parent 14c45bae00
commit 9aa8457e84
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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