- Upgrade to GNU parted-1.8.6, summary of major change(s): a) Revert

linux-swap(new) and linux-swap(old) fs types, it's linux-swap for all
    swap types (#233085)
This commit is contained in:
David Cantrell 2007-03-20 18:18:19 +00:00
parent 9fce755a0c
commit ce690b2370
4 changed files with 16 additions and 2 deletions

View File

@ -1 +1 @@
parted-1.8.5.tar.bz2 parted-1.8.6.tar.bz2

View File

@ -0,0 +1,11 @@
--- parted-1.8.6/libparted/fs/linux_swap/linux_swap.c.warnings 2007-03-20 13:22:36.000000000 -0400
+++ parted-1.8.6/libparted/fs/linux_swap/linux_swap.c 2007-03-20 13:59:11.000000000 -0400
@@ -123,7 +123,7 @@
error_close_fs:
swap_close (fs);
-error:
+
return 0;
}
#endif /* !DISCOVER_ONLY */

View File

@ -7,6 +7,8 @@ Version: 1.8.6
Release: 1%{?dist} Release: 1%{?dist}
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-warnings.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL License: GPL
Group: Applications/System Group: Applications/System
@ -34,6 +36,7 @@ Parted library, you need to install this package.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .warnings
%build %build
%configure --enable-device-mapper --enable-selinux %configure --enable-device-mapper --enable-selinux

View File

@ -1 +1 @@
80be0f616a35221393ebfedfa8c4b582 parted-1.8.5.tar.bz2 03c967ae0e915e08da90605d68ba93d7 parted-1.8.6.tar.bz2