Compare commits

...
Sign in to create a new pull request.

15 commits

Author SHA1 Message Date
Milan Crha
15e94382f2 Update to 43.5 2023-03-03 13:56:53 +01:00
Milan Crha
82988db3a2 Update to 43.4 2023-02-10 09:29:52 +01:00
Milan Crha
b4fb103d88 Update to 43.3 2023-01-09 09:54:04 +01:00
Milan Crha
2b59804686 Update to 43.2 2022-12-02 12:59:29 +01:00
Milan Crha
a9d9eb9799 Delete obsolete patches 2022-10-24 07:58:55 +02:00
Milan Crha
6fc4db5ad2 Update to 43.1 2022-10-24 07:57:57 +02:00
Tomas Popela
7d5bc8727e Resolves: #2135289 (RPMs preferred over Flatpak on Silverblue) 2022-10-17 10:40:58 +02:00
Milan Crha
b0d5dd5afa Resolves: #2132292 (rpm-ostree plugin refuses to update) 2022-10-05 18:54:06 +02:00
Kalev Lember
a63799d564 Rebuild to fix sysprof-capture symbols leaking into libraries consuming it 2022-09-27 18:53:43 +02:00
Milan Crha
8de47672c8 Update to 43.0 2022-09-16 08:40:01 +02:00
Milan Crha
f19bd39d0e Resolves: #2124869 (Cannot install RPM package file) 2022-09-13 09:12:42 +02:00
Milan Crha
a266972be3 Update to 43.rc 2022-09-02 10:51:50 +02:00
Milan Crha
869c9002d6 Add rpminspect.yaml (settings for the RUNPATH test) 2022-08-18 07:38:46 +02:00
Milan Crha
b9716a4ef7 Resolves: #2119089 (No enough apps to show for the "Editor's Choice" section) 2022-08-17 15:53:46 +02:00
Milan Crha
f7afad3f86 Add patch for install-queue (RH bug #2118265) 2022-08-15 13:38:42 +02:00
3 changed files with 53 additions and 7 deletions

View file

@ -17,7 +17,7 @@
%global __provides_exclude_from ^%{_libdir}/%{name}/plugins-%{gs_plugin_version}/.*\\.so.*$
Name: gnome-software
Version: 43.beta
Version: 43.5
Release: 1%{?dist}
Summary: A software center for GNOME
@ -55,7 +55,6 @@ BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(rpm-ostree-1)
BuildRequires: pkgconfig(sysprof-capture-4)
BuildRequires: pkgconfig(valgrind)
BuildRequires: pkgconfig(xmlb) >= %{libxmlb_version}
Requires: appstream-data
@ -129,9 +128,6 @@ This package includes the rpm-ostree backend.
# remove unneeded dpkg plugin
rm %{buildroot}%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_dpkg.so
# not meant to be installed by the distros
rm %{buildroot}%{_datadir}/swcatalog/xml/org.gnome.Software.Curated.xml
# make the software center load faster
desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
--set-key=X-AppInstall-Package --set-value=%{name}
@ -156,7 +152,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%doc AUTHORS README.md
%license COPYING
%{_bindir}/gnome-software
%{_datadir}/applications/gnome-software-local-file.desktop
%{_datadir}/applications/gnome-software-local-file-flatpak.desktop
%{_datadir}/applications/gnome-software-local-file-fwupd.desktop
%{_datadir}/applications/gnome-software-local-file-packagekit.desktop
%{_datadir}/applications/org.gnome.Software.desktop
%{_mandir}/man1/gnome-software.1*
%{_datadir}/icons/hicolor/*/apps/org.gnome.Software.svg
@ -190,6 +188,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%dir %{_datadir}/swcatalog
%dir %{_datadir}/swcatalog/xml
%{_datadir}/swcatalog/xml/gnome-pwa-list-foss.xml
%{_datadir}/swcatalog/xml/org.gnome.Software.Curated.xml
%{_datadir}/swcatalog/xml/org.gnome.Software.Featured.xml
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
%{_datadir}/dbus-1/services/org.gnome.Software.service
@ -212,6 +211,46 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/gtk-doc/html/gnome-software/
%changelog
* Fri Mar 03 2023 Milan Crha <mcrha@redhat.com> - 43.5-1
- Update to 43.5
* Fri Feb 10 2023 Milan Crha <mcrha@redhat.com> - 43.4-1
- Update to 43.4
* Mon Jan 09 2023 Milan Crha <mcrha@redhat.com> - 43.3-1
- Update to 43.3
* Fri Dec 02 2022 Milan Crha <mcrha@redhat.com> - 43.2-1
- Update to 43.2
* Mon Oct 24 2022 Milan Crha <mcrha@redhat.com> - 43.1-1
- Update to 43.1
* Mon Oct 17 2022 Tomas Popela <tpopela@redhat.com> - 43.0-4
- Resolves: #2135289 (RPM packaged applications are presented in
GNOME Software and preferred over Flatpaks on Silverblue)
* Wed Oct 05 2022 Milan Crha <mcrha@redhat.com> - 43.0-3
- Resolves: #2132292 (rpm-ostree plugin refuses to update)
* Tue Sep 27 2022 Kalev Lember <klember@redhat.com> - 43.0-2
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
* Fri Sep 16 2022 Milan Crha <mcrha@redhat.com> - 43.0-1
- Update to 43.0
* Tue Sep 13 2022 Milan Crha <mcrha@redhat.com> - 43.rc-2
- Resolves: #2124869 (Cannot install RPM package file)
* Fri Sep 02 2022 Milan Crha <mcrha@redhat.com> - 43.rc-1
- Update to 43.rc
* Wed Aug 17 2022 Milan Crha <mcrha@redhat.com> - 43.beta-3
- Resolves: #2119089 (No enough apps to show for the "Editor's Choice" section)
* Mon Aug 15 2022 Milan Crha <mcrha@redhat.com> - 43.beta-2
- Add patch for install-queue
* Fri Aug 05 2022 Milan Crha <mcrha@redhat.com> - 43.beta-1
- Update to 43.beta

7
rpminspect.yaml Normal file
View file

@ -0,0 +1,7 @@
---
runpath:
allowed_paths:
- /usr/lib/gnome-software
- /usr/lib/rpm-ostree
- /usr/lib64/gnome-software
- /usr/lib64/rpm-ostree

View file

@ -1 +1 @@
SHA512 (gnome-software-43.beta.tar.xz) = 9dd2d1f3bebf4715dfbe4db636ca068ac53ae4d463d20f02421eb2990edc75e3b29b78436b8539027056042b6dda2ff55e9d6add1c5c9f8693899ce7a80065de
SHA512 (gnome-software-43.5.tar.xz) = c3d0b05122f5444b1db00719b99f80771ac2ee25ac3caea053bdc734e9faa9730263d20408d4bd87430141392613504b8dff59917eb6a97765302f04ff4306d0