|
|
1442bf |
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
1442bf |
|
|
|
1442bf |
%global glib2_version 2.54.0
|
|
|
1442bf |
%global libdnf_version 0.43.1
|
|
|
1442bf |
|
|
|
1442bf |
Summary: Package management service
|
|
|
1442bf |
Name: PackageKit
|
|
|
1442bf |
Version: 1.2.4
|
|
|
1442bf |
Release: 2%{?dist}
|
|
|
1442bf |
License: GPLv2+ and LGPLv2+
|
|
|
1442bf |
URL: http://www.freedesktop.org/software/PackageKit/
|
|
|
1442bf |
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
|
|
|
1442bf |
|
|
|
1442bf |
%if 0%{?fedora}
|
|
|
1442bf |
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
|
|
1442bf |
%elif 0%{?rhel}
|
|
|
1442bf |
Patch0: PackageKit-0.3.8-RHEL-Vendor.conf.patch
|
|
|
1442bf |
%endif
|
|
|
1442bf |
|
|
|
1442bf |
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
1442bf |
BuildRequires: xmlto
|
|
|
1442bf |
BuildRequires: gtk-doc
|
|
|
1442bf |
BuildRequires: sqlite-devel
|
|
|
1442bf |
BuildRequires: polkit-devel >= 0.92
|
|
|
1442bf |
BuildRequires: gtk3-devel
|
|
|
1442bf |
BuildRequires: docbook-utils
|
|
|
1442bf |
BuildRequires: meson
|
|
|
1442bf |
BuildRequires: gettext
|
|
|
1442bf |
BuildRequires: vala
|
|
|
1442bf |
BuildRequires: gstreamer1-devel
|
|
|
1442bf |
BuildRequires: gstreamer1-plugins-base-devel
|
|
|
1442bf |
BuildRequires: pango-devel
|
|
|
1442bf |
BuildRequires: fontconfig-devel
|
|
|
1442bf |
BuildRequires: libappstream-glib-devel
|
|
|
1442bf |
BuildRequires: libdnf-devel >= %{libdnf_version}
|
|
|
1442bf |
BuildRequires: systemd-devel
|
|
|
1442bf |
BuildRequires: gobject-introspection-devel
|
|
|
1442bf |
BuildRequires: bash-completion
|
|
|
1442bf |
|
|
|
1442bf |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
1442bf |
Requires: libdnf%{?_isa} >= %{libdnf_version}
|
|
|
1442bf |
Requires: shared-mime-info
|
|
|
1442bf |
Requires: systemd
|
|
|
1442bf |
|
|
|
1442bf |
# functionality moved to udev itself
|
|
|
1442bf |
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
|
|
1442bf |
Obsoletes: udev-packagekit < %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
# No more GTK+-2 plugin
|
|
|
1442bf |
Obsoletes: PackageKit-gtk-module < %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
# No more zif, smart or yum in Fedora
|
|
|
1442bf |
Obsoletes: PackageKit-smart < %{version}-%{release}
|
|
|
1442bf |
Obsoletes: PackageKit-yum < 0.9.1
|
|
|
1442bf |
Obsoletes: PackageKit-yum-plugin < 0.9.1
|
|
|
1442bf |
Obsoletes: PackageKit-zif < 0.8.13-2
|
|
|
1442bf |
|
|
|
1442bf |
# components now built-in
|
|
|
1442bf |
Obsoletes: PackageKit-debug-install < 0.9.1
|
|
|
1442bf |
Obsoletes: PackageKit-hawkey < 0.9.1
|
|
|
1442bf |
Obsoletes: PackageKit-backend-devel < 0.9.6
|
|
|
1442bf |
|
|
|
1442bf |
# Udev no longer provides this functionality
|
|
|
1442bf |
Obsoletes: PackageKit-device-rebind < 0.8.13-2
|
|
|
1442bf |
|
|
|
1442bf |
%description
|
|
|
1442bf |
PackageKit is a D-Bus abstraction layer that allows the session user
|
|
|
1442bf |
to manage packages in a secure way using a cross-distro,
|
|
|
1442bf |
cross-architecture API.
|
|
|
1442bf |
|
|
|
1442bf |
%package glib
|
|
|
1442bf |
Summary: GLib libraries for accessing PackageKit
|
|
|
1442bf |
Requires: dbus >= 1.1.1
|
|
|
1442bf |
Requires: gobject-introspection
|
|
|
1442bf |
Obsoletes: PackageKit-libs < %{version}-%{release}
|
|
|
1442bf |
Provides: PackageKit-libs = %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
%description glib
|
|
|
1442bf |
GLib libraries for accessing PackageKit.
|
|
|
1442bf |
|
|
|
1442bf |
%package cron
|
|
|
1442bf |
Summary: Cron job and related utilities for PackageKit
|
|
|
1442bf |
Requires: crontabs
|
|
|
1442bf |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
%description cron
|
|
|
1442bf |
Crontab and utilities for running PackageKit as a cron job.
|
|
|
1442bf |
|
|
|
1442bf |
%package glib-devel
|
|
|
1442bf |
Summary: GLib Libraries and headers for PackageKit
|
|
|
1442bf |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
Requires: dbus-devel%{?_isa} >= 1.1.1
|
|
|
1442bf |
Requires: sqlite-devel%{?_isa}
|
|
|
1442bf |
Obsoletes: PackageKit-devel < %{version}-%{release}
|
|
|
1442bf |
Provides: PackageKit-devel = %{version}-%{release}
|
|
|
1442bf |
Obsoletes: PackageKit-docs < %{version}-%{release}
|
|
|
1442bf |
Provides: PackageKit-docs = %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
%description glib-devel
|
|
|
1442bf |
GLib headers and libraries for PackageKit.
|
|
|
1442bf |
|
|
|
1442bf |
%package gstreamer-plugin
|
|
|
1442bf |
Summary: Install GStreamer codecs using PackageKit
|
|
|
1442bf |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
Obsoletes: codeina < 0.10.1-10
|
|
|
1442bf |
Provides: codeina = 0.10.1-10
|
|
|
1442bf |
|
|
|
1442bf |
%description gstreamer-plugin
|
|
|
1442bf |
The PackageKit GStreamer plugin allows any Gstreamer application to install
|
|
|
1442bf |
codecs from configured repositories using PackageKit.
|
|
|
1442bf |
|
|
|
1442bf |
%package gtk3-module
|
|
|
1442bf |
Summary: Install fonts automatically using PackageKit
|
|
|
1442bf |
Requires: pango
|
|
|
1442bf |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
%description gtk3-module
|
|
|
1442bf |
The PackageKit GTK3+ module allows any Pango application to install
|
|
|
1442bf |
fonts from configured repositories using PackageKit.
|
|
|
1442bf |
|
|
|
1442bf |
%package command-not-found
|
|
|
1442bf |
Summary: Ask the user to install command line programs automatically
|
|
|
1442bf |
Requires: bash
|
|
|
1442bf |
Requires: %{name} = %{version}-%{release}
|
|
|
1442bf |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
1442bf |
|
|
|
1442bf |
%description command-not-found
|
|
|
1442bf |
A simple helper that offers to install new packages on the command line
|
|
|
1442bf |
using PackageKit.
|
|
|
1442bf |
|
|
|
1442bf |
%prep
|
|
|
1442bf |
%autosetup -p1
|
|
|
1442bf |
|
|
|
1442bf |
%build
|
|
|
1442bf |
%meson \
|
|
|
1442bf |
-Dgtk_doc=true \
|
|
|
1442bf |
-Dpython_backend=false \
|
|
|
1442bf |
-Dpackaging_backend=dnf \
|
|
|
1442bf |
-Dlocal_checkout=false
|
|
|
1442bf |
%meson_build
|
|
|
1442bf |
|
|
|
1442bf |
%install
|
|
|
1442bf |
%meson_install
|
|
|
1442bf |
|
|
|
1442bf |
# Create directories for downloaded appstream data
|
|
|
1442bf |
mkdir -p %{buildroot}%{_localstatedir}/cache/app-info/{icons,xmls}
|
|
|
1442bf |
|
|
|
1442bf |
# create a link that GStreamer will recognise
|
|
|
1442bf |
pushd %{buildroot}%{_libexecdir} > /dev/null
|
|
|
1442bf |
ln -s pk-gstreamer-install gst-install-plugins-helper
|
|
|
1442bf |
popd > /dev/null
|
|
|
1442bf |
|
|
|
1442bf |
# enable packagekit-offline-updates.service here for now, till we
|
|
|
1442bf |
# decide how to do it upstream after the meson conversion:
|
|
|
1442bf |
# https://github.com/hughsie/PackageKit/issues/401
|
|
|
1442bf |
# https://bugzilla.redhat.com/show_bug.cgi?id=1833176
|
|
|
1442bf |
mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/
|
|
|
1442bf |
ln -sf ../packagekit-offline-update.service %{buildroot}%{_unitdir}/system-update.target.wants/packagekit-offline-update.service
|
|
|
1442bf |
|
|
|
1442bf |
%find_lang %name
|
|
|
1442bf |
|
|
|
1442bf |
%post
|
|
|
1442bf |
# Remove leftover symlinks from /etc/systemd; the offline update service is
|
|
|
1442bf |
# instead now hooked into /usr/lib/systemd/system/system-update.target.wants
|
|
|
1442bf |
systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
|
|
1442bf |
|
|
|
1442bf |
%files -f %{name}.lang
|
|
|
1442bf |
%license COPYING
|
|
|
1442bf |
%doc README AUTHORS NEWS
|
|
|
1442bf |
%dir %{_datadir}/PackageKit
|
|
|
1442bf |
%dir %{_sysconfdir}/PackageKit
|
|
|
1442bf |
%dir %{_localstatedir}/lib/PackageKit
|
|
|
1442bf |
%dir %{_localstatedir}/cache/app-info
|
|
|
1442bf |
%dir %{_localstatedir}/cache/app-info/icons
|
|
|
1442bf |
%dir %{_localstatedir}/cache/app-info/xmls
|
|
|
1442bf |
%{_datadir}/bash-completion/completions/pkcon
|
|
|
1442bf |
%dir %{_libdir}/packagekit-backend
|
|
|
1442bf |
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
|
|
|
1442bf |
%config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf
|
|
|
1442bf |
%config %{_sysconfdir}/dbus-1/system.d/*
|
|
|
1442bf |
%{_datadir}/man/man1/pkcon.1*
|
|
|
1442bf |
%{_datadir}/man/man1/pkmon.1*
|
|
|
1442bf |
%{_datadir}/polkit-1/actions/*.policy
|
|
|
1442bf |
%{_datadir}/polkit-1/rules.d/*
|
|
|
1442bf |
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
|
|
1442bf |
%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
|
|
|
1442bf |
%{_libexecdir}/packagekitd
|
|
|
1442bf |
%{_libexecdir}/packagekit-direct
|
|
|
1442bf |
%{_bindir}/pkmon
|
|
|
1442bf |
%{_bindir}/pkcon
|
|
|
1442bf |
%exclude %{_libdir}/libpackagekit*.so.*
|
|
|
1442bf |
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
|
|
|
1442bf |
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
|
|
|
1442bf |
%ghost %verify(not md5 size mtime) %attr(0644,-,-) %{_localstatedir}/lib/PackageKit/transactions.db
|
|
|
1442bf |
%{_datadir}/dbus-1/system-services/*.service
|
|
|
1442bf |
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
1442bf |
%{_unitdir}/packagekit-offline-update.service
|
|
|
1442bf |
%{_unitdir}/packagekit.service
|
|
|
1442bf |
%{_unitdir}/system-update.target.wants/
|
|
|
1442bf |
%{_libexecdir}/pk-*offline-update
|
|
|
1442bf |
%{_libdir}/packagekit-backend/libpk_backend_dnf.so
|
|
|
1442bf |
|
|
|
1442bf |
%files glib
|
|
|
1442bf |
%{_libdir}/*packagekit-glib2.so.*
|
|
|
1442bf |
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
|
|
|
1442bf |
|
|
|
1442bf |
%files cron
|
|
|
1442bf |
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
|
|
|
1442bf |
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
|
|
|
1442bf |
|
|
|
1442bf |
%files gstreamer-plugin
|
|
|
1442bf |
%{_libexecdir}/pk-gstreamer-install
|
|
|
1442bf |
%{_libexecdir}/gst-install-plugins-helper
|
|
|
1442bf |
|
|
|
1442bf |
%files gtk3-module
|
|
|
1442bf |
%{_libdir}/gtk-3.0/modules/*.so
|
|
|
1442bf |
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
|
|
|
1442bf |
|
|
|
1442bf |
%files command-not-found
|
|
|
1442bf |
%{_sysconfdir}/profile.d/*
|
|
|
1442bf |
%{_libexecdir}/pk-command-not-found
|
|
|
1442bf |
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
|
|
|
1442bf |
|
|
|
1442bf |
%files glib-devel
|
|
|
1442bf |
%{_libdir}/libpackagekit-glib2.so
|
|
|
1442bf |
%{_libdir}/pkgconfig/packagekit-glib2.pc
|
|
|
1442bf |
%dir %{_includedir}/PackageKit
|
|
|
1442bf |
%dir %{_includedir}/PackageKit/packagekit-glib2
|
|
|
1442bf |
%{_includedir}/PackageKit/packagekit-glib*/*.h
|
|
|
1442bf |
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
|
|
|
1442bf |
%{_datadir}/gtk-doc/html/PackageKit
|
|
|
1442bf |
%{_datadir}/vala/vapi/packagekit-glib2.vapi
|
|
|
1442bf |
%{_datadir}/vala/vapi/packagekit-glib2.deps
|
|
|
1442bf |
|
|
|
1442bf |
%changelog
|
|
|
1442bf |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-2
|
|
|
1442bf |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
1442bf |
Related: rhbz#1991688
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Aug 09 2021 Milan Crha <mcrha@redhat.com> - 1.2.4-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add specific error code when user declined interaction
|
|
|
1442bf |
- Avoid spurious GObject::notify signal emissions
|
|
|
1442bf |
- Fix a leak on calling set_locale() a second time
|
|
|
1442bf |
- Fix a possible use-after-free under pk_client_cancel_cb()
|
|
|
1442bf |
- Honor install_weak_deps=False
|
|
|
1442bf |
- Improve thread safety on an operation cancellation
|
|
|
1442bf |
- Let the finish understand the 'cancelled' exit code
|
|
|
1442bf |
- Only set polkit interactive flag if method call has too
|
|
|
1442bf |
- Read update information also when getting list of updates
|
|
|
1442bf |
- Use 'hy_query_get_advisory_pkgs', if available
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-3
|
|
|
1442bf |
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
1442bf |
Related: rhbz#1971065
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-2
|
|
|
1442bf |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Mar 22 2021 Richard Hughes <rhughes@redhat.com> - 1.2.3-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add support for coercing upgrade to distupgrade
|
|
|
1442bf |
- Append to cron log instead of overwriting it
|
|
|
1442bf |
- Cancel a transaction if calling Cancel fails or the daemon disappears
|
|
|
1442bf |
- Remove large transaction size sanity check
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Mar 08 2021 Richard Hughes <rhughes@redhat.com> - 1.2.2-5
|
|
|
1442bf |
- Drop unused gnome-doc-utils BR
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Feb 09 2021 Kalev Lember <klember@redhat.com> - 1.2.2-4
|
|
|
1442bf |
- Fix multilib conflicts in generated pk-enum-types.h (#1915259)
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Nov 9 2020 VÃt Ondruch <vondruch@redhat.com> - 1.2.2-2
|
|
|
1442bf |
- Fix crash on login.
|
|
|
1442bf |
Resolves: rhbz#1836304
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Nov 02 2020 Richard Hughes <rhughes@redhat.com> - 1.2.2-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Notify systemd when beginning to shutdown
|
|
|
1442bf |
- Fix possible information disclosure
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Sep 07 2020 Richard Hughes <rhughes@redhat.com> - 1.2.1-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Actually merge in the PolicyKit translation
|
|
|
1442bf |
- Exit pkcon with retval 5 if no packages needed be installed
|
|
|
1442bf |
- Fix command-not-found handling arguments with spaces
|
|
|
1442bf |
- Fix setting libexecdir for command-not-found helper
|
|
|
1442bf |
- Use SQL statements for queries with input
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Fri May 08 2020 Adam Williamson <awilliam@redhat.com> - 1.2.0-3
|
|
|
1442bf |
- Fix packagekit-offline-update.service not being enabled (#1833176)
|
|
|
1442bf |
|
|
|
1442bf |
* Tue May 05 2020 Neal Gompa <ngompa13@gmail.com> - 1.2.0-2
|
|
|
1442bf |
- Clean up and simplify spec
|
|
|
1442bf |
- Fix packaging to work properly with EL8+
|
|
|
1442bf |
|
|
|
1442bf |
* Mon May 04 2020 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Do not do failable actions in constructors
|
|
|
1442bf |
- Load all the repos and vars directories
|
|
|
1442bf |
- Port to the meson build system
|
|
|
1442bf |
- Remove the GTK2 gtk-module support
|
|
|
1442bf |
- Revert "Shutdown the daemon on idle by default"
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-2
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jan 08 2020 Richard Hughes <rhughes@redhat.com> - 1.1.13-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Don't use a bash regex to fix command not found on other shells
|
|
|
1442bf |
- Keep a ref on transaction while doing async polkit call
|
|
|
1442bf |
- Properly mark obsoleted packages when simulating upgrade
|
|
|
1442bf |
- Return directly when its state is going backwards
|
|
|
1442bf |
- Shrink the progress bar to fit when run in small spaces
|
|
|
1442bf |
- Support non-x86 arches in gstreamer helper
|
|
|
1442bf |
- zsh command not found should return the same as its bash equivalent
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Aug 13 2019 Richard Hughes <rhughes@redhat.com> - 1.1.12-12
|
|
|
1442bf |
- Fix rpmdb permission of transaction database file
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-11
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Jul 19 2019 Richard Hughes <rhughes@redhat.com> - 1.1.12-10
|
|
|
1442bf |
- Do not trigger an inotity event when the AppStream XML data is unchanged
|
|
|
1442bf |
- Remove the unconditional copy to speed up gnome-software startup.
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Jul 12 2019 Kalev Lember <klember@redhat.com> - 1.1.12-9
|
|
|
1442bf |
- Drop unused comps-extras requires
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jun 19 2019 Kalev Lember <klember@redhat.com> - 1.1.12-8
|
|
|
1442bf |
- Don't override DnfContext's release_ver for the running system
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jun 10 22:13:21 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.12-7
|
|
|
1442bf |
- Rebuild for RPM 4.15
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jun 10 15:42:04 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.12-6
|
|
|
1442bf |
- Rebuild for RPM 4.15
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 1.1.12-5
|
|
|
1442bf |
- Use new plymouth "system-upgrade" and "reboot" modes
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.1.12-4
|
|
|
1442bf |
- Update BRs for vala packaging changes
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-3
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 1.1.12-2
|
|
|
1442bf |
- Invalidate the sack cache after downloading new metadata (#1642878)
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Nov 28 2018 Kalev Lember <klember@redhat.com> - 1.1.12-1
|
|
|
1442bf |
- Update to 1.1.12
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Sep 25 2018 Richard Hughes <rhughes@redhat.com> - 1.1.11-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add --autoremove option to pkcon
|
|
|
1442bf |
- De-register callbacks on PkClientHelper finalize
|
|
|
1442bf |
- Don't complain if command-not-found get uninstalled while running
|
|
|
1442bf |
- Never assert when an interactive TTY is not available
|
|
|
1442bf |
- Shut down services cleanly before rebooting after offline updates
|
|
|
1442bf |
- Shutdown the daemon on idle by default
|
|
|
1442bf |
|
|
|
1442bf |
* Sat Sep 22 2018 Adam Williamson <awilliam@redhat.com> - 1.1.10-5
|
|
|
1442bf |
- Backport several more fixes from master for libdnf compat
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jul 24 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.10-4
|
|
|
1442bf |
- Add patch to support modularity
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-3
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jun 26 2018 Adam Williamson <awilliam@redhat.com> - 1.1.10-2
|
|
|
1442bf |
- Rebuild for new libdnf
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Apr 23 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- This release fixes CVE-2018-1106 which is a moderate security issue.
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Mar 27 2018 Kalev Lember <klember@redhat.com> - 1.1.9-4
|
|
|
1442bf |
- Remove ldconfig scriptlets
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Mar 22 2018 Kalev Lember <klember@redhat.com> - 1.1.9-3
|
|
|
1442bf |
- Create /var/cache/app-info/{icons,xmls} directories
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.1.9-2
|
|
|
1442bf |
- Don't abort on daemon startup for invalid .repo files
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 1.1.9-1
|
|
|
1442bf |
- Update to 1.1.9
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.8-2
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jan 09 2018 Kalev Lember <klember@redhat.com> - 1.1.8-1
|
|
|
1442bf |
- Update to 1.1.8
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Sep 11 2017 Richard Hughes <rhughes@redhat.com> - 1.1.7-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add fedora-cisco-openh264 repos to supported repos list
|
|
|
1442bf |
- Add missing context pushes and pops in appstream-glib
|
|
|
1442bf |
- Add the ability to install updates on reboot in PackageKit-cron
|
|
|
1442bf |
- Effectively check for previous proxy entries
|
|
|
1442bf |
- Fix an inverted condition that led to frequent crashes
|
|
|
1442bf |
- Show a different progress message for system upgrades
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-7
|
|
|
1442bf |
- Rebuilt after RPM update (â„– 3)
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-6
|
|
|
1442bf |
- Rebuilt for RPM soname bump
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-5
|
|
|
1442bf |
- Rebuilt for RPM soname bump
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Jun 15 2017 Richard Hughes <rhughes@redhat.com> - 1.1.6-2
|
|
|
1442bf |
- Fix a crash when refreshing the metadata cache
|
|
|
1442bf |
- Resolves: #1460825
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jun 07 2017 Richard Hughes <rhughes@redhat.com> - 1.1.6-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Ensure AppStream is deployed when the repo is updated
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Mar 24 2017 Kalev Lember <klember@redhat.com> - 1.1.5-4
|
|
|
1442bf |
- Fix the offline updater to work with latest systemd (#1430920)
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.1.5-3
|
|
|
1442bf |
- Build with system libdnf
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jan 17 2017 Kalev Lember <klember@redhat.com> - 1.1.5-1
|
|
|
1442bf |
- Update to 1.1.5
|
|
|
1442bf |
- Update to latest libdnf git snapshot (#1398429)
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Dec 21 2016 Kalev Lember <klember@redhat.com> - 1.1.5-0.1.20161221
|
|
|
1442bf |
- Update to latest git snapshot
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Dec 19 2016 Kalev Lember <klember@redhat.com> - 1.1.4-3
|
|
|
1442bf |
- Adapt for libhif->libdnf git repo rename
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Dec 16 2016 Kalev Lember <klember@redhat.com> - 1.1.4-2
|
|
|
1442bf |
- Update to latest libdnf git snapshot (#1383819)
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Sep 19 2016 Richard Hughes <rhughes@redhat.com> - 1.1.4-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Change the configuration of the cron script to a sysconfig-like config
|
|
|
1442bf |
- Don't crash when emitting PropertiesChanged for NULL values
|
|
|
1442bf |
- Fix several small memory leaks
|
|
|
1442bf |
- Look for command-not-found dbus socket in /run instead of /var/run
|
|
|
1442bf |
- Use GetFilesLocal in pkcon get-files if argument is a file
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.4.20160901
|
|
|
1442bf |
- Update to latest libdnf git snapshot (#1344643)
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Sep 01 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.3.20160901
|
|
|
1442bf |
- Update to latest git snapshot
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.2.20160825
|
|
|
1442bf |
- Update to latest git snapshot
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Aug 05 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.1.20160805
|
|
|
1442bf |
- Update to today's git snapshot
|
|
|
1442bf |
- Switch to new libdnf based backend
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 1.1.3-2
|
|
|
1442bf |
- engine: Don't crash when emitting PropertiesChanged for NULL values
|
|
|
1442bf |
(#1359479)
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 1.1.3-1
|
|
|
1442bf |
- Update to 1.1.3
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jul 12 2016 Kalev Lember <klember@redhat.com> - 1.1.2-1
|
|
|
1442bf |
- Update to 1.1.2
|
|
|
1442bf |
- Set minimum required glib2 and libhif versions
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jun 07 2016 Kalev Lember <klember@redhat.com> - 1.1.1-3
|
|
|
1442bf |
- Match unavailable packages for the what-provides query
|
|
|
1442bf |
|
|
|
1442bf |
* Sat May 28 2016 Kalev Lember <klember@redhat.com> - 1.1.1-2
|
|
|
1442bf |
- Require admin authorisation to trigger a distro upgrade (#1335458)
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Apr 20 2016 Richard Hughes <rhughes@redhat.com> - 1.1.1-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add TriggerUpgrade DBus method handling
|
|
|
1442bf |
- Emit UpdatesChanges when installing packages
|
|
|
1442bf |
- Fix GIR annotations for progress callbacks
|
|
|
1442bf |
- Increase the number of packages that can be resolved
|
|
|
1442bf |
- Point offline update/upgrade trigger to the prepared update
|
|
|
1442bf |
- Set ALLOW_DOWNGRADE flag for all transactions
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Feb 12 2016 Richard Hughes <rhughes@redhat.com> - 1.1.0-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add support for UpgradeSystem
|
|
|
1442bf |
- Correctly store file descriptor from logind
|
|
|
1442bf |
- Do not crash on GetPrepared when there are no offline updates
|
|
|
1442bf |
- Do not crash on transaction database corruption
|
|
|
1442bf |
- Do not crash when parsing a very broken transaction log
|
|
|
1442bf |
- Port to g_autoptr()
|
|
|
1442bf |
- Relax validation performed on input strings passed to backends
|
|
|
1442bf |
- Remove the PackageKit browser plugin
|
|
|
1442bf |
- Use the GLib network monitoring support
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-2
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Nov 27 2015 Richard Hughes <rhughes@redhat.com> - 1.0.11-1
|
|
|
1442bf |
- Add support for HTTP proxy
|
|
|
1442bf |
- Allow the use of variadic functions in vala
|
|
|
1442bf |
- By popular demand, reintroduce the UpgradeSystem method
|
|
|
1442bf |
- Improve RefreshCache progress updates
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 1.0.10-2
|
|
|
1442bf |
- Remove PackageKit-cached-metadata subpackage
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Sep 21 2015 Richard Hughes <rhughes@redhat.com> - 1.0.10-1
|
|
|
1442bf |
- Update to 1.0.10 to fix a couple of bugs in the offline updater
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 1.0.9-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Check the offline action trigger before performing the update
|
|
|
1442bf |
- Fix a race with the backend job thread creation
|
|
|
1442bf |
|
|
|
1442bf |
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 1.0.8-3
|
|
|
1442bf |
- Rebuilt for librpm soname bump
|
|
|
1442bf |
|
|
|
1442bf |
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.0.8-2
|
|
|
1442bf |
- Revert "Correctly register enum properties" as this broke offline updates
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Aug 19 2015 Richard Hughes <rhughes@redhat.com> - 1.0.8-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Exit quietly if we didn't prepare the offline update
|
|
|
1442bf |
- Record the UID of the session user in the yumdb
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Aug 14 2015 Kalev Lember <klember@redhat.com> - 1.0.7-3
|
|
|
1442bf |
- Rebuild for new libappstream-glib
|
|
|
1442bf |
|
|
|
1442bf |
* Sun Jul 26 2015 Kevin Fenzi <kevin@scrye.com> 1.0.7-2
|
|
|
1442bf |
- Rebuild for new librpm
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jul 13 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Correct punctuation while applying offline updates
|
|
|
1442bf |
- Define command_not_found_handler for zsh
|
|
|
1442bf |
- Port GTK+ module to org.freedesktop.PackageKit.Modify2
|
|
|
1442bf |
- Return the correct return codes for syntax errors
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
|
|
|
1442bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-6
|
|
|
1442bf |
- Actually apply the patches
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-5
|
|
|
1442bf |
- Backport a few more upstream patches:
|
|
|
1442bf |
- Add missing locking when accessing sack cache (#1146734)
|
|
|
1442bf |
- Improve parallel kernel installation (#1205649)
|
|
|
1442bf |
|
|
|
1442bf |
* Wed May 20 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-4
|
|
|
1442bf |
- Update cached metadata in preparation for F22 release
|
|
|
1442bf |
|
|
|
1442bf |
* Fri May 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-3
|
|
|
1442bf |
- Revert a commit that inadvertantly changed the default value for the
|
|
|
1442bf |
TriggerAction DBus property
|
|
|
1442bf |
|
|
|
1442bf |
* Mon May 11 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-2
|
|
|
1442bf |
- Update cached metadata
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Apr 07 2015 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add dbus method for returning prepared packages
|
|
|
1442bf |
- Don't recursive lock the debug mutex when using --verbose without a tty
|
|
|
1442bf |
- Make "reboot" the default action for no action file
|
|
|
1442bf |
|
|
|
1442bf |
* Sat Mar 28 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.5-2
|
|
|
1442bf |
- Backport a crash fix from upstream (#1185544)
|
|
|
1442bf |
- Update cached metadata
|
|
|
1442bf |
- Use license macro for the COPYING file
|
|
|
1442bf |
|
|
|
1442bf |
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.5-1
|
|
|
1442bf |
- Update to 1.0.5
|
|
|
1442bf |
- Backport new missing gstreamer codecs API
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Feb 06 2015 Richard Hughes <rhughes@redhat.com> - 1.0.4-2
|
|
|
1442bf |
- Adapt to the new hawkey API.
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 1.0.4-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Actually inhibit logind when the transaction can't be cancelled
|
|
|
1442bf |
- Add 'quit' command to pkcon
|
|
|
1442bf |
- Automatically import metadata public keys when safe to do so
|
|
|
1442bf |
- Automatically install AppStream metadata
|
|
|
1442bf |
- Do not attempt to run command-not-found for anything prefixed with '.'
|
|
|
1442bf |
- Don't use PkBackendSpawn helpers in compiled backends
|
|
|
1442bf |
- Fix a hard-to-debug crash when cancelling a task that has never been run
|
|
|
1442bf |
- Look for unavailable packages during resolve
|
|
|
1442bf |
- Make pk_backend_job_call_vfunc() threadsafe
|
|
|
1442bf |
- Make pk_backend_repo_list_changed() threadsafe
|
|
|
1442bf |
- Return 'unavailable' packages for metadata-only repos
|
|
|
1442bf |
- Use a thread-local HifTransaction to avoid db3 index corruption
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Nov 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.3-2
|
|
|
1442bf |
- Update cached metadata in preparation for F21 release
|
|
|
1442bf |
|
|
|
1442bf |
* Mon Nov 10 2014 Richard Hughes <rhughes@redhat.com> - 1.0.3-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add support for reinstallation and downgrades
|
|
|
1442bf |
- Be smarter when using the vendor cache
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Oct 21 2014 Richard Hughes <rhughes@redhat.com> - 1.0.1-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add a KeepCache config parameter
|
|
|
1442bf |
- Do not install the python helpers
|
|
|
1442bf |
- Invalidate offline updates when the rpmdb changes
|
|
|
1442bf |
- Never allow cancelling a transaction twice
|
|
|
1442bf |
|
|
|
1442bf |
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-0.1.20141015
|
|
|
1442bf |
- Update to today's git snapshot
|
|
|
1442bf |
|
|
|
1442bf |
* Tue Sep 16 2014 Richard Hughes <rhughes@redhat.com> - 1.0.0-2
|
|
|
1442bf |
- Add a new subpackage designed for the workstation spin.
|
|
|
1442bf |
- See http://blogs.gnome.org/hughsie/2014/08/29/ for details.
|
|
|
1442bf |
|
|
|
1442bf |
* Fri Sep 12 2014 Richard Hughes <rhughes@redhat.com> - 1.0.0-1
|
|
|
1442bf |
- New upstream release
|
|
|
1442bf |
- Add a D-Bus interface and helpers for offline support
|
|
|
1442bf |
- Do not shutdown the daemon on idle by default
|
|
|
1442bf |
- Refresh the NetworkManager state when the daemon starts
|
|
|
1442bf |
- Remove pk-debuginfo-install
|
|
|
1442bf |
- Remove the events/pre-transaction.d functionality
|
|
|
1442bf |
- Remove the pkexec systemd helpers
|
|
|
1442bf |
- Remove the plugin interface
|
|
|
1442bf |
- Remove various options from the config file
|