|
|
|
@ -1,61 +1,85 @@
|
|
|
|
|
%global appstream_version 0.14.0
|
|
|
|
|
%global appstream_version 1.0.0~
|
|
|
|
|
%global flatpak_version 1.9.1
|
|
|
|
|
%global fwupd_version 1.5.6
|
|
|
|
|
%global glib2_version 2.70.0
|
|
|
|
|
%global gtk4_version 4.10.0
|
|
|
|
|
%global json_glib_version 1.6.0
|
|
|
|
|
%global libadwaita_version 1.3.alpha
|
|
|
|
|
%global libxmlb_version 0.1.7
|
|
|
|
|
%global glib2_version 2.61.1
|
|
|
|
|
%global gtk3_version 3.22.4
|
|
|
|
|
%global json_glib_version 1.2.0
|
|
|
|
|
%global libsoup_version 2.52.0
|
|
|
|
|
%global packagekit_version 1.1.1
|
|
|
|
|
%global fwupd_version 1.3.3
|
|
|
|
|
%global flatpak_version 1.5.1
|
|
|
|
|
%global packagekit_version 1.2.5
|
|
|
|
|
|
|
|
|
|
# Disable WebApps for RHEL builds
|
|
|
|
|
%bcond webapps %[!0%{?rhel}]
|
|
|
|
|
# Disable parental control for RHEL builds
|
|
|
|
|
%bcond malcontent %[!0%{?rhel}]
|
|
|
|
|
# Disable rpm-ostree support for RHEL builds
|
|
|
|
|
%bcond rpmostree %[!0%{?rhel}]
|
|
|
|
|
# this is to be able to disable fedora-langpacks subpackage build
|
|
|
|
|
%bcond langpacks %[1]
|
|
|
|
|
|
|
|
|
|
# this is not a library version
|
|
|
|
|
%define gs_plugin_version 20
|
|
|
|
|
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
%global __provides_exclude_from ^%{_libdir}/%{name}/plugins-%{gs_plugin_version}/.*\\.so.*$
|
|
|
|
|
|
|
|
|
|
Name: gnome-software
|
|
|
|
|
Version: 41.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 46.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A software center for GNOME
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/Software
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-software/41/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://apps.gnome.org/Software
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-software/46/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
Patch01: 0001-crash-with-broken-theme.patch
|
|
|
|
|
Patch02: 0006-optional-repos-cannot-be-disabled.patch
|
|
|
|
|
Patch03: 0007-compulsory-only-for-repos.patch
|
|
|
|
|
Patch04: 0008-gs-removal-dialog-crrect-property-name.patch
|
|
|
|
|
Patch05: 0009-hide-some-errors.patch
|
|
|
|
|
Patch: 0001-fedora-langpacks-for-rhel.patch
|
|
|
|
|
|
|
|
|
|
# ostree and flatpak not on i686 for RHEL 10
|
|
|
|
|
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: appstream-devel >= %{appstream_version}
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: fwupd-devel >= %{fwupd_version}
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: gnome-online-accounts-devel
|
|
|
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
|
|
|
|
BuildRequires: gspell-devel
|
|
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: json-glib-devel >= %{json_glib_version}
|
|
|
|
|
BuildRequires: libdnf-devel
|
|
|
|
|
BuildRequires: libhandy1-devel
|
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
|
BuildRequires: libxmlb-devel >= %{libxmlb_version}
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
|
|
|
|
BuildRequires: polkit-devel
|
|
|
|
|
BuildRequires: flatpak-devel >= %{flatpak_version}
|
|
|
|
|
BuildRequires: ostree-devel
|
|
|
|
|
BuildRequires: rpm-devel
|
|
|
|
|
BuildRequires: rpm-ostree-devel
|
|
|
|
|
BuildRequires: libgudev1-devel
|
|
|
|
|
BuildRequires: sysprof-capture-devel
|
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
|
BuildRequires: pkgconfig(appstream) >= %{appstream_version}
|
|
|
|
|
BuildRequires: pkgconfig(flatpak) >= %{flatpak_version}
|
|
|
|
|
BuildRequires: pkgconfig(fwupd) >= %{fwupd_version}
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
|
|
|
|
BuildRequires: pkgconfig(libdnf)
|
|
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
|
|
|
|
%if %{with malcontent}
|
|
|
|
|
BuildRequires: pkgconfig(malcontent-0)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(ostree-1)
|
|
|
|
|
BuildRequires: pkgconfig(packagekit-glib2) >= %{packagekit_version}
|
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
|
BuildRequires: pkgconfig(rpm)
|
|
|
|
|
%if %{with rpmostree}
|
|
|
|
|
BuildRequires: pkgconfig(rpm-ostree-1)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
|
|
|
|
BuildRequires: pkgconfig(xmlb) >= %{libxmlb_version}
|
|
|
|
|
|
|
|
|
|
Requires: appstream-data
|
|
|
|
|
Requires: appstream%{?_isa} >= %{appstream_version}
|
|
|
|
|
%if %{with webapps}
|
|
|
|
|
Requires: epiphany-runtime%{?_isa}
|
|
|
|
|
%endif
|
|
|
|
|
Requires: flatpak%{?_isa} >= %{flatpak_version}
|
|
|
|
|
Requires: flatpak-libs%{?_isa} >= %{flatpak_version}
|
|
|
|
|
Requires: fwupd%{?_isa} >= %{fwupd_version}
|
|
|
|
@ -63,22 +87,20 @@ Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
# gnome-menus is needed for app folder .directory entries
|
|
|
|
|
Requires: gnome-menus%{?_isa}
|
|
|
|
|
Requires: gsettings-desktop-schemas%{?_isa}
|
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
|
|
|
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
|
|
|
|
Requires: iso-codes
|
|
|
|
|
# librsvg2 is needed for gdk-pixbuf svg loader
|
|
|
|
|
Requires: librsvg2%{?_isa}
|
|
|
|
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
|
|
|
|
Requires: libxmlb%{?_isa} >= %{libxmlb_version}
|
|
|
|
|
|
|
|
|
|
Recommends: PackageKit%{?_isa} >= %{packagekit_version}
|
|
|
|
|
%if %{with langpacks}
|
|
|
|
|
Recommends: %{name}-fedora-langpacks
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Obsoletes: gnome-software-snap < 3.33.1
|
|
|
|
|
Obsoletes: gnome-software-editor < 3.35.1
|
|
|
|
|
|
|
|
|
|
# this is not a library version
|
|
|
|
|
%define gs_plugin_version 16
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
gnome-software is an application that makes it easy to add, remove
|
|
|
|
|
and update software in the GNOME desktop.
|
|
|
|
@ -91,6 +113,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
These development files are for building gnome-software plugins outside
|
|
|
|
|
the source tree. Most users do not need this subpackage installed.
|
|
|
|
|
|
|
|
|
|
%if %{with langpacks}
|
|
|
|
|
%package fedora-langpacks
|
|
|
|
|
Summary: Contains fedora-langpacks plugin
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description fedora-langpacks
|
|
|
|
|
The fedora-langpacks plugin ensures langpacks packages are installed
|
|
|
|
|
for the current locale.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with rpmostree}
|
|
|
|
|
%package rpm-ostree
|
|
|
|
|
Summary: rpm-ostree backend for gnome-software
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -102,18 +135,38 @@ gnome-software is an application that makes it easy to add, remove
|
|
|
|
|
and update software in the GNOME desktop.
|
|
|
|
|
|
|
|
|
|
This package includes the rpm-ostree backend.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version} -S gendiff
|
|
|
|
|
%autosetup -p1 -S gendiff -n %{name}-%{tarball_version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson \
|
|
|
|
|
-Dsoup2=false \
|
|
|
|
|
-Dsnap=false \
|
|
|
|
|
%if %{with malcontent}
|
|
|
|
|
-Dmalcontent=true \
|
|
|
|
|
%else
|
|
|
|
|
-Dmalcontent=false \
|
|
|
|
|
%endif
|
|
|
|
|
-Dgudev=true \
|
|
|
|
|
-Dpackagekit=true \
|
|
|
|
|
-Dpackagekit_autoremove=true \
|
|
|
|
|
-Dexternal_appstream=false \
|
|
|
|
|
%if %{with rpmostree}
|
|
|
|
|
-Drpm_ostree=true \
|
|
|
|
|
%else
|
|
|
|
|
-Drpm_ostree=false \
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with webapps}
|
|
|
|
|
-Dwebapps=true \
|
|
|
|
|
-Dhardcoded_foss_webapps=true \
|
|
|
|
|
-Dhardcoded_proprietary_webapps=false \
|
|
|
|
|
%else
|
|
|
|
|
-Dwebapps=false \
|
|
|
|
|
-Dhardcoded_foss_webapps=false \
|
|
|
|
|
-Dhardcoded_proprietary_webapps=false \
|
|
|
|
|
%endif
|
|
|
|
|
-Dtests=false
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
@ -123,6 +176,10 @@ This package includes the rpm-ostree backend.
|
|
|
|
|
# remove unneeded dpkg plugin
|
|
|
|
|
rm %{buildroot}%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_dpkg.so
|
|
|
|
|
|
|
|
|
|
%if !%{with langpacks}
|
|
|
|
|
rm %{buildroot}%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_fedora-langpacks.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# make the software center load faster
|
|
|
|
|
desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
|
|
|
|
|
--set-key=X-AppInstall-Package --set-value=%{name}
|
|
|
|
@ -135,6 +192,7 @@ official-repos = [ 'rhel-%{?rhel}' ]
|
|
|
|
|
%else
|
|
|
|
|
official-repos = [ 'anaconda', 'fedora', 'fedora-debuginfo', 'fedora-source', 'koji-override-0', 'koji-override-1', 'rawhide', 'rawhide-debuginfo', 'rawhide-source', 'updates', 'updates-debuginfo', 'updates-source', 'updates-testing', 'updates-testing-debuginfo', 'updates-testing-source', 'fedora-modular', 'fedora-modular-debuginfo', 'fedora-modular-source', 'rawhide-modular', 'rawhide-modular-debuginfo', 'rawhide-modular-source', 'fedora-cisco-openh264', 'fedora-cisco-openh264-debuginfo' ]
|
|
|
|
|
required-repos = [ 'fedora', 'updates' ]
|
|
|
|
|
packaging-format-preference = [ 'flatpak:fedora-testing', 'flatpak:fedora', 'rpm' ]
|
|
|
|
|
%endif
|
|
|
|
|
FOE
|
|
|
|
|
|
|
|
|
@ -147,44 +205,51 @@ 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
|
|
|
|
|
%dir %{_datadir}/gnome-software
|
|
|
|
|
%{_datadir}/gnome-software/*.png
|
|
|
|
|
%{_mandir}/man1/gnome-software.1.gz
|
|
|
|
|
%{_datadir}/bash-completion/completions/gnome-software
|
|
|
|
|
%{_mandir}/man1/gnome-software.1*
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.Software.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Software-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/app-remove-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/carousel-arrow-next-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/carousel-arrow-previous-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/status/software-installed-symbolic.svg
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Software.appdata.xml
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Software.metainfo.xml
|
|
|
|
|
%if %{with webapps}
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
|
|
|
|
|
%dir %{_libdir}/gnome-software/plugins-%{gs_plugin_version}
|
|
|
|
|
%{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_version}
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_appstream.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_dummy.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_fedora-langpacks.so
|
|
|
|
|
%if %{with webapps}
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_epiphany.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_fedora-pkgdb-collections.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_flatpak.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_fwupd.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_generic-updates.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_hardcoded-blocklist.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_hardcoded-popular.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_icons.so
|
|
|
|
|
%if %{with malcontent}
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_malcontent.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_modalias.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_os-release.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_packagekit-refine-repos.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_packagekit-refresh.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_packagekit.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_provenance-license.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_provenance.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_repos.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_rewrite-resource.so
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_systemd-updates.so
|
|
|
|
|
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
|
|
|
|
%{_datadir}/app-info/xmls/org.gnome.Software.Featured.xml
|
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop
|
|
|
|
|
%dir %{_datadir}/swcatalog
|
|
|
|
|
%dir %{_datadir}/swcatalog/xml
|
|
|
|
|
%if %{with webapps}
|
|
|
|
|
%{_datadir}/swcatalog/xml/gnome-pwa-list-foss.xml
|
|
|
|
|
%endif
|
|
|
|
|
%{_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
|
|
|
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
|
|
|
@ -193,87 +258,288 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_libexecdir}/gnome-software-cmd
|
|
|
|
|
%{_libexecdir}/gnome-software-restarter
|
|
|
|
|
|
|
|
|
|
%if %{with langpacks}
|
|
|
|
|
%files fedora-langpacks
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_fedora-langpacks.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with rpmostree}
|
|
|
|
|
%files rpm-ostree
|
|
|
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_version}/libgs_plugin_rpm-ostree.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/pkgconfig/gnome-software.pc
|
|
|
|
|
%dir %{_includedir}/gnome-software
|
|
|
|
|
%{_includedir}/gnome-software/*.h
|
|
|
|
|
%{_libdir}/gnome-software/libgnomesoftware.so
|
|
|
|
|
%{_datadir}/gtk-doc/html/gnome-software
|
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
|
|
|
|
%{_datadir}/gtk-doc/html/gnome-software/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 03 2023 Milan Crha <mcrha@redhat.com> - 41.5-3
|
|
|
|
|
- Resolves: #2228374 (Rebuild to move gnome-software-devel into CRB)
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46.4-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2024 Milan Crha <mcrha@redhat.com> - 46.4-1
|
|
|
|
|
- Resolves: RHEL-52807 (Update to 46.4)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2024 Milan Crha <mcrha@redhat.com> - 46.3-2
|
|
|
|
|
- Resolves: RHEL-39680 (Re-enable build of the fedora-langpacks subpackage in RHEL)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 01 2024 Milan Crha <mcrha@redhat.com> - 46.3-1
|
|
|
|
|
- Resolves: RHEL-45603 (Update to 46.3)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.2-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 03 2024 Milan Crha <mcrha@redhat.com> - 46.2-2
|
|
|
|
|
- Resolves: RHEL-39680 (Build fedora-langpacks subpackage only in Fedora)
|
|
|
|
|
|
|
|
|
|
* Tue May 28 2024 Milan Crha <mcrha@redhat.com> - 46.2-1
|
|
|
|
|
- Resolves: RHEL-38644 (Update to 46.2)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 29 2024 Milan Crha <mcrha@redhat.com> - 46.1-1
|
|
|
|
|
- Resolves: RHEL-34658 (Update to 46.1)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 25 2024 Milan Crha <mcrha@redhat.com> - 46.0-1
|
|
|
|
|
- Resolves: RHEL-30226 (Backport Fedora 40 changes)
|
|
|
|
|
- Update to 46.0
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Milan Crha <mcrha@redhat.com> - 46~beta-1
|
|
|
|
|
- Update to 46.beta
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Milan Crha <mcrha@redhat.com> - 46~alpha-4
|
|
|
|
|
- Resolves: #2260294 (Split fedora-langpacks plugin into a subpackage)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46~alpha-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 05 2024 Milan Crha <mcrha@redhat.com> - 46~alpha-1
|
|
|
|
|
- Update to 46.alpha
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Milan Crha <mcrha@redhat.com> - 45.2-1
|
|
|
|
|
- Update to 45.2
|
|
|
|
|
|
|
|
|
|
* Thu Sep 22 2022 Milan Crha <mcrha@redhat.com> - 41.5-2
|
|
|
|
|
- Resolves: #2128812 (Correct property name in GsRemovalDialog .ui file)
|
|
|
|
|
- Resolves: #2129021 (Hide some errors in non-debug builds)
|
|
|
|
|
* Tue Nov 07 2023 Neal Gompa <ngompa@fedoraproject.org> - 45.1-3
|
|
|
|
|
- Fix appstream_version macro for prerelease appstream 1.0 package
|
|
|
|
|
|
|
|
|
|
* Mon Mar 21 2022 Milan Crha <mcrha@redhat.com> - 41.5-1
|
|
|
|
|
- Resolves: #2066164 (Update to 41.5)
|
|
|
|
|
* Tue Nov 07 2023 Milan Crha <mcrha@redhat.com> - 45.1-2
|
|
|
|
|
- Add patch to build with appstream 1.0
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 Milan Crha <mcrha@redhat.com> - 41.4-1
|
|
|
|
|
- Resolves: #2054082 (Update to 41.4)
|
|
|
|
|
* Fri Oct 20 2023 Milan Crha <mcrha@redhat.com> - 45.1-1
|
|
|
|
|
- Update to 45.1
|
|
|
|
|
|
|
|
|
|
* Mon Jan 31 2022 Milan Crha <mcrha@redhat.com> - 41.3-2
|
|
|
|
|
- Resolves: #2048397 (Optional software repos can't be disabled)
|
|
|
|
|
* Fri Sep 15 2023 Milan Crha <mcrha@redhat.com> - 45.0-1
|
|
|
|
|
- Update to 45.0
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Milan Crha <mcrha@redhat.com> - 41.3-1
|
|
|
|
|
- Resolves: #2038805 (Update to 41.3)
|
|
|
|
|
* Fri Sep 01 2023 Milan Crha <mcrha@redhat.com> - 45~rc-1
|
|
|
|
|
- Update to 45.rc
|
|
|
|
|
|
|
|
|
|
* Mon Dec 06 2021 Milan Crha <mcrha@redhat.com> - 41.2-1
|
|
|
|
|
- Resolves: #2029323 (Update to 41.2)
|
|
|
|
|
* Mon Jul 31 2023 Milan Crha <mcrha@redhat.com> - 45~beta-1
|
|
|
|
|
- Update to 45.beta
|
|
|
|
|
|
|
|
|
|
* Mon Nov 01 2021 Milan Crha <mcrha@redhat.com> - 41.1-1
|
|
|
|
|
- Resolves: #2018871 (Update to 41.1)
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 45~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 2021 Milan Crha <mcrha@redhat.com> - 41.0-2
|
|
|
|
|
- Resolves: #2012699 (Backport changes from Fedora 35)
|
|
|
|
|
* Fri Jun 30 2023 Milan Crha <mcrha@redhat.com> - 45~alpha-1
|
|
|
|
|
- Update to 45.alpha
|
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Tomas Popela <tpopela@redhat.com> - 44.2-2
|
|
|
|
|
- Disable parental control (through malcontent) and rpm-ostree support in RHEL
|
|
|
|
|
|
|
|
|
|
* Fri May 26 2023 Milan Crha <mcrha@redhat.com> - 44.2-1
|
|
|
|
|
- Update to 44.2
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Milan Crha <mcrha@redhat.com> - 44.1-2
|
|
|
|
|
- Rebuild for RPM
|
|
|
|
|
|
|
|
|
|
* Fri Apr 21 2023 Milan Crha <mcrha@redhat.com> - 44.1-1
|
|
|
|
|
- Update to 44.1
|
|
|
|
|
|
|
|
|
|
* Sun Mar 26 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 44.0-3
|
|
|
|
|
- Fix libsoup runtime dependency
|
|
|
|
|
|
|
|
|
|
* Fri Mar 24 2023 Milan Crha <mcrha@redhat.com> - 44.0-2
|
|
|
|
|
- Resolves: #2181367 (Prefer Fedora Flatpaks before RPM before other sources for apps)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 17 2023 Milan Crha <mcrha@redhat.com> - 44.0-1
|
|
|
|
|
- Update to 44.0
|
|
|
|
|
|
|
|
|
|
* Fri Mar 03 2023 Milan Crha <mcrha@redhat.com> - 44~rc-1
|
|
|
|
|
- Update to 44.rc
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Adam Williamson <awilliam@redhat.com> - 44~beta-2
|
|
|
|
|
- Backport MR #1635 to fix update notifications
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Milan Crha <mcrha@redhat.com> - 44.beta-1
|
|
|
|
|
- Update to 44.beta
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 44~alpha-3
|
|
|
|
|
- Switch to libsoup 3
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 09 2023 Milan Crha <mcrha@redhat.com> - 44.alpha-1
|
|
|
|
|
- Update to 44.alpha
|
|
|
|
|
|
|
|
|
|
* Fri Dec 02 2022 Milan Crha <mcrha@redhat.com> - 43.2-1
|
|
|
|
|
- Update to 43.2
|
|
|
|
|
|
|
|
|
|
* Tue Nov 08 2022 Milan Crha <mcrha@redhat.com> - 43.1-3
|
|
|
|
|
- Also skip gnome-pwa-list-foss.xml when building without WebApps
|
|
|
|
|
|
|
|
|
|
* Tue Nov 08 2022 Milan Crha <mcrha@redhat.com> - 43.1-2
|
|
|
|
|
- Disable WebApps for RHEL builds
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Milan Crha <mcrha@redhat.com> - 43.1-1
|
|
|
|
|
- Update to 43.1
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43.alpha-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 07 2022 Adam Williamson <awilliam@redhat.com> - 43.alpha-2
|
|
|
|
|
- Backport MR #1401 to fix issue #1816 and fedora-workstation #107
|
|
|
|
|
|
|
|
|
|
* Fri Jul 01 2022 Milan Crha <mcrha@redhat.com> - 43.alpha-1
|
|
|
|
|
- Update to 43.alpha
|
|
|
|
|
|
|
|
|
|
* Fri Jun 17 2022 Richard Hughes <rhughes@redhat.com> - 42.2-4
|
|
|
|
|
- Add patch to make fwupd user requests work
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 David King <amigadave@amigadave.com> - 42.2-3
|
|
|
|
|
- Filter private libraries from Provides
|
|
|
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
|
- Improve directory onwership
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Milan Crha <mcrha@redhat.com> - 42.2-2
|
|
|
|
|
- Add patch for crash under gs_flatpak_refine_app_unlocked()
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Milan Crha <mcrha@redhat.com> - 42.2-1
|
|
|
|
|
- Update to 42.2
|
|
|
|
|
- Add patch to correct order of the setup of the GsShell
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2022 Milan Crha <mcrha@redhat.com> - 42.1-1
|
|
|
|
|
- Update to 42.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 Milan Crha <mcrha@redhat.com> - 42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2022 Milan Crha <mcrha@redhat.com> - 42.rc-2
|
|
|
|
|
- Add upstream patches for gs-download-utils (i#1677 and i#1679)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 07 2022 Milan Crha <mcrha@redhat.com> - 42.rc-1
|
|
|
|
|
- Update to 42.rc
|
|
|
|
|
|
|
|
|
|
* Mon Feb 21 2022 Milan Crha <mcrha@redhat.com> - 42.beta-3
|
|
|
|
|
- Resolves: #2056082 (Enable PackageKit autoremove option)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Milan Crha <mcrha@redhat.com> - 42.beta-2
|
|
|
|
|
- Resolves: #2054939 (Crash on a PackageKit app install)
|
|
|
|
|
- Add a temporary workaround for gtk_widget_measure error flood on GsAppRow
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Milan Crha <mcrha@redhat.com> - 42.beta-1
|
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 07 2022 Milan Crha <mcrha@redhat.com> - 42.alpha-1
|
|
|
|
|
- Update to 42.alpha
|
|
|
|
|
|
|
|
|
|
* Fri Dec 03 2021 Milan Crha <mcrha@redhat.com> - 41.2-1
|
|
|
|
|
- Update to 41.2
|
|
|
|
|
|
|
|
|
|
* Fri Oct 29 2021 Milan Crha <mcrha@redhat.com> - 41.1-1
|
|
|
|
|
- Update to 41.1
|
|
|
|
|
|
|
|
|
|
* Tue Oct 19 2021 Milan Crha <mcrha@redhat.com> - 41.0-6
|
|
|
|
|
- Resolves: #2012863 (gs-installed-page: Change section on application state change)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 11 2021 Milan Crha <mcrha@redhat.com> - 41.0-5
|
|
|
|
|
- Add patch to mark compulsory only repos, not apps from it
|
|
|
|
|
|
|
|
|
|
* Fri Oct 08 2021 Milan Crha <mcrha@redhat.com> - 41.0-4
|
|
|
|
|
- Resolves: #2011176 (flathub repo can't be added through gnome-software)
|
|
|
|
|
- Resolves: #2010660 (gs-repos-dialog: Can show also desktop applications)
|
|
|
|
|
- Resolves: #2010353 (Optional repos cannot be disabled)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 07 2021 Milan Crha <mcrha@redhat.com> - 41.0-3
|
|
|
|
|
- Resolves: #2010740 (Refresh on repository setup change)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 04 2021 Milan Crha <mcrha@redhat.com> - 41.0-2
|
|
|
|
|
- Resolves: #2009063 (Correct update notifications)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 20 2021 Milan Crha <mcrha@redhat.com> - 41.0-1
|
|
|
|
|
- Resolves: #2005770 (Update to 41.0)
|
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
|
|
* Mon Sep 13 2021 Milan Crha <mcrha@redhat.com> - 41~rc-2
|
|
|
|
|
- Resolves: #2003365 (packagekit: Ensure PkClient::interactive flag being set)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Milan Crha <mcrha@redhat.com> - 41~rc-1
|
|
|
|
|
- Update to 41.rc
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
|
|
|
|
- Resolves: #1995567 (Update to 41.beta)
|
|
|
|
|
* Wed Sep 01 2021 Milan Crha <mcrha@redhat.com> - 41~beta-3
|
|
|
|
|
- Resolves: #1995817 (gs-updates-section: Check also dependencies' download size)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 13 2021 Milan Crha <mcrha@redhat.com> - 40.4-1
|
|
|
|
|
- Resolves: #1992452 (Update to 40.4)
|
|
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-2
|
|
|
|
|
- Enable parental controls support
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.3-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Fri Aug 13 2021 Milan Crha <mcrha@redhat.com> - 41~beta-1
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Milan Crha <mcrha@redhat.com> - 40.3-2
|
|
|
|
|
- Resolves: #1983553
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 41~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Milan Crha <mcrha@redhat.com> - 41~alpha-1
|
|
|
|
|
- Update to 41.alpha
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2021 Milan Crha <mcrha@redhat.com> - 40.3-2
|
|
|
|
|
- Add rpm-ostree patch to hide packages from the search results
|
|
|
|
|
- Add patch to implement what-provides search in the Flatpak plugin
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2021 Milan Crha <mcrha@redhat.com> - 40.3-1
|
|
|
|
|
- Related: #1981296 (Update to 40.3)
|
|
|
|
|
- Update to 40.3
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 40.2-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
* Wed Jun 23 2021 Milan Crha <mcrha@redhat.com> - 40.2-2
|
|
|
|
|
- Add patch to automatically install application updates (i#1248)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Milan Crha <mcrha@redhat.com> - 40.2-1
|
|
|
|
|
- Related: #1967855 (Update to 40.2)
|
|
|
|
|
- Update to 40.2
|
|
|
|
|
|
|
|
|
|
* Mon May 03 2021 Milan Crha <mcrha@redhat.com> - 40.1-2
|
|
|
|
|
- Related: #1952776 (Add patch for crash under gs_details_page_refresh_all() (i#1227))
|
|
|
|
|
- Add patch for crash under gs_details_page_refresh_all() (i#1227)
|
|
|
|
|
|
|
|
|
|
* Mon May 03 2021 Milan Crha <mcrha@redhat.com> - 40.1-1
|
|
|
|
|
- Related: #1952776 (Update to 40.1)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
- Update to 40.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 40.0-2
|
|
|
|
|
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
|
|
|
|
|