- 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:
parent
9fce755a0c
commit
ce690b2370
@ -1 +1 @@
|
|||||||
parted-1.8.5.tar.bz2
|
parted-1.8.6.tar.bz2
|
||||||
|
11
parted-1.8.6-warnings.patch
Normal file
11
parted-1.8.6-warnings.patch
Normal 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 */
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user