- some of the PowerPC utilities (powerpc-utils and fbset) need perl too
(pbrobinson@gmail.com) - Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com) - Return the output from failed commands in CalledProcessError (bcl@redhat.com) - Add dracut-live for livemedia kickstart example (bcl@redhat.com)
This commit is contained in:
parent
2a25279def
commit
a55e13454b
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
||||
/lorax-23.13.tar.gz
|
||||
/lorax-23.14.tar.gz
|
||||
/lorax-24.0.tar.gz
|
||||
/lorax-24.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 24.0
|
||||
Version: 24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -134,6 +134,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%files lmc-novirt
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com)
|
||||
- Return the output from failed commands in CalledProcessError (bcl@redhat.com)
|
||||
- Add dracut-live for livemedia kickstart example (bcl@redhat.com)
|
||||
|
||||
* Thu Jul 30 2015 Brian C. Lane <bcl@redhat.com> 24.0-1
|
||||
- Bump version to 24.0 (bcl@redhat.com)
|
||||
- Use execReadlines in livemedia-creator (bcl@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user