Blame SPECS/gdisk.spec

ecca5f
Summary:       An fdisk-like partitioning tool for GPT disks
ecca5f
Name:          gdisk
ecca5f
Version:       1.0.3
e928d6
Release:       9%{?dist}
ecca5f
License:       GPLv2
ecca5f
URL:           http://www.rodsbooks.com/gdisk/
ecca5f
Group:         System Environment/Base
ecca5f
Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
e928d6
Patch0:        gdisk-1.0.3-byteswap.patch
ecca5f
BuildRequires: popt-devel
ecca5f
BuildRequires: libuuid-devel
ecca5f
BuildRequires: ncurses-devel
ecca5f
ecca5f
%description
ecca5f
An fdisk-like partitioning tool for GPT disks. GPT fdisk features a
ecca5f
command-line interface, fairly direct manipulation of partition table
ecca5f
structures, recovery tools to help you deal with corrupt partition
ecca5f
tables, and the ability to convert MBR disks to GPT format.
ecca5f
ecca5f
%prep
ecca5f
%setup -q -n gptfdisk-%{version}
e928d6
%patch0 -p1
ecca5f
chmod 0644 gdisk_test.sh
ecca5f
ecca5f
%build
ecca5f
make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" LDFLAGS="%{build_ldflags}"
ecca5f
ecca5f
%install
ecca5f
for f in gdisk sgdisk cgdisk fixparts ; do 
ecca5f
    install -D -p -m 0755 $f %{buildroot}%{_sbindir}/$f
ecca5f
    install -D -p -m 0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
ecca5f
done
ecca5f
ecca5f
%files
ecca5f
%license COPYING
ecca5f
%doc NEWS README gdisk_test.sh
ecca5f
%{_sbindir}/gdisk
ecca5f
%{_sbindir}/cgdisk
ecca5f
%{_sbindir}/sgdisk
ecca5f
%{_sbindir}/fixparts
ecca5f
%{_mandir}/man8/gdisk.8*
ecca5f
%{_mandir}/man8/cgdisk.8*
ecca5f
%{_mandir}/man8/sgdisk.8*
ecca5f
%{_mandir}/man8/fixparts.8*
ecca5f
ecca5f
%changelog
e928d6
* Tue Mar 15 2022 Nikola Forró <nforro@redhat.com> - 1.0.3-9
e928d6
- Fix double byteswap on big-endian systems also while reading partition names
e928d6
  related: #1899990
e928d6
e928d6
* Mon Oct 25 2021 Nikola Forró <nforro@redhat.com> - 1.0.3-8
e928d6
- Add upstream tests as a gating test
e928d6
  related: #1899990
e928d6
e928d6
* Wed Sep 29 2021 Nikola Forró <nforro@redhat.com> - 1.0.3-7
e928d6
- Fix incorrect byte order of partition names on big-endian systems
e928d6
  resolves: #1899990
e928d6
ecca5f
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1.0.3-6
ecca5f
- Use LDFLAGS from redhat-rpm-config
ecca5f
ecca5f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ecca5f
ecca5f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ecca5f
ecca5f
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.0.3-3
ecca5f
- Rebuild with binutils fix for ppc64le (#1475636)
ecca5f
ecca5f
* Fri Jul 28 2017 Terje Rosten <terje.rosten@ntnu.no> - 1.0.3-2
ecca5f
- Ship NEWS
ecca5f
ecca5f
* Fri Jul 28 2017 Terje Rosten <terje.rosten@ntnu.no> - 1.0.3-1
ecca5f
- 1.0.3
ecca5f
ecca5f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ecca5f
ecca5f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ecca5f
ecca5f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ecca5f
ecca5f
* Thu Oct 29 2015 Terje Rosten <terje.rosten@ntnu.no> - 1.0.1-1
ecca5f
- 1.0.1
ecca5f
ecca5f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ecca5f
ecca5f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.0-2
ecca5f
- Rebuilt for GCC 5 C++11 ABI change
ecca5f
ecca5f
* Sat Mar 21 2015 Terje Rosten <terje.rosten@ntnu.no> - 1.0.0-1
ecca5f
- 1.0.0
ecca5f
ecca5f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.10-4
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ecca5f
ecca5f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.10-3
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ecca5f
ecca5f
* Sat Mar 08 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.10-2
ecca5f
- Drop icu from buildreq
ecca5f
ecca5f
* Sat Mar 08 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.10-1
ecca5f
- 0.8.10
ecca5f
ecca5f
* Sun Mar 02 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.9-1
ecca5f
- 0.8.9
ecca5f
ecca5f
* Wed Feb 12 2014 Nils Philippsen <nils@redhat.com> - 0.8.8-2
ecca5f
- fix bogus dates in changelog
ecca5f
- rebuild for new libicu
ecca5f
ecca5f
* Thu Oct 17 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.8.8-1
ecca5f
- 0.8.8
ecca5f
ecca5f
* Fri Sep 13 2013 Richard W.M. Jones <rjones@redhat.com> - 0.8.7-2
ecca5f
- Range check -i option (RHBZ#1007847).
ecca5f
ecca5f
* Sun Aug 11 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.8.7-1
ecca5f
- 0.8.7
ecca5f
ecca5f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ecca5f
ecca5f
* Fri Jan 25 2013 Orion Poplawski <orion@cora.nwra.com> - 0.8.6-1
ecca5f
- Update to 0.8.6
ecca5f
ecca5f
* Sat Nov 17 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.5-1
ecca5f
- 0.8.5
ecca5f
ecca5f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ecca5f
ecca5f
* Mon Apr 23 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.4-1
ecca5f
- 0.8.4
ecca5f
ecca5f
* Sat Apr 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.8.2-3
ecca5f
- Rebuild for libicu 49.1.1
ecca5f
ecca5f
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
ecca5f
- Rebuilt for c++ ABI breakage
ecca5f
ecca5f
* Sun Jan 29 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.2-1
ecca5f
- 0.8.2
ecca5f
ecca5f
* Thu Jan 05 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-3
ecca5f
- Add patch to build with gcc 4.7
ecca5f
ecca5f
* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-2
ecca5f
- Add cgdisk and fixparts
ecca5f
ecca5f
* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-1
ecca5f
- 0.8.1
ecca5f
- Add ncurses-devel to buildreq
ecca5f
ecca5f
* Thu Sep 08 2011 Orion Poplawski <orion@cora.nwra.com> - 0.7.2-2
ecca5f
- Rebuild for libicu 4.8.1
ecca5f
ecca5f
* Sun Jul 10 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.2-1
ecca5f
- 0.7.2
ecca5f
ecca5f
* Mon Apr 11 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.1-1
ecca5f
- 0.7.1
ecca5f
ecca5f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-2
ecca5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ecca5f
ecca5f
* Sat Jan 29 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.6.14-1
ecca5f
- 0.6.14
ecca5f
ecca5f
* Thu Nov 11 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.13-1
ecca5f
- 0.6.13
ecca5f
ecca5f
* Fri Jun 18 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.8-1
ecca5f
- 0.6.8
ecca5f
ecca5f
* Thu Mar 25 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.6-1
ecca5f
- 0.6.6
ecca5f
- Compile with -D_FILE_OFFSET_BITS=64, recommended upstream
ecca5f
ecca5f
* Sat Mar 20 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.5-1
ecca5f
- 0.6.5
ecca5f
- Add alignment patch (bz #575297)
ecca5f
ecca5f
* Thu Mar 11 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.3-2
ecca5f
- Fix source url
ecca5f
ecca5f
* Sun Feb 14 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.3-1
ecca5f
- 0.6.3
ecca5f
ecca5f
* Sun Jan 31 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.2-1
ecca5f
- 0.6.2
ecca5f
ecca5f
* Mon Jan 25 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.1-1
ecca5f
- 0.6.1
ecca5f
- add popt-devel to buildreq
ecca5f
- random clean up
ecca5f
ecca5f
* Fri Jan 15 2010 R Smith <rodsmith@rodsbooks.com> - 0.6.0
ecca5f
- created spec file for 0.6.0 release