- 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)
This commit is contained in:
Brian C. Lane 2015-06-10 16:40:26 -07:00
parent d588db6b94
commit ae6f280f20
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -59,3 +59,4 @@
/lorax-23.7.tar.gz
/lorax-23.8.tar.gz
/lorax-23.9.tar.gz
/lorax-23.10.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 23.9-1
- Update execWith* docstrings (bcl@redhat.com)
- livemedia-creator: Update example kickstarts (bcl@redhat.com)

View File

@ -1 +1 @@
1da8278d7474feac45456b0f44a0c409 lorax-23.9.tar.gz
8322b1336b4b2def8a1eb7e03a89b7e0 lorax-23.10.tar.gz