automatic version update by autodist [release 1.2.8-1mamba;Sun Nov 12 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:51:47 +01:00
parent ffaec8e2b1
commit 42ec184208

View File

@ -1,6 +1,6 @@
Name: PackageKit
Version: 1.2.7
Release: 3mamba
Version: 1.2.8
Release: 1mamba
Summary: A system designed to make installing and updating software on your computer easier
Group: System/Management
Vendor: openmamba
@ -22,7 +22,7 @@ Patch21: PackageKit-1.2.7-workaround-pk_transaction_remove_assert.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libappstream-glib-devel
BuildRequires: libappstream-devel
BuildRequires: libdnf-devel
BuildRequires: libfontconfig-devel
BuildRequires: libglib-devel
@ -98,7 +98,7 @@ This package contains the Gtk interface library for %{name}.
#%patch18 -p1
%patch 19 -p1
#%patch 20 -p1 -b .upstream-fix-pk_transaction_dispose-assertion_failed
%patch 21 -p1
#%patch 21 -p1
sed -i "s|openmandriva|openmamba|" meson_options.txt
@ -133,13 +133,10 @@ 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}/profile.d/PackageKit.sh
#%{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
%{_bindir}/pkcon
%{_bindir}/pkmon
#%{_prefix}/lib/yum-plugins/refresh-packagekit.py
%dir %{_libdir}/packagekit-backend
%{_libdir}/packagekit-backend/libpk_backend_*
%{_unitdir}/packagekit.service
@ -151,6 +148,7 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%{_libexecdir}/pk-command-not-found
%{_libexecdir}/pk-gstreamer-install
%{_libexecdir}/packagekit-dnf-refresh-repo
%{_datadir}/metainfo/org.freedesktop.packagekit.metainfo.xml
%{_datadir}/bash-completion/completions/pkcon
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.xml
@ -167,8 +165,6 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%{python310_sitearch}/dnf-plugins/notify_packagekit.py
%dir /var/lib/PackageKit
%dir /var/cache/PackageKit
#%dir /var/cache/PackageKit/downloads
#%dir /var/cache/PackageKit/metadata
%{_mandir}/man1/pkcon.1*
%{_mandir}/man1/pkmon.1*
%doc AUTHORS COPYING
@ -194,6 +190,9 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
%doc NEWS README
%changelog
* Sun Nov 12 2023 Automatic Build System <autodist@mambasoft.it> 1.2.8-1mamba
- automatic version update by autodist
* Fri Sep 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-3mamba
- add a workaround patch to completely remove assert causing packagekitd crash