Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pyparted.git#197cf98baa99f6d29acb625ad727d99e671b3b16
This commit is contained in:
DistroBaker 2021-02-04 13:58:05 +00:00
parent 13ab0fc561
commit bc712c381a

View File

@ -34,7 +34,7 @@ Summary: Python module for GNU parted
Name: pyparted
Epoch: 1
Version: 3.11.7
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://github.com/dcantrell/pyparted
@ -43,6 +43,7 @@ Source1: https://github.com/dcantrell/pyparted/releases/download/v%{version}/%{n
Source2: keyring.gpg
Source3: trustdb.gpg
BuildRequires: make
BuildRequires: gcc
BuildRequires: parted-devel >= 3.3
BuildRequires: pkgconfig
@ -148,6 +149,9 @@ popd
%endif
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.11.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Oct 23 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.7-1
- Upgrade to pyparted-3.11.7 (BZ#1890443)
- Set PY_SSIZE_T_CLEAN for the build (bcl)