import appstream-data-8-20200630.el8

This commit is contained in:
CentOS Sources 2020-07-14 01:06:08 +00:00 committed by Andrew Lukoshko
parent 56051c2b7c
commit 74f8809040
5 changed files with 564 additions and 492 deletions

View File

@ -1,2 +1,2 @@
1f5e5c34af15ec7d180e6a4c5f5603b483ab75e0 SOURCES/rhel-8-20191129-icons.tar.gz
a8a6a3f8c4dc5007cf819469a0622879af380104 SOURCES/rhel-8-20191129.xml.gz
8717d3f969c3691a0425c150a03d1b226200625f SOURCES/rhel-8-20200630-icons.tar.gz
18abd8606245c48feadd169c71204ec70d99fa48 SOURCES/rhel-8-20200630.xml.gz

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/rhel-8-20191129-icons.tar.gz
SOURCES/rhel-8-20191129.xml.gz
SOURCES/rhel-8-20200630-icons.tar.gz
SOURCES/rhel-8-20200630.xml.gz

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<!-- Apps for the GNOME Software "Editor's Picks" list -->
<component type="desktop">
<id>org.gnome.bijiben.desktop</id>
<id>org.gnome.Notes.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
@ -15,19 +15,13 @@
</kudos>
</component>
<component type="desktop">
<id>gnucash.desktop</id>
<id>org.gnucash.GnuCash</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>gtg.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>inkscape.desktop</id>
<id>org.inkscape.Inkscape</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
@ -81,7 +75,7 @@
</kudos>
</component>
<component type="desktop">
<id>stellarium.desktop</id>
<id>org.stellarium.Stellarium</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>

View File

@ -1,4 +1,4 @@
%define gitdate 20191129
%define gitdate 20200630
Summary: Cached AppStream metadata
Name: appstream-data
@ -16,6 +16,7 @@ Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/app
Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
# This is built using:
# dnf install fuse-sshfs -y
# sshfs user@host:/mnt/mirror/RHEL mnt
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-baseos -p mnt/ &> rhel-8-baseos.log
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-appstream -p mnt/ &> rhel-8-appstream.log
@ -62,6 +63,10 @@ DESTDIR=%{buildroot} appstream-util install \
%dir %{_datadir}/app-info/xmls
%changelog
* Tue Jun 30 2020 Richard Hughes <richard@hughsie.com> 8-20200630
- Regenerate the RHEL metadata
- Resolves: #1844488
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 8-20191129
- Regenerate the RHEL metadata to include the latest evince changes
- Resolves: #1768461