Include date in appdata release tags
Otherwise flatpak ignores them.
This commit is contained in:
parent
38402af519
commit
83a10190cb
@ -54,6 +54,6 @@
|
|||||||
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="__VERSION__"/>
|
<release version="__VERSION__" date="__DATE__"/>
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
@ -122,7 +122,7 @@ ExcludeArch: s390x
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 82.0.2
|
Version: 82.0.2
|
||||||
Release: 6%{?pre_tag}%{?dist}
|
Release: 7%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||||
@ -861,7 +861,9 @@ sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" %{buildroot}/%{moz
|
|||||||
|
|
||||||
# Install appdata file
|
# Install appdata file
|
||||||
mkdir -p %{buildroot}%{_datadir}/metainfo
|
mkdir -p %{buildroot}%{_datadir}/metainfo
|
||||||
%{__sed} -e 's/__VERSION__/%{version}/' %{SOURCE33} > %{buildroot}%{_datadir}/metainfo/firefox.appdata.xml
|
%{__sed} -e "s/__VERSION__/%{version}/" \
|
||||||
|
-e "s/__DATE__/$(date '+%F')/" \
|
||||||
|
%{SOURCE33} > %{buildroot}%{_datadir}/metainfo/firefox.appdata.xml
|
||||||
|
|
||||||
# Install Gnome search provider files
|
# Install Gnome search provider files
|
||||||
mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers
|
mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers
|
||||||
@ -980,6 +982,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 09 2020 Kalev Lember <klember@redhat.com> - 82.0.2-7
|
||||||
|
- Include date in appdata release tags
|
||||||
|
|
||||||
* Fri Nov 6 2020 Tomas Popela <tpopela@redhat.com> - 82.0.2-6
|
* Fri Nov 6 2020 Tomas Popela <tpopela@redhat.com> - 82.0.2-6
|
||||||
- Re-enable s390x buils by backporting a change from Thunderbird
|
- Re-enable s390x buils by backporting a change from Thunderbird
|
||||||
https://src.fedoraproject.org/rpms/thunderbird/c/5f0bec1b5b79e117cc469710afbfa4d008af9c29?branch=master
|
https://src.fedoraproject.org/rpms/thunderbird/c/5f0bec1b5b79e117cc469710afbfa4d008af9c29?branch=master
|
||||||
|
Loading…
Reference in New Issue
Block a user