- Roll dasd patches together
- Use O_DIRECT to prevent first partition corruption on GPT disks
This commit is contained in:
parent
753a21466d
commit
c9aa70e559
13
parted.spec
13
parted.spec
@ -4,17 +4,16 @@
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.7.1
|
||||
Release: 5
|
||||
Release: 6
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: parted-1.7.0-fat.c.patch
|
||||
Patch1: parted-1.7.0-sx8.patch
|
||||
Patch3: parted-1.7.0-dasd.patch
|
||||
Patch3: parted-1.7.1-dasd.patch
|
||||
Patch4: parted-1.7.0-iseries.patch
|
||||
Patch5: parted-1.7.1-dm.patch
|
||||
Patch6: parted-1.7.0-aix.patch
|
||||
Patch7: parted-1.7.0-headers.patch
|
||||
|
||||
Patch10: parted-1.7.1-dasdfixes.patch
|
||||
Patch8: parted-1.7.1-O_DIRECT.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -51,7 +50,7 @@ Parted library, you need to install this package.
|
||||
%patch5 -p1 -b .dm
|
||||
%patch6 -p1 -b .aix
|
||||
%patch7 -p1 -b .headers
|
||||
%patch10 -p1 -b .dasdfixes
|
||||
%patch8 -p1 -b .o_direct
|
||||
|
||||
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
|
||||
@ -101,6 +100,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Jun 22 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-6
|
||||
- Roll dasd patches together
|
||||
- Use O_DIRECT to prevent first partition corruption on GPT disks
|
||||
|
||||
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 1.7.1-5
|
||||
- fix segfaults with dasd devices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user