From b1e700fc9a4bef0214e0cfb8f77d39cbe93dc229 Mon Sep 17 00:00:00 2001 From: Daniel Mach <dmach@redhat.com> Date: Sat, 23 Jun 2018 07:27:08 +0200 Subject: [PATCH] Spec change for 0.3.19 release. --- dnfdaemon.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 3404519..a9253b6 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -1,9 +1,9 @@ %global dnf_org org.baseurl.Dnf -%global dnf_version 2.8.0 -%global dnf_nocompat 3.0 +%global dnf_version 3.0.0 +%global dnf_nocompat 4 Name: dnfdaemon -Version: 0.3.18 +Version: 0.3.19 Release: 1%{?dist} Summary: DBus daemon for dnf package actions @@ -151,6 +151,9 @@ fi %changelog +* Sat Jun 23 2018 Daniel Mach <dmach@redhat.com> 0.3.19-1 +- Require dnf-3.0.0 due to history and transaction changes. + * Wed May 24 2017 Neal Gompa <ngompa13@gmail.com> 0.3.18-1 - Require dnf-2.5.0 due to API change (rhbz#1454854) - Remove "filename" updateinfo attribute usage due being -- GitLab