diff --git a/0.68.0.tar.gz b/0.68.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..562c700017da6150b0e8bd854903db9ee5c772dc Binary files /dev/null and b/0.68.0.tar.gz differ diff --git a/libdnf-0.65.0.tar.gz b/libdnf-0.65.0.tar.gz deleted file mode 100644 index aabcf8aa1d643edbf7ab58b82fde5a07a4b15b8d..0000000000000000000000000000000000000000 Binary files a/libdnf-0.65.0.tar.gz and /dev/null differ diff --git a/libdnf.spec b/libdnf.spec index a5552be3832abd9482d1960391afc5697361350c..4ac4b84b27bf6af712ea98bc29d44dab6a408dde 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,18 +1,19 @@ -%define anolis_release 2 +%define anolis_release 1 -%define libsolv_version 0.7.20 +%define libsolv_version 0.7.21 %define libmodulemd_version 2.13.0 %define librepo_version 1.13.1 +%global dnf_conflict 4.11.0 Name: libdnf -Version: 0.65.0 +Version: 0.68.0 Release: %{anolis_release}%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LBPLv2+ URL: https://github.com/rpm-software-management/libdnf -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/rpm-software-management/libdnf/archive/refs/tags/%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc @@ -72,6 +73,7 @@ Summary: Python 3 bindings for the hawkey library BuildRequires: python3-devel Requires: %{name} = %{version}-%{release} Requires: python3-%{name} = %{version}-%{release} +Conflicts: python3-dnf < %{dnf_conflict} %description -n python3-hawkey Python 3 bindings for the hawkey library. @@ -128,6 +130,9 @@ popd %{python3_sitearch}/hawkey/ %changelog +* Mon Feb 13 2023 yuanhui - 0.68.0-1 +- update to 0.68.0 + * Tue Oct 25 2022 mgb01105731 - 0.65.0-2 - optimise spec file & add doc package