Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdisk: Update to 1.0.10-1 #10950

Open
wants to merge 7 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions SPECS-EXTENDED/gdisk/gdisk-libuuid.patch

This file was deleted.

4 changes: 2 additions & 2 deletions SPECS-EXTENDED/gdisk/gdisk.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"gdisk-1.0.9.tar.gz": "dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2"
"gdisk-1.0.10.tar.gz": "2abed61bc6d2b9ec498973c0440b8b804b7a72d7144069b5a9209b2ad693a282"
}
}
}
65 changes: 45 additions & 20 deletions SPECS-EXTENDED/gdisk/gdisk.spec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk
Version: 1.0.9
Release: 3%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://www.rodsbooks.com/gdisk/
Source0: https://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: gdisk-libuuid.patch
BuildRequires: gcc-c++
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: ncurses-devel
BuildRequires: popt-devel
durgajagadeesh marked this conversation as resolved.
Show resolved Hide resolved
Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk
Version: 1.0.10
Release: 3%{?dist}
License: GPL-2.0-only
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://www.rodsbooks.com/gdisk/
Source0: https://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: ncurses-devel
BuildRequires: popt-devel

%description
An fdisk-like partitioning tool for GPT disks. GPT fdisk features a
Expand All @@ -21,14 +20,13 @@ structures, recovery tools to help you deal with corrupt partition
tables, and the ability to convert MBR disks to GPT format.

%prep
%setup -q -n gptfdisk-%{version}
%patch 0 -p1 -b .orig
%autosetup -p1 -n gptfdisk-%{version}

%build
make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" LDFLAGS="%{build_ldflags}"

%install
for f in gdisk sgdisk cgdisk fixparts ; do
for f in gdisk sgdisk cgdisk fixparts ; do
install -D -p -m 0755 $f %{buildroot}%{_sbindir}/$f
install -D -p -m 0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
done
Expand All @@ -49,10 +47,37 @@ make test
%{_mandir}/man8/fixparts.8*

%changelog
* Wed Mar 08 2023 Suresh Thelkar <sthelkar@microsoft.com> - 1.0.9-3
- Initial CBL-Mariner import from Fedora 36 (license: MIT)
* Wed Nov 06 2024 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 1.0.10-3
durgajagadeesh marked this conversation as resolved.
Show resolved Hide resolved
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified

* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 1.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Tue Feb 20 2024 Terje Rosten <[email protected]> - 1.0.10-1
- 1.0.10

* Mon Feb 12 2024 Tomas Bzatek <[email protected]> - 1.0.9-9
- Use a SPDX license tag

* Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 1.0.9-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 1.0.9-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 1.0.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.0.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Wed Aug 24 2022 Panu Matilainen <[email protected]> - 1.0.9-4
- Fix popt API misuse (#2100391)

* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat May 07 2022 Dominik Mierzejewski <[email protected]> - 1.0.9-2
- backport upstream fix for UUID issue with latest popt
- run internal testsuite in %%check
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4150,8 +4150,8 @@
"type": "other",
"other": {
"name": "gdisk",
"version": "1.0.9",
"downloadUrl": "https://downloads.sourceforge.net/gptfdisk/gptfdisk-1.0.9.tar.gz"
"version": "1.0.10",
"downloadUrl": "https://downloads.sourceforge.net/gptfdisk/gptfdisk-1.0.10.tar.gz"
durgajagadeesh marked this conversation as resolved.
Show resolved Hide resolved
}
}
},
Expand Down