Rebuilt with json-c-0.14-11.el9 (RhBug:2023320)

Resolves: rhbz#2023320
This commit is contained in:
Pavla Kratochvilova 2021-12-08 14:51:31 +01:00
parent 762f631e36
commit 9fbb07dcba
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,7 @@
Name: libdnf
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
URL: https://github.com/rpm-software-management/libdnf
@ -305,6 +305,9 @@ popd
%endif
%changelog
* Thu Dec 09 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.65.0-2
- Rebuilt with json-c-0.14-11.el9 (RhBug:2023320)
* Mon Oct 25 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.65.0-1
- Update to 0.65.0
- Implement logic for demodularization of modular rpms (RhBug:1805260)