From 21f50981dc1f49f213260ff4106936091074ceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 20 Sep 2018 21:17:32 +0200 Subject: [PATCH] Require osinfo-db >= 20180920-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's needed as we're now forcing anchored patterns when matching regex. Signed-off-by: Fabiano FidĂȘncio --- libosinfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libosinfo.spec b/libosinfo.spec index 38b17e0..aa256cb 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -3,7 +3,7 @@ Summary: A library for managing OS information for virtualization Name: libosinfo Version: 1.2.0 -Release: 3%{?dist}%{?extra_release} +Release: 4%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: https://releases.pagure.io/%{name}/%{name}-%{version}.tar.gz @@ -24,7 +24,7 @@ BuildRequires: hwdata BuildRequires: gobject-introspection-devel BuildRequires: osinfo-db Requires: hwdata -Requires: osinfo-db +Requires: osinfo-db >= 20180920-1 Requires: osinfo-db-tools %description @@ -114,6 +114,9 @@ fi %{_datadir}/vala/vapi/libosinfo-1.0.vapi %changelog +* Thu Sep 20 2018 Fabiano FidĂȘncio - 1.2.0-4 +- Require osinfo-db >= 20180920-1 + * Thu Sep 20 2018 Fabiano FidĂȘncio - 1.2.0-3 - Force anchored patterns when matching regex