- Fix the gnome themes

- Add biosdevname package
- Edit .bash_history file
- Add the initrd and kernel lines to .treeinfo
- Don't remove the gamin package from installtree
This commit is contained in:
Martin Gracik 2011-01-14 16:07:19 +01:00
parent 6d90247b12
commit 815ea2efd5
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/lorax-0.1.tar.bz2
/lorax-0.2.tar.bz2

View File

@ -1,16 +1,12 @@
Name: lorax
Version: 0.1
Release: 1%{?dist}
Version: 0.2
Release: 2%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
License: GPLv2+
URL: http://git.fedorahosted.org/git/?p=lorax.git
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
Source0: %{name}-%{version}.tar.bz2
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: python-setuptools
@ -56,5 +52,12 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Fri Jan 14 2011 Martin Gracik <mgracik@redhat.com> 0.2-2
- Fix the gnome themes
- Add biosdevname package
- Edit .bash_history file
- Add the initrd and kernel lines to .treeinfo
- Don't remove the gamin package from installtree
* Wed Dec 01 2010 Martin Gracik <mgracik@redhat.com> 0.1-1
- First packaging of the new lorax tool.

View File

@ -1 +1 @@
7c668ee3e9ba5918292b2c9c8daeb082 lorax-0.1.tar.bz2
05efe63c354f761c551d0741bf1dab40 lorax-0.2.tar.bz2