Compare commits

...

No commits in common. "c8" and "c9s" have entirely different histories.
c8 ... c9s

14 changed files with 444 additions and 177 deletions

View File

@ -1,4 +0,0 @@
c01fab7926a0fd4f2b1196600b5dd1b2ad4b5425 SOURCES/epel-8-20200724-icons.tar.gz
6b08557071ff73d81cc4a4bbab5908ef3e21238f SOURCES/epel-8-20200724.xml.gz
d22ded3cd4471c1db4835f7cdf01a4b8317f69f1 SOURCES/rhel-8-20200724-icons.tar.gz
811c4fe5e36dde125dfb0d3a48a6fc9dce80192c SOURCES/rhel-8-20200724.xml.gz

36
.gitignore vendored
View File

@ -1,4 +1,32 @@
SOURCES/epel-8-20200724-icons.tar.gz
SOURCES/epel-8-20200724.xml.gz
SOURCES/rhel-8-20200724-icons.tar.gz
SOURCES/rhel-8-20200724.xml.gz
/rhel-8-20180720-icons.tar.gz
/rhel-8-20180720.xml.gz
/rhel-8-20180721-icons.tar.gz
/rhel-8-20180721.xml.gz
/rhel-8-20190719-icons.tar.gz
/rhel-8-20190719.xml.gz
/rhel-8-20190805-icons.tar.gz
/rhel-8-20190805.xml.gz
/rhel-8-20191129-icons.tar.gz
/rhel-8-20191129.xml.gz
/rhel-8-20200630-icons.tar.gz
/rhel-8-20200630.xml.gz
/rhel-8-20200724-icons.tar.gz
/rhel-8-20200724.xml.gz
/epel-8-20200724-icons.tar.gz
/epel-8-20200724.xml.gz
/rhel-9-20210805.xml.gz
/rhel-9-20210805-icons.tar.gz
/rhel-9-20211101.xml.gz
/rhel-9-20211101-icons.tar.gz
/rhel-9-20220302-icons.tar.gz
/rhel-9-20220302.xml.gz
/epel-9-20220302-icons.tar.gz
/epel-9-20220302.xml.gz
/rhel-9-20230426-icons.tar.gz
/rhel-9-20230426.xml.gz
/epel-9-20230426-icons.tar.gz
/epel-9-20230426.xml.gz
/rhel-9-20230504-icons.tar.gz
/rhel-9-20230504.xml.gz
/epel-9-20230504-icons.tar.gz
/epel-9-20230504.xml.gz

View File

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.8" origin="">
<component type="source">
<id>adobe-release-x86_64</id>
<pkgname>adobe-release-x86_64</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Adobe</name>
<summary>Adobe Repository Configuration</summary>
</component>
<component type="source">
<id>bjnplugin</id>
<pkgname>bjnplugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Blue Jeans</name>
<summary>Blue Jeans Repository Configuration</summary>
</component>
<component type="source">
<id>google-chrome</id>
<pkgname>google-chrome</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Chrome</name>
<summary>Google Chrome Repository Configuration</summary>
</component>
<component type="source">
<id>google-earth-stable</id>
<pkgname>google-earth-stable</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Earth</name>
<summary>Google Earth Repository Configuration</summary>
</component>
<component type="source">
<id>google-musicmanager-beta</id>
<pkgname>google-musicmanager-beta</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google MusicManager</name>
<summary>Google MusicManager Repository Configuration</summary>
</component>
<component type="source">
<id>google-talkplugin</id>
<pkgname>google-talkplugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Talk</name>
<summary>Google Talk Repository Configuration</summary>
</component>
<component type="source">
<id>nautilus-dropbox</id>
<pkgname>nautilus-dropbox</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Dropbox</name>
<summary>Dropbox Repository Configuration</summary>
</component>
</components>

View File

@ -1,99 +0,0 @@
%define gitdate 20200724
Summary: Cached AppStream metadata
Name: appstream-data
Version: 8
Release: %{gitdate}%{?dist}
BuildArch: noarch
License: CC0 and CC-BY and CC-BY-SA and GFDL
URL: http://people.redhat.com/rhughes/metadata/
Source1: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}.xml.gz
Source2: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}-icons.tar.gz
Source3: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml
Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
# extra applications not in RHEL
Source9: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}.xml.gz
Source10: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}-icons.tar.gz
# 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
# 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-baseos]
# name=Nightly Packages for Enterprise Linux 8
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/BaseOS/x86_64/os/
# enabled=1
# gpgcheck=0
#
# [rhel-8-appstream]
# name=Nightly Packages for Enterprise Linux 8
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/AppStream/x86_64/os/
# enabled=1
# gpgcheck=0
#
# [rhel-8-crb]
# name=Nightly Packages for Enterprise Linux 8
# baseurl=http://download.eng.brq.redhat.com/composes/nightly/latest-RHEL-8/compose/CRB/x86_64/os/
# enabled=1
# gpgcheck=0
BuildRequires: libappstream-glib
%description
This package provides the distribution specific AppStream metadata required
for the GNOME and KDE software centers.
%install
DESTDIR=%{buildroot} appstream-util install-origin rhel-%{version} %{SOURCE1} %{SOURCE2}
DESTDIR=%{buildroot} appstream-util install-origin epel-%{version} %{SOURCE9} %{SOURCE10}
DESTDIR=%{buildroot} appstream-util install \
%{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
%{_datadir}/app-info/icons/rhel-%{version}/*/*.png
%{_datadir}/app-info/icons/epel-%{version}/*/*.png
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/icons/rhel-%{version}/64x64
%dir %{_datadir}/app-info/icons/rhel-%{version}/128x128
%dir %{_datadir}/app-info/icons/epel-%{version}/64x64
%dir %{_datadir}/app-info/icons/epel-%{version}/128x128
%dir %{_datadir}/app-info/xmls
%changelog
* Fri Jul 24 2020 Richard Hughes <richard@hughsie.com> 8-20200724
- Regenerate the RHEL metadata to include the EPEL apps too
- Resolves: #1844488
* 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
* Mon Aug 05 2019 Richard Hughes <richard@hughsie.com> 8-20190805
- Regenerate the RHEL metadata to include the latest cockpit changes
- Resolves: #1673011
* Fri Jul 19 2019 Richard Hughes <richard@hughsie.com> 8-20190719
- Regenerate the RHEL metadata
- Resolves: #1673011
* Fri Jul 20 2018 Richard Hughes <richard@hughsie.com> 8-20180721
- Regenerate the RHEL metadata using rhel-8.0-appstream
* Thu Jul 19 2018 Richard Hughes <richard@hughsie.com> 8-20180720
- Regenerate the RHEL metadata using rhel-8.0-candidate

318
appstream-data.spec Normal file
View File

@ -0,0 +1,318 @@
%define gitdate 20230504
%global enable_epel 1
Summary: Cached AppStream metadata
Name: appstream-data
Epoch: 1
Version: 9
Release: %{gitdate}%{?dist}
BuildArch: noarch
License: CC0 and CC-BY and CC-BY-SA and GFDL
URL: http://people.redhat.com/rhughes/metadata/
Source1: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}.xml.gz
Source2: http://people.redhat.com/rhughes/metadata/rhel-%{version}-%{gitdate}-icons.tar.gz
Source3: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml
Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
# extra applications not in RHEL
%if 0%{?enable_epel}
Source9: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}.xml.gz
Source10: http://people.redhat.com/rhughes/metadata/epel-%{version}-%{gitdate}-icons.tar.gz
%endif
# This is built using:
# sudo dnf makecache --enablerepo rhel-9-baseos --enablerepo rhel-9-appstream --enablerepo rhel-9-crb
# export ARCHIVE_PATH=/run/media/hughsie/Backup/mirror
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-9-baseos -p ${ARCHIVE_PATH}/RHEL/ &> rhel-9-baseos.log
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-9-appstream -p ${ARCHIVE_PATH}/RHEL/ &> rhel-9-appstream.log
# dnf reposync --setopt=*.module_hotfixes=1 --repo rhel-9-crb -p ${ARCHIVE_PATH}/RHEL/ &> rhel-9-crb.log
# https://github.com/hughsie/appstream-scripts/blob/master/rhel/rhel-9-candidate.sh
# then the sources need to be uploaded to people.redhat.com/rhughes/metadata/
BuildRequires: libappstream-glib
%description
This package provides the distribution specific AppStream metadata required
for the GNOME and KDE software centers.
%install
DESTDIR=%{buildroot} appstream-util install-origin rhel-%{version} %{SOURCE1} %{SOURCE2}
%if 0%{?enable_epel}
DESTDIR=%{buildroot} appstream-util install-origin epel-%{version} %{SOURCE9} %{SOURCE10}
%endif
DESTDIR=%{buildroot} appstream-util install \
%{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7}
%files
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
%{_datadir}/app-info/icons/rhel-%{version}/*/*.png
%if 0%{?enable_epel}
%{_datadir}/app-info/icons/epel-%{version}/*/*.png
%endif
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/icons/rhel-%{version}/64x64
%dir %{_datadir}/app-info/icons/rhel-%{version}/128x128
%if 0%{?enable_epel}
%dir %{_datadir}/app-info/icons/epel-%{version}/64x64
%dir %{_datadir}/app-info/icons/epel-%{version}/128x128
%endif
%dir %{_datadir}/app-info/xmls
%changelog
* Thu May 04 2023 Richard Hughes <richard@hughsie.com> 1:9-20230504
- New metadata version
- Resolves: rhbz#2062807
* Wed Apr 26 2023 Richard Hughes <richard@hughsie.com> 1:9-20230426
- New metadata version
- Resolves: rhbz#2062807
* Thu Mar 03 2022 Richard Hughes <richard@hughsie.com> 1:9-20220302
- New metadata version
- Resolves: rhbz#2062807
* Mon Nov 01 2021 Richard Hughes <richard@hughsie.com> 1:9-20211101
- New metadata version
- Resolves: rhbz#2005266
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:9-20210805.1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Aug 05 2021 Richard Hughes <richard@hughsie.com> 1:9-20210805
- New metadata version
- Resolves: rhbz#1926838
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 34-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Mar 31 2021 Richard Hughes <richard@hughsie.com> 34-1
- New metadata version
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Oct 15 2020 Richard Hughes <richard@hughsie.com> 33-1
- New metadata version
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 32-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Apr 13 2020 Richard Hughes <richard@hughsie.com> 32-6
- New metadata version
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 32-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 02 2020 Kalev Lember <klember@redhat.com> - 32-4
- New metadata version
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 32-3
- New metadata version
* Thu Sep 19 2019 Kalev Lember <klember@redhat.com> - 32-2
- Update webapps.xml
* Thu Sep 19 2019 Kalev Lember <klember@redhat.com> - 32-1
- New metadata version
* Wed Sep 18 2019 Kalev Lember <klember@redhat.com> - 31-4
- Update categories and popular xmls with renamed app ids
* Wed Sep 18 2019 Kalev Lember <klember@redhat.com> - 31-3
- New metadata version
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jul 12 2019 Richard Hughes <richard@hughsie.com> 31-1
- New metadata version
* Thu Apr 18 2019 Kalev Lember <klember@redhat.com> - 30-5
- New metadata version
* Thu Apr 11 2019 Kalev Lember <klember@redhat.com> - 30-4
- New metadata version
- Update changed app IDs in categories and popular xml files
* Mon Apr 01 2019 Kalev Lember <klember@redhat.com> - 30-3
- New metadata version
- Update fedora-categories.xml and fedora-popular.xml with changed app IDs
- Remove steam-oars.xml now that gnome-software no longer ships the steam plugin
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 21 2019 Kalev Lember <klember@redhat.com> - 30-1
- New metadata version
* Thu Dec 13 2018 Kalev Lember <klember@redhat.com> - 29-8
- New metadata version
* Wed Oct 10 2018 Kalev Lember <klember@redhat.com> - 29-7
- New metadata version
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 29-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri May 25 2018 Kalev Lember <klember@redhat.com> - 29-5
- New metadata version
* Thu Apr 19 2018 Kalev Lember <klember@redhat.com> - 29-4
- New metadata version
* Wed Apr 04 2018 Kalev Lember <klember@redhat.com> - 29-3
- New metadata version
* Tue Mar 27 2018 Kalev Lember <klember@redhat.com> - 29-2
- New metadata version
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 29-1
- New metadata version
* Thu Feb 15 2018 Kalev Lember <klember@redhat.com> - 28-4
- New metadata version
- Sync other-repos.xml and webapps.xml with fedora-appstream
- Add google-chrome.xml with Google Chrome metadata
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Dec 28 2017 Kalev Lember <klember@redhat.com> - 28-2
- New metadata version
* Tue Dec 12 2017 Kalev Lember <klember@redhat.com> - 28-1
- New metadata version
* Wed Nov 29 2017 Kalev Lember <klember@redhat.com> - 27-7
- New metadata version
* Mon Oct 16 2017 Kalev Lember <klember@redhat.com> - 27-6
- New metadata version
* Thu Aug 31 2017 Kalev Lember <klember@redhat.com> - 27-5
- New metadata version
* Thu Aug 03 2017 Kalev Lember <klember@redhat.com> - 27-4
- New metadata version
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> 27-2
- New metadata version
* Wed Jun 14 2017 Kalev Lember <klember@redhat.com> 27-1
- New metadata version
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> 26-11
- New metadata version
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> 26-10
- New metadata version
* Tue Feb 07 2017 Kalev Lember <klember@redhat.com> 26-9
- New metadata version
* Mon Jan 23 2017 Kalev Lember <klember@redhat.com> 26-8
- New metadata version
* Mon Jan 09 2017 Kalev Lember <klember@redhat.com> 26-7
- New metadata version
* Fri Dec 30 2016 Kalev Lember <klember@redhat.com> 26-6
- New metadata version
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> 26-5
- New metadata version
* Fri Dec 02 2016 Kalev Lember <klember@redhat.com> 26-4
- New metadata version
* Fri Oct 14 2016 Richard Hughes <richard@hughsie.com> 26-3
- New metadata version
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 26-2
- New metadata version
- Add Steam OARS overrides
* Tue Aug 09 2016 Richard Hughes <richard@hughsie.com> 26-1
- New metadata version
* Sun Jun 12 2016 Richard Hughes <richard@hughsie.com> 25-4
- New metadata version
* Thu May 26 2016 Richard Hughes <richard@hughsie.com> 25-3
- Add the Fedora-specific popular metadata
* Thu May 26 2016 Kalev Lember <klember@redhat.com> 25-2
- New metadata version
- Add a test for gstreamer1-plugin-openh264
* Wed Apr 27 2016 Richard Hughes <richard@hughsie.com> 25-1
- New metadata version
* Mon Feb 15 2016 Richard Hughes <richard@hughsie.com> 24-4
- New metadata version
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 24-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Dec 16 2015 Richard Hughes <richard@hughsie.com> 24-2
- New metadata version
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 24-1
- New metadata version
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue May 26 2015 Richard Hughes <richard@hughsie.com> 23-2
- New metadata version
- Fix the installed icon location for the new origin value
* Mon May 11 2015 Richard Hughes <richard@hughsie.com> 23-1
- New metadata version
- Debundle the appstream-extra files
* Thu Apr 23 2015 Richard Hughes <richard@hughsie.com> 22-7
- New metadata version.
* Fri Mar 20 2015 Kalev Lember <kalevlember@gmail.com> 22-6
- New metadata version.
* Wed Mar 04 2015 Richard Hughes <richard@hughsie.com> 22-5
- New metadata version, this time with all the icons.
* Tue Feb 24 2015 Richard Hughes <richard@hughsie.com> 22-4
- New metadata version.
* Mon Sep 29 2014 Richard Hughes <richard@hughsie.com> 22-3
- Ship HiDPI icons, harder
* Mon Sep 29 2014 Richard Hughes <richard@hughsie.com> 22-2
- Ship HiDPI icons
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 22-1
- New metadata version number, data unchanged.
* Wed Jul 02 2014 Richard Hughes <richard@hughsie.com> 21-5
- New metadata version with source screenshots.
* Mon Jun 30 2014 Richard Hughes <richard@hughsie.com> 21-4
- New metadata version that passes xmllint.
* Thu Jun 19 2014 Richard Hughes <richard@hughsie.com> 21-3
- New metadata version.
* Wed Jun 11 2014 Richard Hughes <richard@hughsie.com> 21-2
- Own the correct directories
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1107802#c5
* Tue Jun 10 2014 Richard Hughes <richard@hughsie.com> 21-1
- Initial version for Fedora package review

View File

@ -38,7 +38,7 @@
</categories>
</component>
<component type="desktop">
<id>ardour5.desktop</id>
<id>ardour6.desktop</id>
<categories>
<category>AudioVideo</category>
<category>Featured</category>
@ -129,7 +129,7 @@
</categories>
</component>
<component type="desktop">
<id>glade.desktop</id>
<id>org.gnome.Glade</id>
<categories>
<category>Development</category>
<category>Featured</category>
@ -163,13 +163,6 @@
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>btanks.desktop</id>
<categories>
<category>Game</category>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>io.github.endless_sky.endless_sky</id>
<categories>
@ -339,7 +332,7 @@
</categories>
</component>
<component type="desktop">
<id>mypaint.desktop</id>
<id>org.mypaint.mypaint</id>
<categories>
<category>Graphics</category>
<category>Featured</category>
@ -584,14 +577,14 @@
</categories>
</component>
<component type="desktop">
<id>workrave.desktop</id>
<id>org.workrave.workrave</id>
<categories>
<category>Utility</category>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>openshot-qt</id>
<id>org.openshot.OpenShot</id>
<categories>
<category>Utility</category>
<category>Featured</category>

View File

@ -32,12 +32,6 @@
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>musique.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>org.gnome.Geary.desktop</id>
<kudos>

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

31
google-chrome.xml Normal file
View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 The Chromium Authors -->
<components version="0.8" origin="">
<component type="desktop">
<id>google-chrome.desktop</id>
<pkgname>google-chrome-stable</pkgname>
<!-- icon from https://play.google.com/store/apps/details?id=com.android.chrome -->
<icon type="remote">https://lh3.googleusercontent.com/nYhPnY2I-e9rpqnid9u9aAODz4C04OycEGxqHG5vxFnA35OGmLMrrUmhM9eaHKJ7liB-=w300</icon>
<update_contact>chromium-dev@chromium.org</update_contact>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Freeware under Google Chrome Terms of Service</project_license>
<name>Google Chrome</name>
<summary>The web browser from Google</summary>
<description>
<p>
Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
</p>
</description>
<url type="homepage">https://chrome.google.com/</url>
<screenshots>
<screenshot type="default">
<image>https://www.gstatic.com/chrome/appstream/chrome-2.png</image>
<caption/>
</screenshot>
</screenshots>
<translation/>
<developer_name>Google</developer_name>
<url type="bugtracker">https://support.google.com/chrome/?p=feedback</url>
<url type="help">https://support.google.com/chrome</url>
</component>
</components>

31
other-repos.xml Normal file
View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.8" origin="">
<component type="generic">
<id>adobe-release-x86_64</id>
<pkgname>adobe-release-x86_64</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Adobe</name>
<summary>Adobe Repository Configuration</summary>
</component>
<component type="generic">
<id>livna-release</id>
<pkgname>livna-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Livna</name>
<summary>Livna Repository Configuration</summary>
</component>
<component type="generic">
<id>rpmfusion-free-release</id>
<pkgname>rpmfusion-free-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>RPM Fusion Free</name>
<summary>RPM Fusion Repository Configuration</summary>
</component>
<component type="generic">
<id>rpmfusion-nonfree-release</id>
<pkgname>rpmfusion-nonfree-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>RPM Fusion Non-Free</name>
<summary>RPM Fusion Repository Configuration</summary>
</component>
</components>

17
rhel.repo Normal file
View File

@ -0,0 +1,17 @@
[rhel-9-baseos]
name=Nightly Packages for Enterprise Linux 9
baseurl=http://download.eng.brq.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9/compose/BaseOS/x86_64/os/
enabled=1
gpgcheck=0
[rhel-9-appstream]
name=Nightly Packages for Enterprise Linux 9
baseurl=http://download.eng.brq.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9/compose/AppStream/x86_64/os/
enabled=1
gpgcheck=0
[rhel-9-crb]
name=Nightly Packages for Enterprise Linux 9
baseurl=http://download.eng.brq.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9/compose/CRB/x86_64/os/
enabled=1
gpgcheck=0

4
sources Normal file
View File

@ -0,0 +1,4 @@
SHA512 (rhel-9-20230504-icons.tar.gz) = 34eeeb24bdcef50d7ceaecc014b1bd45d462cc1ab0d8df806cb8316187cd5bf949f27871d561d9597b236342439fab31b961aa13e7dc838358149efa457851a3
SHA512 (rhel-9-20230504.xml.gz) = 130ee33ec58e09f702eb8f779dfcd65842cb4573136e553d2bb5468869c295225532c23ac5fb074a725b2026d110f494b90fe58a27b2acc6fe9cad5eefc609f5
SHA512 (epel-9-20230504-icons.tar.gz) = 8aead728755d92ab1a8e4d0fb7a0b77b6fbdbd1654d1de99490de7997979aa2bfbcb0918e3a3d1ddbd82926161e85632318ab4a6600a41ced1b9f8bd6b6dfeeb
SHA512 (epel-9-20230504.xml.gz) = e95ef4b79b6e9f18de257640235d7fa823c839254723b3917f9d683a56b7bf719e51b8d8c24b047143021d477d017c8e319d0e75bba09b1d8fb0c971f864f3c0