automatic version update by autodist [release 1.2.7-1mamba;Sat Sep 02 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:51:45 +01:00
parent c19bc796e2
commit 01c529fbb9
3 changed files with 29 additions and 23 deletions

View File

@ -1,11 +0,0 @@
--- PackageKit-0.8.17/etc/Vendor.conf.orig 2014-10-08 18:34:54.486778641 +0200
+++ PackageKit-0.8.17/etc/Vendor.conf 2014-10-09 01:11:23.573472563 +0200
@@ -12,7 +12,7 @@
# If the value is set to 'none' then no link is shown.
#
# default=http://www.packagekit.org/pk-package-not-found.html
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
+DefaultUrl=https://openmamba.org/en/search/
# The URL which is shown to the user when a codec could not be found.
# It should explain why certain codecs cannot be used, and perhaps show

View File

@ -0,0 +1,11 @@
--- PackageKit-1.2.7/etc/Vendor.conf.orig 2023-08-31 12:50:09.833909356 +0200
+++ PackageKit-1.2.7/etc/Vendor.conf 2023-08-31 12:51:18.819090053 +0200
@@ -12,7 +12,7 @@
# If the value is set to 'none' then no link is shown.
#
# default=https://www.freedesktop.org/software/PackageKit/pk-package-not-found.html
-DefaultUrl=https://www.freedesktop.org/software/PackageKit/pk-package-not-found.html
+DefaultUrl=https://openmamba.org/en/search/
# The URL which is shown to the user when a codec could not be found.
# It should explain why certain codecs cannot be used, and perhaps show

View File

@ -1,6 +1,6 @@
Name: PackageKit
Version: 1.2.6
Release: 2mamba
Version: 1.2.7
Release: 1mamba
Summary: A system designed to make installing and updating software on your computer easier
Group: System/Management
Vendor: openmamba
@ -9,7 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.freedesktop.org/software/PackageKit/
Source: http://www.freedesktop.org/software/PackageKit/releases/PackageKit-%{version}.tar.xz
Patch0: %{name}-0.6.6-openmamba-groups.patch
Patch1: %{name}-1.1.6-openmamba-Vendor.conf.patch
Patch1: %{name}-1.2.7-openmamba-Vendor.conf.patch
Patch2: %{name}-0.6.9-command_not_found_raise_timeout.patch
Patch14: PackageKit-1.1.6-yumBackend-override_sigchecks.patch
Patch15: PackageKit-1.2.0-dnf-openmamba.patch
@ -27,7 +27,7 @@ BuildRequires: libglib-devel
BuildRequires: libgstreamer-devel
BuildRequires: libpango-devel
BuildRequires: libpolkit-devel
BuildRequires: libpython3-devel
BuildRequires: libpython310-devel
BuildRequires: librpm-devel
BuildRequires: libsqlite-devel
BuildRequires: libsystemd-devel
@ -88,13 +88,13 @@ This package contains the Gtk interface library for %{name}.
%prep
%setup -q
%patch1 -p1
%patch 1 -p1
#%patch14 -p1
%patch15 -p1
%patch 15 -p1
#%patch16 -p1
%patch17 -p1
%patch 17 -p1
#%patch18 -p1
%patch19 -p1
%patch 19 -p1
sed -i "s|openmandriva|openmamba|" meson_options.txt
@ -103,7 +103,7 @@ sed -i "s|openmandriva|openmamba|" meson_options.txt
-Dpackaging_backend=dnf \
-Ddnf_vendor=openmamba \
-Dgtk_doc=true \
-Dpythonpackagedir=%{python3_sitearch}
-Dpythonpackagedir=%{python310_sitearch}
# --enable-pm-utils \
# --enable-introspection \
@ -129,7 +129,7 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%defattr(-,root,root)
%config %{_sysconfdir}/PackageKit/*.conf
%{_sysconfdir}/cron.daily/packagekit-background.cron
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
#%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
%{_sysconfdir}/profile.d/PackageKit.sh
#%{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
@ -146,9 +146,11 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%{_libexecdir}/packagekitd
%{_libexecdir}/pk-command-not-found
%{_libexecdir}/pk-gstreamer-install
%{_libexecdir}/packagekit-dnf-refresh-repo
%{_datadir}/bash-completion/completions/pkcon
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.xml
%{_datadir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.PackageKit.service
%{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy
%{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules
@ -156,8 +158,9 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%dir %{_datadir}/PackageKit/helpers
%dir %{_datadir}/PackageKit/helpers/test_spawn
%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
%dir %{python3_sitearch}/packagekit
%{python3_sitearch}/packagekit/*
%dir %{python310_sitearch}/packagekit
%{python310_sitearch}/packagekit/*
%{python310_sitearch}/dnf-plugins/notify_packagekit.py
%dir /var/lib/PackageKit
%dir /var/cache/PackageKit
#%dir /var/cache/PackageKit/downloads
@ -187,6 +190,9 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%doc NEWS README
%changelog
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 1.2.7-1mamba
- automatic version update by autodist
* Wed Feb 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.6-2mamba
- set ShutdownTimeout=60 by default in PackageKit.conf