From de586d42d7289ef7657271d02c99bc5076d4df0a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 06:40:27 +0000 Subject: import libosinfo-1.1.0-2.el7 --- diff --git a/.gitignore b/.gitignore index b0c0cfb..2f3b62a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libosinfo-1.0.0.tar.gz +SOURCES/libosinfo-1.1.0.tar.gz diff --git a/.libosinfo.metadata b/.libosinfo.metadata index 6e36357..6752d46 100644 --- a/.libosinfo.metadata +++ b/.libosinfo.metadata @@ -1 +1 @@ -0ab57b57625744821a495e0cab1287ab293a6cfd SOURCES/libosinfo-1.0.0.tar.gz +31bd62a1cf570ec61dc65751be08d748f11299a4 SOURCES/libosinfo-1.1.0.tar.gz diff --git a/SPECS/libosinfo.spec b/SPECS/libosinfo.spec index b6fc982..debadb4 100644 --- a/SPECS/libosinfo.spec +++ b/SPECS/libosinfo.spec @@ -2,13 +2,12 @@ Summary: A library for managing OS information for virtualization Name: libosinfo -Version: 1.0.0 -Release: 1%{?dist}%{?extra_release} +Version: 1.1.0 +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries -Source: https://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://libosinfo.org/ +Source: https://releases.pagure.io/%{name}/%{name}-%{version}.tar.gz +URL: https://libosinfo.org/ BuildRequires: intltool BuildRequires: glib2-devel BuildRequires: check-devel @@ -73,13 +72,6 @@ rm -f %{buildroot}%{_libdir}/*.la %find_lang %{name} -%check -if ! make check -then - cat test/test-suite.log || true - exit 1 -fi - %clean rm -fr %{buildroot} @@ -116,6 +108,10 @@ rm -fr %{buildroot} %{_datadir}/vala/vapi/libosinfo-1.0.vapi %changelog +* Wed Jun 06 2018 Richard Hughes 1.1.0-2 +- New upstream release 1.1.0 +- Resolves: #1584263 + * Thu Feb 23 2017 Matthias Clasen 1.0.0-1 - Rebase to 1.0.0 Resolves: rhbz#1387014