From 6e7d45063040600b35a665660a32a1c10cc51009 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 15:35:04 +0800 Subject: [PATCH] Package init --- libdnf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libdnf.spec b/libdnf.spec index d9d55a2..e8d3323 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -13,7 +13,7 @@ Name: libdnf Version: 0.22.0 -Release: 7 +Release: 8 Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -34,7 +34,7 @@ Requires: libsolv%{?_isa} >= %{libsolv_version} %description A Library providing simplified C and Python API to libsolv. -%package devel +%package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libsolv-devel%{?_isa} >= %{libsolv_version} @@ -170,5 +170,11 @@ popd %{python3_sitearch}/hawkey/ %changelog +* Sat Nov 9 2019 openEuler Buildteam - 0.22.0-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add the release + * Wed Sep 18 2019 openEuler Buildteam - 0.22.0-7 - Package init