|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%define gitdate 20190805
|
|
|
|
|
%define gitdate 20191129
|
|
|
|
|
|
|
|
|
|
Summary: Cached AppStream metadata
|
|
|
|
|
Name: appstream-data
|
|
|
|
@ -17,26 +17,26 @@ Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/app
|
|
|
|
|
|
|
|
|
|
# This is built using:
|
|
|
|
|
# sshfs user@host:/mnt/mirror/RHEL mnt
|
|
|
|
|
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8.1-baseos -p mnt/rhel-8.1-baseos/ &> rhel-8.1-baseos.log
|
|
|
|
|
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8.1-appstream -p mnt/rhel-8.1-appstream/ &> rhel-8.1-appstream.log
|
|
|
|
|
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8.1-crb -p mnt/rhel-8.1-crb/ &> rhel-8.1-crb.log
|
|
|
|
|
# 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
|
|
|
|
|
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-8-crb -p mnt/ &> rhel-8-crb.log
|
|
|
|
|
# https://github.com/hughsie/appstream-scripts/blob/master/rhel/rhel-8.1-candidate.sh
|
|
|
|
|
#
|
|
|
|
|
# [rhel-8.1-baseos]
|
|
|
|
|
# [rhel-8-baseos]
|
|
|
|
|
# name=Nightly Packages for Enterprise Linux 8
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8.1/compose/BaseOS/x86_64/os/
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/BaseOS/x86_64/os/
|
|
|
|
|
# enabled=1
|
|
|
|
|
# gpgcheck=0
|
|
|
|
|
#
|
|
|
|
|
# [rhel-8.1-appstream]
|
|
|
|
|
# [rhel-8-appstream]
|
|
|
|
|
# name=Nightly Packages for Enterprise Linux 8
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8.1/compose/AppStream/x86_64/os/
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/AppStream/x86_64/os/
|
|
|
|
|
# enabled=1
|
|
|
|
|
# gpgcheck=0
|
|
|
|
|
#
|
|
|
|
|
# [rhel-8.1-crb]
|
|
|
|
|
# [rhel-8-crb]
|
|
|
|
|
# name=Nightly Packages for Enterprise Linux 8
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8.1/compose/CRB/x86_64/os/
|
|
|
|
|
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/CRB/x86_64/os/
|
|
|
|
|
# enabled=1
|
|
|
|
|
# gpgcheck=0
|
|
|
|
|
|
|
|
|
@ -62,6 +62,10 @@ DESTDIR=%{buildroot} appstream-util install \
|
|
|
|
|
%dir %{_datadir}/app-info/xmls
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 8-20191129
|
|
|
|
|
- Regenerate the RHEL metadata to include the latest evince changes
|
|
|
|
|
- Resolves: #1768461
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2019 Richard Hughes <richard@hughsie.com> 8-20190805
|
|
|
|
|
- Regenerate the RHEL metadata to include the latest cockpit changes
|
|
|
|
|
- Resolves: #1673011
|
|
|
|
|