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