- Require python-dnf so that we get the python2 version (bcl@redhat.com)
- livemedia-creator: Fix up fake yum object for DNF change (bcl@redhat.com) - Update logic for stage2 detection on boot.iso (bcl@redhat.com)
This commit is contained in:
parent
a802ed132c
commit
e75e5cde19
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@
|
||||
/lorax-23.1.tar.gz
|
||||
/lorax-23.2.tar.gz
|
||||
/lorax-23.3.tar.gz
|
||||
/lorax-23.4.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 23.3
|
||||
Version: 23.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -39,7 +39,7 @@ Requires: xz
|
||||
Requires: pigz
|
||||
Requires: python-kickstart
|
||||
Requires: dracut >= 030
|
||||
Requires: dnf
|
||||
Requires: python-dnf
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Fedora specific deps
|
||||
@ -106,6 +106,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 13 2015 Brian C. Lane <bcl@redhat.com> 23.4-1
|
||||
- Require python-dnf so that we get the python2 version (bcl@redhat.com)
|
||||
- livemedia-creator: Fix up fake yum object for DNF change (bcl@redhat.com)
|
||||
- Update logic for stage2 detection on boot.iso (bcl@redhat.com)
|
||||
|
||||
* Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> 23.3-1
|
||||
- Turn off ldconfig (bcl@redhat.com)
|
||||
- Add removekmod template command (bcl@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user