diff --git a/.gitignore b/.gitignore index 5c9ff4c..8493ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /lorax-25.14.tar.gz /lorax-25.15.tar.gz /lorax-25.16.tar.gz +/lorax-26.0.tar.gz diff --git a/lorax.spec b/lorax.spec index 39c4ae0..cd0e80d 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 25.16 +Version: 26.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -46,7 +46,7 @@ Requires: kpartx Requires: libselinux-python3 Requires: python3-mako Requires: python3-kickstart -Requires: python3-dnf >= 1.1.7 +Requires: python3-dnf >= 2.0.0 %if 0%{?fedora} @@ -148,6 +148,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Fri Sep 30 2016 Brian C. Lane 26.0-1 +- Bump version to 26.0 (bcl@redhat.com) +- adapt to DNF 2.0 API changes (i.gnatenko.brain@gmail.com) + * Mon Sep 26 2016 Brian C. Lane 25.16-1 - Fix broken sshd.inst boot option (#1378378) (jjelen@redhat.com) - Don't log dracut initrd regeneration messages into /tmp/syslog (#1369439) (rvykydal@redhat.com) diff --git a/sources b/sources index 2dbfda7..8f8ab05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -344c17ea79684853a8494fd3c30599f5 lorax-25.16.tar.gz +531c14ca4a5c23ddf405291800b9a816 lorax-26.0.tar.gz