lorax 25.19-1

This commit is contained in:
Marek Marczykowski-Górecki 2017-05-28 22:37:41 +02:00
parent d16d79cdce
commit 6fcd77bf99
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
3 changed files with 10 additions and 2 deletions

Binary file not shown.

BIN
lorax/lorax-25.19.tar.gz Normal file

Binary file not shown.

View File

@ -7,8 +7,8 @@
%endif
Name: lorax
Version: 25.17
Release: 4%{?dist}
Version: 25.19
Release: 1%{?dist}
Epoch: 1000
Summary: Tool for creating the anaconda install images
@ -162,6 +162,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Wed Feb 22 2017 Brian C. Lane <bcl@redhat.com> 25.19-1
- Create /dev/random and /dev/urandom before running rpm -qa (#1420523)
(bcl@redhat.com)
* Mon Feb 06 2017 Brian C. Lane <bcl@redhat.com> 25.18-1
- Print the full NEVRA when installing packages. (bcl@redhat.com)
- Only cleanup libhistory from readline (dennis@ausil.us)
* Mon Oct 17 2016 Brian C. Lane <bcl@redhat.com> 25.17-1
- Add missing fonts (#1370118) (vponcova@redhat.com)
- drop ssh server key generation for s390(x) (#1383641) (dan@danny.cz)