From fd719b3f93a692d16f1e3d49e0bcbeb0b2ccb464 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 Dec 2021 11:45:36 -0500 Subject: [PATCH] import appstream-0.14.5-1.el9 --- .appstream.metadata | 2 +- .gitignore | 2 +- SPECS/appstream.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.appstream.metadata b/.appstream.metadata index 51c782a..1a55a36 100644 --- a/.appstream.metadata +++ b/.appstream.metadata @@ -1 +1 @@ -8ec25236df47d8f0fd964d01625905bea38cde9c SOURCES/AppStream-0.14.3.tar.xz +fc9f7a95fd117421ec8bb943fae2e9f49df90b55 SOURCES/AppStream-0.14.5.tar.xz diff --git a/.gitignore b/.gitignore index 01dee08..f6293fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/AppStream-0.14.3.tar.xz +SOURCES/AppStream-0.14.5.tar.xz diff --git a/SPECS/appstream.spec b/SPECS/appstream.spec index d219f25..a335233 100644 --- a/SPECS/appstream.spec +++ b/SPECS/appstream.spec @@ -4,8 +4,8 @@ Summary: Utilities to generate, maintain and access the AppStream database Name: appstream -Version: 0.14.3 -Release: 4%{?dist} +Version: 0.14.5 +Release: 1%{?dist} # lib LGPLv2+, tools GPLv2+ License: GPLv2+ and LGPLv2+ @@ -179,13 +179,18 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \ ## symlink pointing to ^^, but need to take care, since rpm has ## trouble replacing dirs with symlinks, omit it for now -- rex %exclude %{_datadir}/gtk-doc/html/appstream +# Maybe this should be split out? -- ngompa +%{_datadir}/installed-tests/appstream/metainfo-validate.test %ldconfig_scriptlets compose %files compose +%{_libexecdir}/appstreamcli-compose +%{_mandir}/man1/appstreamcli-compose.1* %{_libdir}/libappstream-compose.so.0* %{_libdir}/libappstream-compose.so.%{version} %{_libdir}/girepository-1.0/AppStreamCompose-1.0.typelib +%{_metainfodir}/org.freedesktop.appstream.compose.metainfo.xml %files compose-devel %{_includedir}/appstream-compose/ @@ -205,6 +210,10 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \ %{_libdir}/libAppStreamQt.so %changelog +* Sun Aug 29 2021 Neal Gompa - 0.14.5-1 +- Rebase to 0.14.5 + Resolves: rhbz#1998881 + * Mon Aug 09 2021 Mohan Boddu - 0.14.3-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688