From 2a445b09b6a8c49f2d9f6b546ef192204e986063 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Oct 10 2013 23:47:37 +0000 Subject: cron: require crontabs instead of cronie (#989090) --- diff --git a/PackageKit.spec b/PackageKit.spec index 38cc618..af4c0a4 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -6,7 +6,7 @@ Summary: Package management service Name: PackageKit Version: 0.8.11 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -159,7 +159,7 @@ GLib libraries for accessing PackageKit. %package cron Summary: Cron job and related utilities for PackageKit Group: System Environment/Base -Requires: cronie +Requires: crontabs Requires: %{name}%{?_isa} = %{version}-%{release} %description cron @@ -455,6 +455,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Thu Oct 10 2013 Jóhann B. Guðmundsson - 0.8.11-3 +- -cron: require crontabs instead of cronie (#989090) + * Mon Sep 23 2013 Richard Hughes - 0.8.11-2 - Backport the package history functionality from master and some other related bug fixes for gnome-software.