diff --git a/leapp-repository.spec b/leapp-repository.spec index 6d7a49f5009f04d761842ba8345441020e285ab0..319756019c9e059a5cff9ce2175991b9d43cdacb 100644 --- a/leapp-repository.spec +++ b/leapp-repository.spec @@ -11,7 +11,7 @@ }\ py2_byte_compile "%1" "%2"} -%define anolis_release 15 +%define anolis_release 16 Name: leapp-repository Version: 0.13.0 @@ -76,7 +76,11 @@ Requires: leapp-repository-dependencies = 5 # IMPORTANT: this is capability provided by the python2-leapp rpm. Requires: leapp-framework >= 1.4 Requires: python2-psutil +%if 0%{rhel} == 7 +Requires: python36-psutil +%else Requires: python3-psutil +%endif # That's temporary to ensure the obsoleted subpackage is not installed # and will be removed when the current version of leapp-repository is installed @@ -187,6 +191,9 @@ done; # no files here %changelog +* Fri Feb 24 2023 Weisson - 0.13.0-2.16 +- Correct python3-psutil requirement branch make migration ARM-EPEL-compatible. + * Sat Feb 18 2023 Weitao Zhou - 0.13.0-2.15 - set a reasonable 600M mem in system requirements check