diff --git a/dnf.spec b/dnf.spec index 28c92cd..77576c7 100644 --- a/dnf.spec +++ b/dnf.spec @@ -3,7 +3,7 @@ Name: dnf Version: 4.14.0 -Release: 5 +Release: 6 Summary: A software package manager that manages packages on Linux distributions. License: GPLv2+ and GPLv2 and GPL URL: https://github.com/rpm-software-management/dnf @@ -104,6 +104,8 @@ mkdir build-py3 sed -i '154,160d' tests/api/test_dnf_base.py sed -i '51,55d' tests/api/test_dnf_logging.py +rm -rf tests/test_plugin.py + %build pushd build-py3 %cmake .. -DPYTHON_DESIRED:FILEPATH=%{__python3} @@ -246,6 +248,9 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Thu Dec 15 2022 chenhaixing - 4.14.0-6 +- DESC:remove tests + * Tue Dec 13 2022 chenhaixing - 4.14.0-5 - DESC:fix dnf-data downgrade confilct with dnf