- livemedia-creator: Make sure make-iso kickstart includes dracut-live

(bcl@redhat.com)
- livemedia-creator: Simplify cleanup for no-virt (bcl@redhat.com)
- Copying same file shouldn't crash (#1269213) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-04-18 10:51:47 -07:00
parent 626cb1ef0b
commit 46bac7650b
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/lorax-25.1.tar.gz
/lorax-25.2.tar.gz
/lorax-25.3.tar.gz
/lorax-25.4.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 25.3
Version: 25.4
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -147,6 +147,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Mon Apr 18 2016 Brian C. Lane <bcl@redhat.com> 25.4-1
- livemedia-creator: Make sure make-iso kickstart includes dracut-live
(bcl@redhat.com)
- livemedia-creator: Simplify cleanup for no-virt (bcl@redhat.com)
- Copying same file shouldn't crash (#1269213) (bcl@redhat.com)
* Wed Mar 30 2016 Brian C. Lane <bcl@redhat.com> 25.3-1
- livemedia-creator: Use correct suffix on default image names (#1318958)
(bcl@redhat.com)

View File

@ -1 +1 @@
ea6d50dfaa19bd5087badf4fd6ba9901 lorax-25.3.tar.gz
c1a23c5331338aa244b430d14e6c2851 lorax-25.4.tar.gz