- livemedia-creator: Allow novirt ostree partitioned images (#1273199)

(bcl@redhat.com)
- Add documentation and kickstart for --make-vagrant (bcl@redhat.com)
- livemedia-creator: Make --make-vagrant work with --no-virt (bcl@redhat.com)
- livemedia-creator: Add --make-vagrant command (bcl@redhat.com)
- Add selinux switch to mktar (bcl@redhat.com)
- livemedia-creator: Make --make-oci work with --no-virt (bcl@redhat.com)
- Add documentation for --make-oci (bcl@redhat.com)
- livemedia-creator: Add --make-oci for Open Container Initiative images
  (bcl@redhat.com)
- Add submount directory to PartitionMount class (bcl@redhat.com)
- Keep libthread so that gdb will work correctly (#1269055) (bcl@redhat.com)
- Update Lorax documentation - 24.3 (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-10-28 18:16:43 -07:00
parent 863bf59c10
commit 27517b4485
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@
/lorax-24.1.tar.gz /lorax-24.1.tar.gz
/lorax-24.2.tar.gz /lorax-24.2.tar.gz
/lorax-24.3.tar.gz /lorax-24.3.tar.gz
/lorax-24.4.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 24.3 Version: 24.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -132,6 +132,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt %files lmc-novirt
%changelog %changelog
* Wed Oct 28 2015 Brian C. Lane <bcl@redhat.com> 24.4-1
- livemedia-creator: Allow novirt ostree partitioned images (#1273199)
(bcl@redhat.com)
- Add documentation and kickstart for --make-vagrant (bcl@redhat.com)
- livemedia-creator: Make --make-vagrant work with --no-virt (bcl@redhat.com)
- livemedia-creator: Add --make-vagrant command (bcl@redhat.com)
- Add selinux switch to mktar (bcl@redhat.com)
- livemedia-creator: Make --make-oci work with --no-virt (bcl@redhat.com)
- Add documentation for --make-oci (bcl@redhat.com)
- livemedia-creator: Add --make-oci for Open Container Initiative images
(bcl@redhat.com)
- Add submount directory to PartitionMount class (bcl@redhat.com)
- Keep libthread so that gdb will work correctly (#1269055) (bcl@redhat.com)
- Update Lorax documentation - 24.3 (bcl@redhat.com)
* Tue Oct 06 2015 Brian C. Lane <bcl@redhat.com> 24.3-1 * Tue Oct 06 2015 Brian C. Lane <bcl@redhat.com> 24.3-1
- Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com) - Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com)
- Fix the concatenation of error output. (dshea@redhat.com) - Fix the concatenation of error output. (dshea@redhat.com)

View File

@ -1 +1 @@
b882efe8b1d3990cd3755a9b80e99a9b lorax-24.3.tar.gz 4846b820521d4a5f248f3a83c4aee338 lorax-24.4.tar.gz