commit 9b6523b9e0db6cfa025f5f2e15852967f327e76f Author: Brian C. Lane bcl@redhat.com Date: Tue Sep 30 17:24:06 2014 -0700
- Rework how including /usr/share/doc/anaconda works. (clumens@redhat.com) - Don't remove /usr/share/doc/anaconda. (clumens@redhat.com) - Stop removing libXt from the installation media. (clumens@redhat.com)
.gitignore | 1 + lorax.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index aac594c..10d2d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /lorax-21.21.tar.gz /lorax-21.22.tar.gz /lorax-21.23.tar.gz +/lorax-21.24.tar.gz diff --git a/lorax.spec b/lorax.spec index 2ae49a6..434a7eb 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil}
Name: lorax -Version: 21.23 +Version: 21.24 Release: 1%{?dist} Summary: Tool for creating the anaconda install images
@@ -101,6 +101,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1*
%changelog +* Tue Sep 30 2014 Brian C. Lane bcl@redhat.com 21.24-1 +- Rework how including /usr/share/doc/anaconda works. (clumens@redhat.com) +- Don't remove /usr/share/doc/anaconda. (clumens@redhat.com) +- Stop removing libXt from the installation media. (clumens@redhat.com) + * Tue Sep 23 2014 Brian C. Lane bcl@redhat.com 21.23-1 - livemedia-creator: Make sure ROOT_PATH exists (#1144140) (bcl@redhat.com) - livemedia-creator: Add --no-recursion to mktar (#1144140) (bcl@redhat.com) diff --git a/sources b/sources index 5e0e102..c6ed8cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1493338234844297ad2ec9f42ecbb230 lorax-21.23.tar.gz +be6abdb71d9353689abb97bf440ade7b lorax-21.24.tar.gz
scm-commits@lists.fedoraproject.org