- 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:
parent
863bf59c10
commit
27517b4485
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
||||
/lorax-24.1.tar.gz
|
||||
/lorax-24.2.tar.gz
|
||||
/lorax-24.3.tar.gz
|
||||
/lorax-24.4.tar.gz
|
||||
|
17
lorax.spec
17
lorax.spec
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 24.3
|
||||
Version: 24.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -132,6 +132,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%files lmc-novirt
|
||||
|
||||
%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
|
||||
- Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com)
|
||||
- Fix the concatenation of error output. (dshea@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user