This commit is contained in:
Jean-Philippe Pialasse 2024-03-15 00:17:13 -04:00
parent 8d56ef8f85
commit cbd6b04a22

View File

@ -4,7 +4,7 @@
Summary: YUM, an rpm updater Summary: YUM, an rpm updater
Name: %{name} Name: %{name}
%define version 2.6.2 %define version 2.6.2
%define release 6 %define release 7
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -31,7 +31,7 @@ Requires: mailx
Requires: deltarpm Requires: deltarpm
Requires: yum-cron Requires: yum-cron
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: e-smith-devtools >= 1.13.1-03
BuildRequires: python3 BuildRequires: python27 python3
Conflicts: centos-yumconf Conflicts: centos-yumconf
AutoReqProv: no AutoReqProv: no
%description %description
@ -78,7 +78,8 @@ fi
%changelog %changelog
* Thu Mar 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-6.sme * Thu Mar 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-6.sme
- use python 3 to build - use python 3 to build and python 2, as needed for brp-python-bytecompile
https://bugzilla.redhat.com/show_bug.cgi?id=1411588
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.2-5.sme * Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.2-5.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]