[lorax] - Add the images-xen section to treeinfo on x86_64 - Print a message when no arguments given (#68446

Martin Gracik mgracik at fedoraproject.org
Mon Mar 14 11:36:35 UTC 2011


commit 89526c3210812e80a4c49ec780a968e2a0bf246c
Author: Martin Gracik <mgracik at redhat.com>
Date:   Mon Mar 14 12:37:26 2011 +0100

    - Add the images-xen section to treeinfo on x86_64
    - Print a message when no arguments given (#684463)
    - Mako template returns unicode strings (#681003)
    - The check option in options causes ValueError
    - Disable all ctrl-alt-arrow metacity shortcuts
    - Remove the locale-archive explicitly
    - Use xz when compressing the initrd
    - Keep the source files for locales and get rid of the binary form
    - Add /sbin to $PATH (for the tty2 terminal)
    - Create /var/run/dbus directory in installtree
    - Add mkdir support to template
    - gpart is present only on i386 arch (#672611)
    - util-linux-ng changed to util-linux

 .gitignore      |    1 +
 lorax-git.patch |  222 -------------------------------------------------------
 lorax.spec      |   28 ++++---
 sources         |    2 +-
 4 files changed, 19 insertions(+), 234 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6668642..aacac8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /lorax-0.1.tar.bz2
 /lorax-0.2.tar.bz2
 /lorax-0.3.tar.bz2
+/lorax-0.4.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index cae29ee..617a9a7 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,6 +1,6 @@
 Name:           lorax
-Version:        0.3
-Release:        3%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -9,9 +9,6 @@ URL:            http://git.fedorahosted.org/git/?p=lorax.git
 Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
 BuildArch:      noarch
 
-# up to c4368c98ecd0d34957988bd00f8ed0a900c87cb4
-Patch0:		lorax-git.patch
-
 BuildRequires:  python-setuptools
 Requires:       python2-devel
 Requires:       python-mako
@@ -29,13 +26,13 @@ Requires:       util-linux-ng
 Requires:       dosfstools
 Requires:       genisoimage
 Requires:       parted
+Requires:       pyliblzma
 
 %description
 Lorax is a tool for creating the anaconda install images.
 
 %prep
 %setup -q
-%patch0 -p1 -b .git
 
 %build
 
@@ -56,11 +53,20 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
-* Tue Feb 08 2011 Adam Jackson <ajax at redhat.com> 0.3-3
-- lorax-git.patch: Update to current git.
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Mon Mar 14 2011 Martin Gracik <mgracik at redhat.com> 0.4-1
+- Add the images-xen section to treeinfo on x86_64
+- Print a message when no arguments given (#684463)
+- Mako template returns unicode strings (#681003)
+- The check option in options causes ValueError
+- Disable all ctrl-alt-arrow metacity shortcuts
+- Remove the locale-archive explicitly
+- Use xz when compressing the initrd
+- Keep the source files for locales and get rid of the binary form
+- Add /sbin to $PATH (for the tty2 terminal)
+- Create /var/run/dbus directory in installtree
+- Add mkdir support to template
+- gpart is present only on i386 arch (#672611)
+- util-linux-ng changed to util-linux
 
 * Mon Jan 24 2011 Martin Gracik <mgracik at redhat.com> 0.3-1
 - Don't remove libmount package
diff --git a/sources b/sources
index cc3aff2..891241c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-676e81e8cd05376426dae37abe3cb372  lorax-0.3.tar.bz2
+b358854350edfab9613733eb86dd6b70  lorax-0.4.tar.bz2


More information about the scm-commits mailing list