[lorax/f15/master] - Add the images-xen section to treeinfo on x86_64 - Add /sbin to $PATH (for the tty2 terminal) - Cr

Martin Gracik mgracik at fedoraproject.org
Tue Mar 15 13:58:38 UTC 2011


commit 4e8264d52d2c4990cd8116fba6617ecfb3e1c510
Author: Martin Gracik <mgracik at redhat.com>
Date:   Tue Mar 15 14:59:42 2011 +0100

    - Add the images-xen section to treeinfo on x86_64
    - 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      |   20 ++---
 sources         |    2 +-
 4 files changed, 11 insertions(+), 234 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6668642..66e63a5 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.3.1.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index cae29ee..6c1901e 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,6 +1,6 @@
 Name:           lorax
-Version:        0.3
-Release:        3%{?dist}
+Version:        0.3.1
+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
@@ -35,7 +32,6 @@ Lorax is a tool for creating the anaconda install images.
 
 %prep
 %setup -q
-%patch0 -p1 -b .git
 
 %build
 
@@ -56,11 +52,13 @@ 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
+* Tue Mar 15 2011 Martin Gracik <mgracik at redhat.com> 0.3.1-1
+- Add the images-xen section to treeinfo on x86_64
+- 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..bc7a250 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-676e81e8cd05376426dae37abe3cb372  lorax-0.3.tar.bz2
+cff919d33e140a8a0625bad4630b4960  lorax-0.3.1.tar.bz2


More information about the scm-commits mailing list