From 24382cfa6efa5cbdbbac777f22041612c57df9c6 Mon Sep 17 00:00:00 2001 From: Max Brodeur-Urbas <35381493+MaxBrodeurUrbas@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:45:07 -0800 Subject: [PATCH] Upgrading Parted to v3.4 (#1898) * upgrading parted to 3.4 * updating cgmanifest and verifying license * nit source url fix --- SPECS/parted/parted.signatures.json | 2 +- SPECS/parted/parted.spec | 12 ++++++++---- cgmanifest.json | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/SPECS/parted/parted.signatures.json b/SPECS/parted/parted.signatures.json index 28d7c26e8d3..c1d088a1666 100644 --- a/SPECS/parted/parted.signatures.json +++ b/SPECS/parted/parted.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "parted-3.2.tar.xz": "3643dc59db49c6339f19ac2b0a2d3de31b7a6722ce363e5fe857ed34bcf7ad71" + "parted-3.4.tar.xz": "e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342" } } \ No newline at end of file diff --git a/SPECS/parted/parted.spec b/SPECS/parted/parted.spec index 15e02230c72..806b3beebef 100644 --- a/SPECS/parted/parted.spec +++ b/SPECS/parted/parted.spec @@ -1,13 +1,13 @@ Summary: GNU Parted manipulates partition tables Name: parted -Version: 3.2 -Release: 12%{?dist} +Version: 3.4 +Release: 1%{?dist} License: GPLv3+ Vendor: Microsoft Corporation Distribution: Mariner Group: Applications/System -URL: https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz -Source0: http://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz +URL: https://www.gnu.org/software/parted/ +Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Conflicts: toybox Provides: %{name}-devel = %{version}-%{release} @@ -50,6 +50,10 @@ rm -rf %{buildroot}%{_infodir}/dir %{_datadir}/* %changelog +* Tue Dec 21 2021 Max Brodeur-Urbas - 3.4-1 +- Upgrading to 3.4 +- License verified. + * Fri Sep 10 2021 Thomas Crain - 3.2-12 - Remove libtool archive files from final packaging diff --git a/cgmanifest.json b/cgmanifest.json index e79bcfa7b96..2c7b167c9d9 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -16134,8 +16134,8 @@ "type": "other", "other": { "name": "parted", - "version": "3.2", - "downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz" + "version": "3.4", + "downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz" } } },