From ae6f280f208d00b1fa5d9ad33f285f934e0365b5 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 10 2015 23:40:26 +0000 Subject: - Remove some stale entires from runtime-install (dshea@redhat.com) - Stop moving sitecustomize into site-packages (bcl@redhat.com) - Pass setup_logging the log file, not the whole opts structure. (clumens@redhat.com) - Move IsoMountpoint into its own module. (clumens@redhat.com) - Move setup_logging into pylorax/__init__.py. (clumens@redhat.com) - Break all the log monitoring stuff from LMC out into its own module. (clumens@redhat.com) - Fix bug with product DataHolder overwriting product string. (bcl@redhat.com) --- diff --git a/.gitignore b/.gitignore index 2ef7dd8..8cf16c6 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /lorax-23.7.tar.gz /lorax-23.8.tar.gz /lorax-23.9.tar.gz +/lorax-23.10.tar.gz diff --git a/lorax.spec b/lorax.spec index fb42c5b..5da12fa 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 23.9 +Version: 23.10 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -134,6 +134,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Wed Jun 10 2015 Brian C. Lane 23.10-1 +- Remove some stale entires from runtime-install (dshea@redhat.com) +- Stop moving sitecustomize into site-packages (bcl@redhat.com) +- Pass setup_logging the log file, not the whole opts structure. + (clumens@redhat.com) +- Move IsoMountpoint into its own module. (clumens@redhat.com) +- Move setup_logging into pylorax/__init__.py. (clumens@redhat.com) +- Break all the log monitoring stuff from LMC out into its own module. + (clumens@redhat.com) +- Fix bug with product DataHolder overwriting product string. (bcl@redhat.com) + * Fri May 15 2015 Brian C. Lane 23.9-1 - Update execWith* docstrings (bcl@redhat.com) - livemedia-creator: Update example kickstarts (bcl@redhat.com) diff --git a/sources b/sources index 3bbe12f..49fbcb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1da8278d7474feac45456b0f44a0c409 lorax-23.9.tar.gz +8322b1336b4b2def8a1eb7e03a89b7e0 lorax-23.10.tar.gz