- 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.
|
||||
Name: parted
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: parted-1.8.1-blankdisk-segv.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -34,6 +35,7 @@ Parted library, you need to install this package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p 1 -b .blankdisk-segv
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
@ -89,6 +91,9 @@ exit 0
|
||||
%{_libdir}/*.so
|
||||
|
||||
%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
|
||||
- Upgrade to GNU parted-1.8.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user