diff --git a/.gitignore b/.gitignore index 8a2ed4b..b462861 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /lorax-17.9.tar.bz2 /lorax-18.2.tar.bz2 /lorax-18.3.tar.bz2 +/lorax-18.4.tar.gz diff --git a/lorax.spec b/lorax.spec index a89ddb1..e136430 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,14 +1,14 @@ %define debug_package %{nil} Name: lorax -Version: 18.3 +Version: 18.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System License: GPLv2+ URL: http://git.fedorahosted.org/git/?p=lorax.git -Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2 +Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel Requires: python-mako @@ -79,6 +79,26 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Fri May 25 2012 Martin Gracik 18.4-1 +- Initialized to use tito. +- Use gz not bz2 for source +- remove 'loadkeys' stub (#804306) +- add name field to .treeinfo its a concatination of family and version +- Fix typo in help (#819476) +- include the new cmsfs-fuse interface +- linuxrc.s390 is dead in anaconda +- Add the ppc magic file +- Install proper branding packages from repo (#813969) +- Use --mac for isohybrid only if doing macboot images +- Add --nomacboot option +- Add packages needed for NTP functionality in the installer +- livemedia-creator: check kickstart for display modes (#819660) +- livemedia-creator: Removed unused ImageMount class +- livemedia-creator: cleanup after a crash +- livemedia-creator: start using /var/tmp instead of /tmp +- livemedia-creator: make libvirt module optional +- stop moving /run (#818918) + * Thu May 03 2012 Brian C. Lane 18.3-1 - Added BCM4331 firmware (#817151) (mgracik) - mkefiboot: Add support for disk label files (mjg) diff --git a/sources b/sources index 0f30626..de22138 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e288c7773cc34e7fcb7a0bc97ec38005 lorax-18.3.tar.bz2 +b83697f143dbf830c6e796e59e77b77e lorax-18.4.tar.gz