- Fix a segfault when initializing new volumes (pjones)
This commit is contained in:
parent
4d4b1c8c84
commit
6a881dc0f8
@ -4,8 +4,9 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||||
|
Patch0: parted-1.8.1-blankdisk-segv.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -34,6 +35,7 @@ Parted library, you need to install this package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p 1 -b .blankdisk-segv
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
@ -89,6 +91,9 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 15 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-2
|
||||||
|
- Fix a segfault when initializing new volumes (pjones)
|
||||||
|
|
||||||
* Mon Dec 04 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-1
|
* Mon Dec 04 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-1
|
||||||
- Upgrade to GNU parted-1.8.1
|
- Upgrade to GNU parted-1.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user