- livemedia-creator: Handle virt-install failure cleanup (bcl@redhat.com)

- livemedia-creator: Fail when there are missing packages (bcl@redhat.com)
- Keep virtio_console harder. (dshea@redhat.com)
This commit is contained in:
Brian C. Lane 2014-06-19 16:46:28 -07:00
parent a1a67d988b
commit d71ee14324
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/lorax-21.8.tar.gz
/lorax-21.9.tar.gz
/lorax-21.10.tar.gz
/lorax-21.11.tar.gz

View File

@ -1,8 +1,8 @@
%define debug_package %{nil}
Name: lorax
Version: 21.10
Release: 2%{?dist}
Version: 21.11
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -101,8 +101,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 21.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jun 19 2014 Brian C. Lane <bcl@redhat.com> 21.11-1
- livemedia-creator: Handle virt-install failure cleanup (bcl@redhat.com)
- livemedia-creator: Fail when there are missing packages (bcl@redhat.com)
- Keep virtio_console harder. (dshea@redhat.com)
* Mon May 12 2014 Brian C. Lane <bcl@redhat.com> 21.10-1
- Add --add-template{,-var} (walters@verbum.org)

View File

@ -1 +1 @@
a0a17a64dd9e768863269ae4a9fb5557 lorax-21.10.tar.gz
5c0e9306747b2c088d8d93701013e568 lorax-21.11.tar.gz