Require at least libparted 3.3 and python 3.7 (dcantrell)
pedmodule.c: Fix partition enum flag handling (bcl) Add support for chromeos_kernel and bls_boot partition flags (bcl) Move exception declarations to _pedmodule.c (dcantrell) Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
parent
e54c3fce0a
commit
7d25590c0f
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
||||
/pyparted-3.11.3.tar.gz
|
||||
/pyparted-3.11.4.tar.gz
|
||||
/pyparted-3.11.4.tar.gz.asc
|
||||
/pyparted-3.11.5.tar.gz
|
||||
/pyparted-3.11.5.tar.gz.asc
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
Summary: Python module for GNU parted
|
||||
Name: pyparted
|
||||
Epoch: 1
|
||||
Version: 3.11.4
|
||||
Version: 3.11.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/dcantrell/pyparted
|
||||
@ -44,7 +44,7 @@ Source2: keyring.gpg
|
||||
Source3: trustdb.gpg
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: parted-devel >= 3.2-18
|
||||
BuildRequires: parted-devel >= 3.3
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: e2fsprogs
|
||||
BuildRequires: gnupg2
|
||||
@ -148,6 +148,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.5-1
|
||||
- Require at least libparted 3.3 and python 3.7 (dcantrell)
|
||||
- pedmodule.c: Fix partition enum flag handling (bcl)
|
||||
- Add support for chromeos_kernel and bls_boot partition flags (bcl)
|
||||
- Move exception declarations to _pedmodule.c (dcantrell)
|
||||
|
||||
* Tue Feb 11 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.4-1
|
||||
- Use Decimal for Device.getSize() operations, return a
|
||||
float (#1801355)
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pyparted-3.11.4.tar.gz) = 73e1f575c200a407392d46c87475f70f5f2405ad28b9b816117703284a75094df05727fcb2243793a31cd9471be5876eb4c22c870218f7a23625cfa359265818
|
||||
SHA512 (pyparted-3.11.4.tar.gz.asc) = 5c4426beac456125f56bb65fd8e38856e5822caadf3596f02ecb2c086f0120991f61ebabfbc6fad80d6b8bbb3810f9193ab1bf839f9d1eb507aa9958edfd7993
|
||||
SHA512 (pyparted-3.11.5.tar.gz) = c10b4eff7e99755703532d0cb5e26d995ff42f43d12bd92c9950ca9b584d284dc1e57a4791c2fa1e1af16b44154649d265ba41734604ddc2c03247bd2034e3ed
|
||||
SHA512 (pyparted-3.11.5.tar.gz.asc) = 189b0d34c1b19085d6f59de4dff0bb55aa789d7d6d7e97001012862c32f6180b690f7eea91420d0e052ee6ae15f456317b4248d556653e01327210247dd53795
|
||||
|
||||
Loading…
Reference in New Issue
Block a user