- Bump version to 26.0 (bcl@redhat.com)

- adapt to DNF 2.0 API changes (i.gnatenko.brain@gmail.com)
This commit is contained in:
Brian C. Lane 2016-09-30 09:15:51 -07:00
parent 3ff46ffa9c
commit 6fef7db6ba
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@
/lorax-25.14.tar.gz
/lorax-25.15.tar.gz
/lorax-25.16.tar.gz
/lorax-26.0.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 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)

View File

@ -1 +1 @@
344c17ea79684853a8494fd3c30599f5 lorax-25.16.tar.gz
531c14ca4a5c23ddf405291800b9a816 lorax-26.0.tar.gz