Skip to content

Commit

Permalink
Revert "Upgrading Parted to v3.4" (#1966)
Browse files Browse the repository at this point in the history
* Revert "Upgrading Parted to v3.4 (#1898)"

This reverts commit 24382cf.

* verifying license to unblock upgrade revert pr
  • Loading branch information
MaxBrodeurUrbas authored Jan 21, 2022
1 parent 69651b1 commit 030a28c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SPECS/parted/parted.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"parted-3.4.tar.xz": "e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342"
"parted-3.2.tar.xz": "3643dc59db49c6339f19ac2b0a2d3de31b7a6722ce363e5fe857ed34bcf7ad71"
}
}
11 changes: 5 additions & 6 deletions SPECS/parted/parted.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Summary: GNU Parted manipulates partition tables
Name: parted
Version: 3.4
Release: 1%{?dist}
Version: 3.2
Release: 13%{?dist}
License: GPLv3+
Vendor: Microsoft Corporation
Distribution: Mariner
Group: Applications/System
URL: https://www.gnu.org/software/parted/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
URL: https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz
Source0: http://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz
Conflicts: toybox
Provides: %{name}-devel = %{version}-%{release}

Expand Down Expand Up @@ -50,8 +50,7 @@ rm -rf %{buildroot}%{_infodir}/dir
%{_datadir}/*

%changelog
* Tue Dec 21 2021 Max Brodeur-Urbas <[email protected]> - 3.4-1
- Upgrading to 3.4
* Thu Jan 20 2022 Max Brodeur-Urbas <[email protected]> - 3.2-13
- License verified.

* Fri Sep 10 2021 Thomas Crain <[email protected]> - 3.2-12
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16134,8 +16134,8 @@
"type": "other",
"other": {
"name": "parted",
"version": "3.4",
"downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz"
"version": "3.2",
"downloadUrl": "http://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz"
}
}
},
Expand Down

0 comments on commit 030a28c

Please sign in to comment.