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