Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 21:13:16 +02:00 committed by Miro Hrončok
commit a0e3ee446d

View file

@ -28,7 +28,7 @@ the purposes of CI/CD tasks.
Name: %srcname
Summary: %sum - client tooling
Version: 3.4
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
URL: https://github.com/praiskup/resalloc
BuildArch: noarch
@ -235,6 +235,9 @@ useradd -r -g "$group" -G "$group" -s /bin/bash \
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.4-3
- Rebuilt for Python 3.10
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4-2
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.