- fix segfaults with dasd devices
This commit is contained in:
parent
f12b5e15b3
commit
753a21466d
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 4
|
Release: 5
|
||||||
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.7.0-fat.c.patch
|
Patch0: parted-1.7.0-fat.c.patch
|
||||||
Patch1: parted-1.7.0-sx8.patch
|
Patch1: parted-1.7.0-sx8.patch
|
||||||
@ -14,6 +14,8 @@ Patch5: parted-1.7.1-dm.patch
|
|||||||
Patch6: parted-1.7.0-aix.patch
|
Patch6: parted-1.7.0-aix.patch
|
||||||
Patch7: parted-1.7.0-headers.patch
|
Patch7: parted-1.7.0-headers.patch
|
||||||
|
|
||||||
|
Patch10: parted-1.7.1-dasdfixes.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -49,6 +51,7 @@ Parted library, you need to install this package.
|
|||||||
%patch5 -p1 -b .dm
|
%patch5 -p1 -b .dm
|
||||||
%patch6 -p1 -b .aix
|
%patch6 -p1 -b .aix
|
||||||
%patch7 -p1 -b .headers
|
%patch7 -p1 -b .headers
|
||||||
|
%patch10 -p1 -b .dasdfixes
|
||||||
|
|
||||||
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
||||||
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
||||||
@ -98,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 1.7.1-5
|
||||||
|
- fix segfaults with dasd devices
|
||||||
|
|
||||||
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.7.1-4
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.7.1-4
|
||||||
- move .so symlink to -devel subpackage
|
- move .so symlink to -devel subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user