- 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:
parent
3ff46ffa9c
commit
6fef7db6ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
||||
/lorax-25.14.tar.gz
|
||||
/lorax-25.15.tar.gz
|
||||
/lorax-25.16.tar.gz
|
||||
/lorax-26.0.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user