diff --git a/.gitignore b/.gitignore index 398d609..6c3ab12 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /lorax-19.0.tar.gz +/lorax-19.1.tar.gz diff --git a/lorax.spec b/lorax.spec index 2bad5c9..2c66ea3 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 19.0 +Version: 19.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -45,10 +45,6 @@ Requires: fedup-dracut-plymouth Requires: syslinux >= 4.02-5 %endif -%ifarch %{sparc} -Requires: silo -%endif - %ifarch ppc ppc64 Requires: kernel-bootwrapper %endif @@ -88,6 +84,20 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Tue Mar 19 2013 Brian C. Lane 19.1-1 +- Print & log messages on scriptlet/transaction errors (wwoods@redhat.com) +- sysutils: add -x to cp in linktree (wwoods@redhat.com) +- treebuilder: fix "Can't stat exclude path "/selinux"..." message + (wwoods@redhat.com) +- runtime: install dracut-{nohostonly,norescue} (wwoods@redhat.com) +- runtime-install: install shim-unsigned (wwoods@redhat.com) +- Add explicit install of net-tools (#921619) (bcl@redhat.com) +- Don't remove hmac files for ssh and sshd (#882153) (bcl@redhat.com) +- Raise an error when there are no initrds (bcl@redhat.com) +- Add yum logging to yum.log (bcl@redhat.com) +- remove sparc support (dennis@ausil.us) +- Change Makefile to produce .tgz (bcl@redhat.com) + * Thu Feb 28 2013 Brian C. Lane 19.0-1 - New Version 19.0 - Remove some env variables (#907692) (bcl@redhat.com) diff --git a/sources b/sources index 11c211c..b9e4695 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9149b0ac3d16946e575128bcee7997ab lorax-19.0.tar.gz +9cc6cd71aad62031aca1664c89d1386d lorax-19.1.tar.gz