auto-import changelog data from parted-1.6.3-31.src.rpm
Mon Oct 27 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-31 - add patch from Michael Schwendt <mschwendt@users.sf.net> for segfault Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-30 - rebuild Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-29 - and don't barf on the old (broken) 1.02 gpt rev Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-28 - rebuild Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-27 - write out the correct gpt revision (#103664) - add buildrequires on ncurses-devel Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 1.6.3-26 - rebuild Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 1.6.3-25 - don't buildreq libunicode-devel Thu Aug 07 2003 Elliot Lee <sopwith@redhat.com> 1.6.3-24 - Fix libtool Wed Jul 09 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-23 - Fixed dasd_write and dasd_read to support lvm and raid partitions. Wed Jun 18 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-22 - Fixed a small bug in VTOC fdasd_check_volume() (#97300). Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 1.6.3-21 - rebuilt Wed Jun 04 2003 Matt Wilson <msw@redhat.com> 1.6.3-20 - don't detect AIX physical volumes as msdos partition tables (#91748) - added stubbed code for manipulating AIX PVs, enough to clobber the signature. (#91748) Wed Jun 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-19 - Added LDL disk layout support for s390(x). Sun May 18 2003 Matt Wilson <msw@redhat.com> 1.6.3-18 - use metadata partitions to protect DASD VTOC - stash DASD specific data in disk specific areas, not arch specific areas. Fri May 16 2003 Matt Wilson <msw@redhat.com> 1.6.3-18 - recongnize iseries viodasd (#90449) Thu May 08 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-17 - Fixed problem with probing partitions on s390(x) with new partition code. Mon May 05 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-16 - Fixed partiton reread code for s390(x). Fri May 02 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-15 - Rewrote partition handling for s390(x) dasd devices. No more empty partitions. Wed Mar 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-13 - Finished updating vtoc and fdasd code to latest s390-utils version. Thu Mar 06 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-12 - Fixed vtoc handling on s390(x) dasd devices.
This commit is contained in:
parent
6ed8cf5f8b
commit
68b897dcb5
92
parted.spec
92
parted.spec
@ -5,16 +5,24 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 11
|
Release: 31
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: parted-1.6.3-fat.c.patch
|
Patch0: parted-1.6.3-fat.c.patch
|
||||||
# NOTE: remove patch1 when updating to a new tarball
|
# NOTE: remove patch1 when updating to a new tarball
|
||||||
Patch1: parted-1.6.3-debug.patch
|
Patch1: parted-1.6.3-debug.patch
|
||||||
|
Patch2: parted-1.6.3-vtoc.patch
|
||||||
|
Patch3: parted-1.6.3-s390update.patch
|
||||||
|
Patch4: parted-1.6.3-ldl.patch
|
||||||
|
Patch5: parted-1.6.3-iseries.patch
|
||||||
|
Patch6: parted-1.6.3-aix.patch
|
||||||
|
Patch7: parted-1.6.3-s390raidlvm.patch
|
||||||
|
Patch8: parted-1.6.3-gptver.patch
|
||||||
|
Patch9: parted-1.6.3-destroy-segfault.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRequires: libunicode-devel e2fsprogs-devel libtermcap-devel readline-devel
|
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel ncurses-devel
|
||||||
%description
|
%description
|
||||||
The GNU Parted program allows you to create, destroy, resize, move,
|
The GNU Parted program allows you to create, destroy, resize, move,
|
||||||
and copy hard disk partitions. Parted can be used for creating space
|
and copy hard disk partitions. Parted can be used for creating space
|
||||||
@ -36,10 +44,20 @@ Parted library, you need to install this package.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sigfpe
|
%patch0 -p1 -b .sigfpe
|
||||||
%patch1 -p1 -b .dasddbg
|
%patch1 -p1 -b .dasddbg
|
||||||
|
%patch2 -p1 -b .vtoc
|
||||||
|
%patch3 -p1 -b .s390update
|
||||||
|
%patch4 -p1 -b .ldl
|
||||||
|
%patch5 -p1 -b .iseries
|
||||||
|
%patch6 -p1 -b .aix
|
||||||
|
%patch7 -p1 -b .s390raidlvm
|
||||||
|
%patch8 -p1 -b .gptver
|
||||||
|
%patch9 -p1 -b .segfault
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ -n "$LINGUAS" ]; then unset LINGUAS; fi
|
if [ -n "$LINGUAS" ]; then unset LINGUAS; fi
|
||||||
|
#export CFLAGS="-DDEBUG_DASD"
|
||||||
%configure --enable-shared --enable-part-static --enable-pc98=no --enable-Werror=no --disable-dynamic-loading
|
%configure --enable-shared --enable-part-static --enable-pc98=no --enable-Werror=no --disable-dynamic-loading
|
||||||
|
export tagname=CC
|
||||||
make LIBTOOL=/usr/bin/libtool
|
make LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,7 +65,8 @@ make LIBTOOL=/usr/bin/libtool
|
|||||||
# don't relink the python module
|
# don't relink the python module
|
||||||
sed 's/^relink_command=/#relink_command=/' python/partedmodule.la > python/partedmodule.la-
|
sed 's/^relink_command=/#relink_command=/' python/partedmodule.la > python/partedmodule.la-
|
||||||
mv python/partedmodule.la- python/partedmodule.la
|
mv python/partedmodule.la- python/partedmodule.la
|
||||||
%makeinstall
|
export tagname=CC
|
||||||
|
%makeinstall LIBTOOL=/usr/bin/libtool
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
|
||||||
rm -f $RPM_BUILD_ROOT/usr/lib/python*/site-packages/*.a
|
rm -f $RPM_BUILD_ROOT/usr/lib/python*/site-packages/*.a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||||
@ -86,6 +105,71 @@ fi
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 27 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-31
|
||||||
|
- add patch from Michael Schwendt <mschwendt@users.sf.net> for segfault
|
||||||
|
|
||||||
|
* Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-30
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-29
|
||||||
|
- and don't barf on the old (broken) 1.02 gpt rev
|
||||||
|
|
||||||
|
* Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-28
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.6.3-27
|
||||||
|
- write out the correct gpt revision (#103664)
|
||||||
|
- add buildrequires on ncurses-devel
|
||||||
|
|
||||||
|
* Thu Sep 4 2003 Bill Nottingham <notting@redhat.com> 1.6.3-26
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Thu Sep 4 2003 Bill Nottingham <notting@redhat.com> 1.6.3-25
|
||||||
|
- don't buildreq libunicode-devel
|
||||||
|
|
||||||
|
* Thu Aug 07 2003 Elliot Lee <sopwith@redhat.com> 1.6.3-24
|
||||||
|
- Fix libtool
|
||||||
|
|
||||||
|
* Wed Jul 09 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-23
|
||||||
|
- Fixed dasd_write and dasd_read to support lvm and raid partitions.
|
||||||
|
|
||||||
|
* Wed Jun 18 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-22
|
||||||
|
- Fixed a small bug in VTOC fdasd_check_volume() (#97300).
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 1.6.3-21
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Jun 4 2003 Matt Wilson <msw@redhat.com> 1.6.3-20
|
||||||
|
- don't detect AIX physical volumes as msdos partition tables (#91748)
|
||||||
|
- added stubbed code for manipulating AIX PVs, enough to clobber the
|
||||||
|
signature. (#91748)
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-19
|
||||||
|
- Added LDL disk layout support for s390(x).
|
||||||
|
|
||||||
|
* Sun May 18 2003 Matt Wilson <msw@redhat.com> 1.6.3-18
|
||||||
|
- use metadata partitions to protect DASD VTOC
|
||||||
|
- stash DASD specific data in disk specific areas, not arch specific
|
||||||
|
areas.
|
||||||
|
|
||||||
|
* Fri May 16 2003 Matt Wilson <msw@redhat.com> 1.6.3-18
|
||||||
|
- recongnize iseries viodasd (#90449)
|
||||||
|
|
||||||
|
* Thu May 08 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-17
|
||||||
|
- Fixed problem with probing partitions on s390(x) with new partition code.
|
||||||
|
|
||||||
|
* Mon May 05 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-16
|
||||||
|
- Fixed partiton reread code for s390(x).
|
||||||
|
|
||||||
|
* Fri May 02 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-15
|
||||||
|
- Rewrote partition handling for s390(x) dasd devices. No more empty partitions.
|
||||||
|
|
||||||
|
* Wed Mar 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-13
|
||||||
|
- Finished updating vtoc and fdasd code to latest s390-utils version.
|
||||||
|
|
||||||
|
* Thu Mar 06 2003 Phil Knirsch <pknirsch@redhat.com> 1.6.3-12
|
||||||
|
- Fixed vtoc handling on s390(x) dasd devices.
|
||||||
|
|
||||||
* Thu Feb 06 2003 Karsten Hopp <karsten@redhat.de> 1.6.3-11
|
* Thu Feb 06 2003 Karsten Hopp <karsten@redhat.de> 1.6.3-11
|
||||||
- use different define to enable DASD debugging
|
- use different define to enable DASD debugging
|
||||||
Otherwise we'll get a lot of dasd debug output because DEBUG is
|
Otherwise we'll get a lot of dasd debug output because DEBUG is
|
||||||
|
Loading…
Reference in New Issue
Block a user