From f37603607527adb9683378cde71bd59862a3c867 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Apr 13 2011 12:26:29 +0000 Subject: - Do not remove shutdown from sbin - Change BuildRequires to python2-devel - Remove pungi patch - Remove pseudo code --- diff --git a/.gitignore b/.gitignore index c80848b..bd3469a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /lorax-0.3.1.tar.bz2 /lorax-0.3.2.tar.bz2 /lorax-0.4.1.tar.bz2 +/lorax-0.4.2.tar.bz2 diff --git a/lorax.spec b/lorax.spec index 933453c..555e259 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,5 +1,5 @@ Name: lorax -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -8,8 +8,7 @@ License: GPLv2+ URL: http://git.fedorahosted.org/git/?p=lorax.git Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2 -BuildRequires: python-setuptools -Requires: python2-devel +BuildRequires: python2-devel Requires: python-mako Requires: gawk Requires: glibc-common @@ -59,6 +58,12 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Wed Apr 13 2011 Martin Gracik 0.4.2-1 +- Do not remove shutdown from sbin +- Change BuildRequires to python2-devel +- Remove pungi patch +- Remove pseudo code + * Wed Apr 13 2011 Martin Gracik 0.4.1-1 - Provide shutdown on s390x (#694518) - Fix arch specific requires in spec file diff --git a/sources b/sources index 536cd05..ef94695 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebe4d2d5bc77c4c3eefd451e1a72c6cc lorax-0.4.1.tar.bz2 +243a3f6944ff948cdf799704066b5408 lorax-0.4.2.tar.bz2