- 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:
Brian C. Lane 2015-03-13 17:38:47 -07:00
parent a802ed132c
commit e75e5cde19
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@
/lorax-23.1.tar.gz /lorax-23.1.tar.gz
/lorax-23.2.tar.gz /lorax-23.2.tar.gz
/lorax-23.3.tar.gz /lorax-23.3.tar.gz
/lorax-23.4.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 23.3 Version: 23.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -39,7 +39,7 @@ Requires: xz
Requires: pigz Requires: pigz
Requires: python-kickstart Requires: python-kickstart
Requires: dracut >= 030 Requires: dracut >= 030
Requires: dnf Requires: python-dnf
%if 0%{?fedora} %if 0%{?fedora}
# Fedora specific deps # Fedora specific deps
@ -106,6 +106,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %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 * Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> 23.3-1
- Turn off ldconfig (bcl@redhat.com) - Turn off ldconfig (bcl@redhat.com)
- Add removekmod template command (bcl@redhat.com) - Add removekmod template command (bcl@redhat.com)

View File

@ -1 +1 @@
cdad19a37acf190547a12906ae699a8c lorax-23.3.tar.gz 12bed9a5f0d329f14940ceaa34bb7998 lorax-23.4.tar.gz