ngompa / rpms / PackageKit

Forked from rpms/PackageKit 3 years ago
Clone
64c8ca
%global _changelog_trimtime %(date +%s -d "1 year ago")
64c8ca
64c8ca
%global gitdate 20161221
64c8ca
%global bundled_libdnf 0
64c8ca
64c8ca
%global glib2_version 2.54.0
64c8ca
%global libdnf_version 0.22.0
64c8ca
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
%global commit1 fe5a08bca7e2599798af7778917da2cc31f1460e
64c8ca
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
64c8ca
%endif
64c8ca
64c8ca
Summary:   Package management service
64c8ca
Name:      PackageKit
64c8ca
Version:   1.1.12
f7a7d9
Release:   6%{?dist}
64c8ca
License:   GPLv2+ and LGPLv2+
64c8ca
URL:       http://www.freedesktop.org/software/PackageKit/
64c8ca
Source0:   http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
64c8ca
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
# https://github.com/rpm-software-management/libdnf
64c8ca
# Bundled because the library is API/ABI unstable, and we're trying to
64c8ca
# avoid being version locked with rpm-ostree/dnf right now.
64c8ca
Source1: https://github.com/rpm-software-management/libdnf/archive/%{commit1}/libdnf-%{shortcommit1}.tar.gz
64c8ca
Provides: bundled(libdnf) = 0.7.0
64c8ca
%endif
64c8ca
f7a7d9
# RHEL-specific: set Vendor.conf up for RHEL.
f7a7d9
Patch0:    rhel-Vendor.conf.patch
64c8ca
64c8ca
# Backported from upstream
64c8ca
Patch1:    0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch
64c8ca
Patch2:    0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch
576589
Patch3:    0001-command-not-found-Don-t-use-a-bash-regex-to-fix-othe.patch
64c8ca
f7a7d9
# https://bugzilla.redhat.com/show_bug.cgi?id=1814820
f7a7d9
Patch4:    revert-shutdown-on-idle.patch
f7a7d9
1ed004
# https://bugzilla.redhat.com/show_bug.cgi?id=1847124
1ed004
Patch5:    0001-dnf-Load-all-the-repos-and-vars-directories.patch
1ed004
1ed004
# For Patch 5
1ed004
BuildRequires: autoconf
1ed004
BuildRequires: automake
1ed004
64c8ca
BuildRequires: glib2-devel >= %{glib2_version}
64c8ca
BuildRequires: xmlto
64c8ca
BuildRequires: gtk-doc
64c8ca
BuildRequires: sqlite-devel
64c8ca
BuildRequires: polkit-devel >= 0.92
64c8ca
BuildRequires: libtool
64c8ca
BuildRequires: gtk2-devel
64c8ca
BuildRequires: gtk3-devel
64c8ca
BuildRequires: docbook-utils
64c8ca
BuildRequires: yelp-tools
64c8ca
BuildRequires: intltool
64c8ca
BuildRequires: gettext
64c8ca
BuildRequires: vala-tools
64c8ca
BuildRequires: gstreamer1-devel
64c8ca
BuildRequires: gstreamer1-plugins-base-devel
64c8ca
BuildRequires: pango-devel
64c8ca
BuildRequires: fontconfig-devel
64c8ca
BuildRequires: libappstream-glib-devel
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
BuildRequires: check-devel
64c8ca
BuildRequires: cmake
64c8ca
BuildRequires: librepo-devel
64c8ca
BuildRequires: libsolv-devel
64c8ca
BuildRequires: python2-devel
64c8ca
BuildRequires: python2-nose
64c8ca
BuildRequires: python2-sphinx
64c8ca
BuildRequires: rpm-devel
64c8ca
%else
64c8ca
BuildRequires: libdnf-devel >= %{libdnf_version}
64c8ca
%endif
64c8ca
BuildRequires: systemd-devel
64c8ca
BuildRequires: gobject-introspection-devel
64c8ca
BuildRequires: bash-completion
64c8ca
BuildRequires: python3-devel
64c8ca
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
# Filter private libraries
64c8ca
%global __provides_exclude ^libdnf[.]so[.].*$
64c8ca
%global __requires_exclude ^libdnf[.]so[.].*$
64c8ca
%endif
64c8ca
64c8ca
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
64c8ca
Requires: glib2%{?_isa} >= %{glib2_version}
64c8ca
%if ! 0%{?bundled_libdnf}
64c8ca
Requires: libdnf%{?_isa} >= %{libdnf_version}
64c8ca
%endif
64c8ca
Requires: shared-mime-info
64c8ca
Requires: systemd
64c8ca
64c8ca
# functionality moved to udev itself
64c8ca
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
64c8ca
Obsoletes: udev-packagekit < %{version}-%{release}
64c8ca
64c8ca
# No more GTK+-2 plugin
64c8ca
Obsoletes: PackageKit-gtk-module < %{version}-%{release}
64c8ca
64c8ca
# No more zif, smart or yum in Fedora
64c8ca
Obsoletes: PackageKit-smart < %{version}-%{release}
64c8ca
Obsoletes: PackageKit-yum < 0.9.1
64c8ca
Obsoletes: PackageKit-yum-plugin < 0.9.1
64c8ca
Obsoletes: PackageKit-zif < 0.8.13-2
64c8ca
64c8ca
# Removed in F23
64c8ca
Obsoletes: PackageKit-cached-metadata < 1.0.10-2
64c8ca
64c8ca
# Removed in F24
64c8ca
Obsoletes: PackageKit-browser-plugin < 1.0.11-3
64c8ca
64c8ca
# components now built-in
64c8ca
Obsoletes: PackageKit-debug-install < 0.9.1
64c8ca
Obsoletes: PackageKit-hawkey < 0.9.1
64c8ca
Obsoletes: PackageKit-backend-devel < 0.9.6
64c8ca
64c8ca
# Udev no longer provides this functionality
64c8ca
Obsoletes: PackageKit-device-rebind < 0.8.13-2
64c8ca
64c8ca
# remove F22
64c8ca
Provides: PackageKit-debug-install = %{version}-%{release}
64c8ca
Provides: PackageKit-device-rebind = %{version}-%{release}
64c8ca
Provides: PackageKit-hawkey = %{version}-%{release}
64c8ca
Provides: PackageKit-yum = %{version}-%{release}
64c8ca
Provides: PackageKit-yum-plugin = %{version}-%{release}
64c8ca
Provides: PackageKit-zif = %{version}-%{release}
64c8ca
64c8ca
%description
64c8ca
PackageKit is a D-Bus abstraction layer that allows the session user
64c8ca
to manage packages in a secure way using a cross-distro,
64c8ca
cross-architecture API.
64c8ca
64c8ca
%package glib
64c8ca
Summary: GLib libraries for accessing PackageKit
64c8ca
Requires: dbus >= 1.1.1
64c8ca
Requires: gobject-introspection
64c8ca
Obsoletes: PackageKit-libs < %{version}-%{release}
64c8ca
Provides: PackageKit-libs = %{version}-%{release}
64c8ca
64c8ca
%description glib
64c8ca
GLib libraries for accessing PackageKit.
64c8ca
64c8ca
%package cron
64c8ca
Summary: Cron job and related utilities for PackageKit
64c8ca
Requires: crontabs
64c8ca
Requires: %{name}%{?_isa} = %{version}-%{release}
64c8ca
64c8ca
%description cron
64c8ca
Crontab and utilities for running PackageKit as a cron job.
64c8ca
64c8ca
%package glib-devel
64c8ca
Summary: GLib Libraries and headers for PackageKit
64c8ca
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
64c8ca
Requires: dbus-devel%{?_isa} >= 1.1.1
64c8ca
Requires: sqlite-devel%{?_isa}
64c8ca
Obsoletes: PackageKit-devel < %{version}-%{release}
64c8ca
Provides: PackageKit-devel = %{version}-%{release}
64c8ca
Obsoletes: PackageKit-docs < %{version}-%{release}
64c8ca
Provides: PackageKit-docs = %{version}-%{release}
64c8ca
64c8ca
%description glib-devel
64c8ca
GLib headers and libraries for PackageKit.
64c8ca
64c8ca
%package gstreamer-plugin
64c8ca
Summary: Install GStreamer codecs using PackageKit
64c8ca
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
64c8ca
Obsoletes: codeina < 0.10.1-10
64c8ca
Provides: codeina = 0.10.1-10
64c8ca
64c8ca
%description gstreamer-plugin
64c8ca
The PackageKit GStreamer plugin allows any Gstreamer application to install
64c8ca
codecs from configured repositories using PackageKit.
64c8ca
64c8ca
%package gtk3-module
64c8ca
Summary: Install fonts automatically using PackageKit
64c8ca
Requires: pango
64c8ca
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
64c8ca
64c8ca
%description gtk3-module
64c8ca
The PackageKit GTK3+ module allows any Pango application to install
64c8ca
fonts from configured repositories using PackageKit.
64c8ca
64c8ca
%package command-not-found
64c8ca
Summary: Ask the user to install command line programs automatically
64c8ca
Requires: bash
64c8ca
Requires: %{name} = %{version}-%{release}
64c8ca
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
64c8ca
64c8ca
%description command-not-found
64c8ca
A simple helper that offers to install new packages on the command line
64c8ca
using PackageKit.
64c8ca
64c8ca
%prep
64c8ca
%autosetup -p1
64c8ca
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
# Extract libdnf archive
64c8ca
tar -xf %{S:1}
64c8ca
%endif
64c8ca
64c8ca
%build
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
mkdir -p libdnf-%{commit1}/build
64c8ca
pushd libdnf-%{commit1}/build
64c8ca
%cmake \
64c8ca
  -DCMAKE_BUILD_TYPE=Release \
64c8ca
  ..
64c8ca
%make_build
64c8ca
popd
64c8ca
64c8ca
export DNF_CFLAGS="-I`pwd`/libdnf-%{commit1} `pkg-config --cflags appstream-glib`"
64c8ca
export DNF_LIBS="-L`pwd`/libdnf-%{commit1}/build/libdnf -ldnf -Wl,-rpath=%{_libdir}/PackageKit `pkg-config --libs appstream-glib`"
64c8ca
%endif
1ed004
# Regenerate configure for Patch 5
1ed004
autoreconf -fiv
64c8ca
%configure \
64c8ca
        --disable-static \
64c8ca
        --enable-dnf \
64c8ca
        --enable-introspection \
64c8ca
        --enable-bash-completion \
64c8ca
        --disable-local \
64c8ca
        --disable-silent-rules
64c8ca
64c8ca
make %{?_smp_mflags} V=1
64c8ca
64c8ca
%install
64c8ca
make install DESTDIR=$RPM_BUILD_ROOT
64c8ca
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
# Install libdnf to a temporary prefix
64c8ca
make install DESTDIR=`pwd`/libdnf-install -C libdnf-%{commit1}/build
64c8ca
# Cherry pick the shared library
64c8ca
mkdir -p $RPM_BUILD_ROOT%{_libdir}/PackageKit
64c8ca
cp -a libdnf-install%{_libdir}/libdnf*.so.* $RPM_BUILD_ROOT%{_libdir}/PackageKit
64c8ca
%endif
64c8ca
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/*.la
64c8ca
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
64c8ca
64c8ca
# Create directories for downloaded appstream data
64c8ca
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/app-info/{icons,xmls}
64c8ca
64c8ca
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
64c8ca
64c8ca
# create a link that GStreamer will recognise
64c8ca
pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
64c8ca
ln -s pk-gstreamer-install gst-install-plugins-helper
64c8ca
popd > /dev/null
64c8ca
64c8ca
# create a link that from the comps icons to PK, as PackageKit frontends
64c8ca
# cannot add /usr/share/pixmaps/comps to the icon search path as some distros
64c8ca
# do not use comps. Patching this in the frontend is not a good idea, as there
64c8ca
# are multiple frontends in multiple programming languages.
64c8ca
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
64c8ca
ln -s ../pixmaps/comps icons
64c8ca
popd > /dev/null
64c8ca
64c8ca
%find_lang %name
64c8ca
64c8ca
%post
64c8ca
# Remove leftover symlinks from /etc/systemd; the offline update service is
64c8ca
# instead now hooked into /usr/lib/systemd/system/system-update.target.wants
64c8ca
systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
64c8ca
64c8ca
%files -f %{name}.lang
64c8ca
%license COPYING
64c8ca
%doc README AUTHORS NEWS
64c8ca
%dir %{_datadir}/PackageKit
64c8ca
%dir %{_datadir}/PackageKit/helpers
64c8ca
%dir %{_sysconfdir}/PackageKit
64c8ca
%dir %{_localstatedir}/lib/PackageKit
64c8ca
%dir %{_localstatedir}/cache/app-info
64c8ca
%dir %{_localstatedir}/cache/app-info/icons
64c8ca
%dir %{_localstatedir}/cache/app-info/xmls
64c8ca
%dir %{_localstatedir}/cache/PackageKit
64c8ca
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
64c8ca
%{_datadir}/bash-completion/completions/pkcon
64c8ca
%dir %{_libdir}/packagekit-backend
64c8ca
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
64c8ca
%config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf
64c8ca
%config %{_sysconfdir}/dbus-1/system.d/*
64c8ca
%dir %{_datadir}/PackageKit/helpers/test_spawn
64c8ca
%{_datadir}/PackageKit/icons
64c8ca
%{_datadir}/PackageKit/helpers/test_spawn/*
64c8ca
%{_datadir}/man/man1/pkcon.1.gz
64c8ca
%{_datadir}/man/man1/pkmon.1.gz
64c8ca
%{_datadir}/polkit-1/actions/*.policy
64c8ca
%{_datadir}/polkit-1/rules.d/*
64c8ca
%{_datadir}/PackageKit/pk-upgrade-distro.sh
64c8ca
%{_libexecdir}/packagekitd
64c8ca
%{_libexecdir}/packagekit-direct
64c8ca
%{_bindir}/pkmon
64c8ca
%{_bindir}/pkcon
64c8ca
%exclude %{_libdir}/libpackagekit*.so.*
64c8ca
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
64c8ca
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
64c8ca
%if 0%{?bundled_libdnf}
64c8ca
%{_libdir}/PackageKit/
64c8ca
%endif
64c8ca
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
64c8ca
%{_datadir}/dbus-1/system-services/*.service
64c8ca
%{_datadir}/dbus-1/interfaces/*.xml
64c8ca
%{_unitdir}/packagekit-offline-update.service
64c8ca
%{_unitdir}/packagekit.service
64c8ca
%{_unitdir}/system-update.target.wants/
64c8ca
%{_libexecdir}/pk-*offline-update
64c8ca
%{_libdir}/packagekit-backend/libpk_backend_dnf.so
64c8ca
64c8ca
%files glib
64c8ca
%{_libdir}/*packagekit-glib2.so.*
64c8ca
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
64c8ca
64c8ca
%files cron
64c8ca
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
64c8ca
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
64c8ca
64c8ca
%files gstreamer-plugin
64c8ca
%{_libexecdir}/pk-gstreamer-install
64c8ca
%{_libexecdir}/gst-install-plugins-helper
64c8ca
64c8ca
%files gtk3-module
64c8ca
%{_libdir}/gtk-2.0/modules/*.so
64c8ca
%{_libdir}/gtk-3.0/modules/*.so
64c8ca
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
64c8ca
64c8ca
%files command-not-found
64c8ca
%{_sysconfdir}/profile.d/*
64c8ca
%{_libexecdir}/pk-command-not-found
64c8ca
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
64c8ca
64c8ca
%files glib-devel
64c8ca
%{_libdir}/libpackagekit-glib2.so
64c8ca
%{_libdir}/pkgconfig/packagekit-glib2.pc
64c8ca
%dir %{_includedir}/PackageKit
64c8ca
%dir %{_includedir}/PackageKit/packagekit-glib2
64c8ca
%{_includedir}/PackageKit/packagekit-glib*/*.h
64c8ca
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
64c8ca
%{_datadir}/gtk-doc/html/PackageKit
64c8ca
%{_datadir}/vala/vapi/packagekit-glib2.vapi
64c8ca
64c8ca
%changelog
f7a7d9
* Fri May 22 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.1.12-6
f7a7d9
- Fix documentation links in Vendor.conf
f7a7d9
- Resolves: #1837648
f7a7d9
f7a7d9
* Tue May 19 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.1.12-5
f7a7d9
- Do not shutdown the daemon on idle
f7a7d9
- Resolves: #1814820
ccc39f
576589
* Mon Nov 25 2019 Richard Hughes <rhughes@redhat.com> - 1.1.12-4
576589
- Do not use a bash regex to fix CNF on shells other than bash
576589
- Resolves: #1728855
a87579
64c8ca
* Wed May 29 2019 Kalev Lember <klember@redhat.com> - 1.1.12-3
64c8ca
- Backport a patch to improve release_ver handling (#1714439)
64c8ca
64c8ca
* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 1.1.12-2
64c8ca
- Invalidate the sack cache after downloading new metadata
64c8ca
64c8ca
* Wed Nov 28 2018 Kalev Lember <klember@redhat.com> - 1.1.12-1
64c8ca
- Update to 1.1.12
64c8ca
64c8ca
* Wed Oct 24 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-6
64c8ca
- Backport a patch to fix modularity.
64c8ca
- Resolves: #1641091
64c8ca
64c8ca
* Tue Oct 09 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-5
64c8ca
- Backport a patch to poke subscription manager when required
64c8ca
- Resolves: #1633244
64c8ca
64c8ca
* Thu Jul 12 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-4
64c8ca
- Enable the DNF backend
64c8ca
64c8ca
* Wed Jul 11 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.1.10-3
64c8ca
- Replace gnome-doc-utils with yelp-tools for the docs
64c8ca
64c8ca
* Thu Jun 14 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-2
64c8ca
- Don't depend on a dead package for gnome-packagekit
64c8ca
64c8ca
* Mon Apr 23 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-1
64c8ca
- New upstream release
64c8ca
- This release fixes CVE-2018-1106 which is a moderate security issue.
64c8ca
64c8ca
* Tue Mar 27 2018 Kalev Lember <klember@redhat.com> - 1.1.9-4
64c8ca
- Remove ldconfig scriptlets
64c8ca
64c8ca
* Thu Mar 22 2018 Kalev Lember <klember@redhat.com> - 1.1.9-3
64c8ca
- Create /var/cache/app-info/{icons,xmls} directories
64c8ca
64c8ca
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.1.9-2
64c8ca
- Don't abort on daemon startup for invalid .repo files
64c8ca
64c8ca
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 1.1.9-1
64c8ca
- Update to 1.1.9
64c8ca
64c8ca
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.8-2
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
64c8ca
64c8ca
* Tue Jan 09 2018 Kalev Lember <klember@redhat.com> - 1.1.8-1
64c8ca
- Update to 1.1.8
64c8ca
64c8ca
* Mon Sep 11 2017 Richard Hughes <rhughes@redhat.com> - 1.1.7-1
64c8ca
- New upstream release
64c8ca
- Add fedora-cisco-openh264 repos to supported repos list
64c8ca
- Add missing context pushes and pops in appstream-glib
64c8ca
- Add the ability to install updates on reboot in PackageKit-cron
64c8ca
- Effectively check for previous proxy entries
64c8ca
- Fix an inverted condition that led to frequent crashes
64c8ca
- Show a different progress message for system upgrades
64c8ca
64c8ca
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-7
64c8ca
- Rebuilt after RPM update (â„– 3)
64c8ca
64c8ca
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-6
64c8ca
- Rebuilt for RPM soname bump
64c8ca
64c8ca
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-5
64c8ca
- Rebuilt for RPM soname bump
64c8ca
64c8ca
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
64c8ca
64c8ca
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
64c8ca
64c8ca
* Thu Jun 15 2017 Richard Hughes <rhughes@redhat.com> - 1.1.6-2
64c8ca
- Fix a crash when refreshing the metadata cache
64c8ca
- Resolves: #1460825
64c8ca
64c8ca
* Wed Jun 07 2017 Richard Hughes <rhughes@redhat.com> - 1.1.6-1
64c8ca
- New upstream release
64c8ca
- Ensure AppStream is deployed when the repo is updated
64c8ca
64c8ca
* Fri Mar 24 2017 Kalev Lember <klember@redhat.com> - 1.1.5-4
64c8ca
- Fix the offline updater to work with latest systemd (#1430920)
64c8ca
64c8ca
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.1.5-3
64c8ca
- Build with system libdnf
64c8ca
64c8ca
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
64c8ca
64c8ca
* Tue Jan 17 2017 Kalev Lember <klember@redhat.com> - 1.1.5-1
64c8ca
- Update to 1.1.5
64c8ca
- Update to latest libdnf git snapshot (#1398429)
64c8ca
64c8ca
* Wed Dec 21 2016 Kalev Lember <klember@redhat.com> - 1.1.5-0.1.20161221
64c8ca
- Update to latest git snapshot
64c8ca
64c8ca
* Mon Dec 19 2016 Kalev Lember <klember@redhat.com> - 1.1.4-3
64c8ca
- Adapt for libhif->libdnf git repo rename
64c8ca
64c8ca
* Fri Dec 16 2016 Kalev Lember <klember@redhat.com> - 1.1.4-2
64c8ca
- Update to latest libdnf git snapshot (#1383819)
64c8ca
64c8ca
* Mon Sep 19 2016 Richard Hughes <rhughes@redhat.com> - 1.1.4-1
64c8ca
- New upstream release
64c8ca
- Change the configuration of the cron script to a sysconfig-like config
64c8ca
- Don't crash when emitting PropertiesChanged for NULL values
64c8ca
- Fix several small memory leaks
64c8ca
- Look for command-not-found dbus socket in /run instead of /var/run
64c8ca
- Use GetFilesLocal in pkcon get-files if argument is a file
64c8ca
64c8ca
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.4.20160901
64c8ca
- Update to latest libdnf git snapshot (#1344643)
64c8ca
64c8ca
* Thu Sep 01 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.3.20160901
64c8ca
- Update to latest git snapshot
64c8ca
64c8ca
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.2.20160825
64c8ca
- Update to latest git snapshot
64c8ca
64c8ca
* Fri Aug 05 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.1.20160805
64c8ca
- Update to today's git snapshot
64c8ca
- Switch to new libdnf based backend
64c8ca
64c8ca
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 1.1.3-2
64c8ca
- engine: Don't crash when emitting PropertiesChanged for NULL values
64c8ca
  (#1359479)
64c8ca
64c8ca
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 1.1.3-1
64c8ca
- Update to 1.1.3
64c8ca
64c8ca
* Tue Jul 12 2016 Kalev Lember <klember@redhat.com> - 1.1.2-1
64c8ca
- Update to 1.1.2
64c8ca
- Set minimum required glib2 and libhif versions
64c8ca
64c8ca
* Tue Jun 07 2016 Kalev Lember <klember@redhat.com> - 1.1.1-3
64c8ca
- Match unavailable packages for the what-provides query
64c8ca
64c8ca
* Sat May 28 2016 Kalev Lember <klember@redhat.com> - 1.1.1-2
64c8ca
- Require admin authorisation to trigger a distro upgrade (#1335458)
64c8ca
64c8ca
* Wed Apr 20 2016 Richard Hughes <rhughes@redhat.com> - 1.1.1-1
64c8ca
- New upstream release
64c8ca
- Add TriggerUpgrade DBus method handling
64c8ca
- Emit UpdatesChanges when installing packages
64c8ca
- Fix GIR annotations for progress callbacks
64c8ca
- Increase the number of packages that can be resolved
64c8ca
- Point offline update/upgrade trigger to the prepared update
64c8ca
- Set ALLOW_DOWNGRADE flag for all transactions
64c8ca
64c8ca
* Fri Feb 12 2016 Richard Hughes <rhughes@redhat.com> - 1.1.0-1
64c8ca
- New upstream release
64c8ca
- Add support for UpgradeSystem
64c8ca
- Correctly store file descriptor from logind
64c8ca
- Do not crash on GetPrepared when there are no offline updates
64c8ca
- Do not crash on transaction database corruption
64c8ca
- Do not crash when parsing a very broken transaction log
64c8ca
- Port to g_autoptr()
64c8ca
- Relax validation performed on input strings passed to backends
64c8ca
- Remove the PackageKit browser plugin
64c8ca
- Use the GLib network monitoring support
64c8ca
64c8ca
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-2
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
64c8ca
64c8ca
* Fri Nov 27 2015 Richard Hughes <rhughes@redhat.com> - 1.0.11-1
64c8ca
- Add support for HTTP proxy
64c8ca
- Allow the use of variadic functions in vala
64c8ca
- By popular demand, reintroduce the UpgradeSystem method
64c8ca
- Improve RefreshCache progress updates
64c8ca
- New upstream release
64c8ca
64c8ca
* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 1.0.10-2
64c8ca
- Remove PackageKit-cached-metadata subpackage
64c8ca
64c8ca
* Mon Sep 21 2015 Richard Hughes <rhughes@redhat.com> - 1.0.10-1
64c8ca
- Update to 1.0.10 to fix a couple of bugs in the offline updater
64c8ca
64c8ca
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 1.0.9-1
64c8ca
- New upstream release
64c8ca
- Check the offline action trigger before performing the update
64c8ca
- Fix a race with the backend job thread creation
64c8ca
64c8ca
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 1.0.8-3
64c8ca
- Rebuilt for librpm soname bump
64c8ca
64c8ca
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.0.8-2
64c8ca
- Revert "Correctly register enum properties" as this broke offline updates
64c8ca
64c8ca
* Wed Aug 19 2015 Richard Hughes <rhughes@redhat.com> - 1.0.8-1
64c8ca
- New upstream release
64c8ca
- Exit quietly if we didn't prepare the offline update
64c8ca
- Record the UID of the session user in the yumdb
64c8ca
64c8ca
* Fri Aug 14 2015 Kalev Lember <klember@redhat.com> - 1.0.7-3
64c8ca
- Rebuild for new libappstream-glib
64c8ca
64c8ca
* Sun Jul 26 2015 Kevin Fenzi <kevin@scrye.com> 1.0.7-2
64c8ca
- Rebuild for new librpm
64c8ca
64c8ca
* Mon Jul 13 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-1
64c8ca
- New upstream release
64c8ca
- Correct punctuation while applying offline updates
64c8ca
- Define command_not_found_handler for zsh
64c8ca
- Port GTK+ module to org.freedesktop.PackageKit.Modify2
64c8ca
- Return the correct return codes for syntax errors
64c8ca
64c8ca
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
64c8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
64c8ca
64c8ca
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-6
64c8ca
- Actually apply the patches
64c8ca
64c8ca
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-5
64c8ca
- Backport a few more upstream patches:
64c8ca
- Add missing locking when accessing sack cache (#1146734)
64c8ca
- Improve parallel kernel installation (#1205649)
64c8ca
64c8ca
* Wed May 20 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-4
64c8ca
- Update cached metadata in preparation for F22 release
64c8ca
64c8ca
* Fri May 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-3
64c8ca
- Revert a commit that inadvertantly changed the default value for the
64c8ca
  TriggerAction DBus property
64c8ca
64c8ca
* Mon May 11 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-2
64c8ca
- Update cached metadata
64c8ca
64c8ca
* Tue Apr 07 2015 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
64c8ca
- New upstream release
64c8ca
- Add dbus method for returning prepared packages
64c8ca
- Don't recursive lock the debug mutex when using --verbose without a tty
64c8ca
- Make "reboot" the default action for no action file
64c8ca
64c8ca
* Sat Mar 28 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.5-2
64c8ca
- Backport a crash fix from upstream (#1185544)
64c8ca
- Update cached metadata
64c8ca
- Use license macro for the COPYING file
64c8ca
64c8ca
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.5-1
64c8ca
- Update to 1.0.5
64c8ca
- Backport new missing gstreamer codecs API
64c8ca
64c8ca
* Fri Feb 06 2015 Richard Hughes <rhughes@redhat.com> - 1.0.4-2
64c8ca
- Adapt to the new hawkey API.
64c8ca
64c8ca
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 1.0.4-1
64c8ca
- New upstream release
64c8ca
- Actually inhibit logind when the transaction can't be cancelled
64c8ca
- Add 'quit' command to pkcon
64c8ca
- Automatically import metadata public keys when safe to do so
64c8ca
- Automatically install AppStream metadata
64c8ca
- Do not attempt to run command-not-found for anything prefixed with '.'
64c8ca
- Don't use PkBackendSpawn helpers in compiled backends
64c8ca
- Fix a hard-to-debug crash when cancelling a task that has never been run
64c8ca
- Look for unavailable packages during resolve
64c8ca
- Make pk_backend_job_call_vfunc() threadsafe
64c8ca
- Make pk_backend_repo_list_changed() threadsafe
64c8ca
- Return 'unavailable' packages for metadata-only repos
64c8ca
- Use a thread-local HifTransaction to avoid db3 index corruption
64c8ca
64c8ca
* Mon Nov 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.3-2
64c8ca
- Update cached metadata in preparation for F21 release
64c8ca
64c8ca
* Mon Nov 10 2014 Richard Hughes <rhughes@redhat.com> - 1.0.3-1
64c8ca
- New upstream release
64c8ca
- Add support for reinstallation and downgrades
64c8ca
- Be smarter when using the vendor cache
64c8ca
64c8ca
* Tue Oct 21 2014 Richard Hughes <rhughes@redhat.com> - 1.0.1-1
64c8ca
- New upstream release
64c8ca
- Add a KeepCache config parameter
64c8ca
- Do not install the python helpers
64c8ca
- Invalidate offline updates when the rpmdb changes
64c8ca
- Never allow cancelling a transaction twice
64c8ca
64c8ca
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-0.1.20141015
64c8ca
- Update to today's git snapshot
64c8ca
64c8ca
* Tue Sep 16 2014 Richard Hughes <rhughes@redhat.com> - 1.0.0-2
64c8ca
- Add a new subpackage designed for the workstation spin.
64c8ca
- See http://blogs.gnome.org/hughsie/2014/08/29/ for details.
64c8ca
64c8ca
* Fri Sep 12 2014 Richard Hughes <rhughes@redhat.com> - 1.0.0-1
64c8ca
- New upstream release
64c8ca
- Add a D-Bus interface and helpers for offline support
64c8ca
- Do not shutdown the daemon on idle by default
64c8ca
- Refresh the NetworkManager state when the daemon starts
64c8ca
- Remove pk-debuginfo-install
64c8ca
- Remove the events/pre-transaction.d functionality
64c8ca
- Remove the pkexec systemd helpers
64c8ca
- Remove the plugin interface
64c8ca
- Remove various options from the config file