Skip to content

Commit befd209

Browse files
Upgrading Parted to v3.4 (#1898)
* upgrading parted to 3.4 * updating cgmanifest and verifying license * nit source url fix
1 parent 4daf229 commit befd209

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"parted-3.2.tar.xz": "3643dc59db49c6339f19ac2b0a2d3de31b7a6722ce363e5fe857ed34bcf7ad71"
3+
"parted-3.4.tar.xz": "e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342"
44
}
55
}

SPECS/parted/parted.spec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Summary: GNU Parted manipulates partition tables
22
Name: parted
3-
Version: 3.2
4-
Release: 12%{?dist}
3+
Version: 3.4
4+
Release: 1%{?dist}
55
License: GPLv3+
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: Applications/System
9-
URL: https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz
10-
Source0: http://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz
9+
URL: https://www.gnu.org/software/parted/
10+
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
1111
Conflicts: toybox
1212
Provides: %{name}-devel = %{version}-%{release}
1313

@@ -50,6 +50,10 @@ rm -rf %{buildroot}%{_infodir}/dir
5050
%{_datadir}/*
5151

5252
%changelog
53+
* Tue Dec 21 2021 Max Brodeur-Urbas <[email protected]> - 3.4-1
54+
- Upgrading to 3.4
55+
- License verified.
56+
5357
* Fri Sep 10 2021 Thomas Crain <[email protected]> - 3.2-12
5458
- Remove libtool archive files from final packaging
5559

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16134,8 +16134,8 @@
1613416134
"type": "other",
1613516135
"other": {
1613616136
"name": "parted",
16137-
"version": "3.2",
16138-
"downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz"
16137+
"version": "3.4",
16138+
"downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz"
1613916139
}
1614016140
}
1614116141
},

0 commit comments

Comments
 (0)