Fix appstream_version macro for prerelease appstream 1.0 package

This commit is contained in:
Neal Gompa 2023-11-07 12:49:41 -05:00
parent 9046ad9c4d
commit 3a1d691112

View File

@ -1,4 +1,4 @@
%global appstream_version 1.0.0
%global appstream_version 1.0.0~
%global bubblewrap_version 0.5.0
%global glib_version 2.46.0
%global libcurl_version 7.29.0
@ -9,7 +9,7 @@
Name: flatpak
Version: 1.15.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Application deployment framework for desktop apps
License: LGPL-2.1-or-later
@ -279,6 +279,9 @@ fi
%changelog
* Tue Nov 07 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.15.4-5
- Fix appstream_version macro for prerelease appstream 1.0 package
* Tue Nov 07 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.15.4-4
- Adjust to Appstream 1.0 API changes
- Fix Appstream regression in 'remote-info'