- drop fedup-dracut and friends (wwoods@redhat.com)
- don't build upgrade.img anymore (wwoods@redhat.com) - livemedia-creator: no-virt fsimage should only use / size from ks (bcl@redhat.com) - Update lmc docs for new mock (bcl@redhat.com) - No longer offer a rescue boot menu option on liveinst (#1256061). (clumens@redhat.com) - document --timeout in livemedia-creator man page (atodorov@redhat.com) - Add enough of shadow-utils to create new user accounts. (dshea@redhat.com) - Update Lorax documentation - 24.1 (bcl@redhat.com) - Add lldptool (#1085325) (rvykydal@redhat.com)
This commit is contained in:
parent
a55e13454b
commit
2511e94be6
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/lorax-23.14.tar.gz
|
||||
/lorax-24.0.tar.gz
|
||||
/lorax-24.1.tar.gz
|
||||
/lorax-24.2.tar.gz
|
||||
|
17
lorax.spec
17
lorax.spec
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 24.1
|
||||
Version: 24.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -47,8 +47,6 @@ Requires: python3-dnf
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Fedora specific deps
|
||||
Requires: fedup-dracut
|
||||
Requires: fedup-dracut-plymouth
|
||||
%ifarch x86_64
|
||||
Requires: hfsplus-tools
|
||||
%endif
|
||||
@ -134,6 +132,19 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%files lmc-novirt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> 24.2-1
|
||||
- drop fedup-dracut and friends (wwoods@redhat.com)
|
||||
- don't build upgrade.img anymore (wwoods@redhat.com)
|
||||
- livemedia-creator: no-virt fsimage should only use / size from ks
|
||||
(bcl@redhat.com)
|
||||
- Update lmc docs for new mock (bcl@redhat.com)
|
||||
- No longer offer a rescue boot menu option on liveinst (#1256061).
|
||||
(clumens@redhat.com)
|
||||
- document --timeout in livemedia-creator man page (atodorov@redhat.com)
|
||||
- Add enough of shadow-utils to create new user accounts. (dshea@redhat.com)
|
||||
- Update Lorax documentation - 24.1 (bcl@redhat.com)
|
||||
- Add lldptool (#1085325) (rvykydal@redhat.com)
|
||||
|
||||
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> 24.1-1
|
||||
- some of the PowerPC utilities (powerpc-utils and fbset) need perl too
|
||||
(pbrobinson@gmail.com)
|
||||
|
Loading…
Reference in New Issue
Block a user