|
|
@ -8,12 +8,10 @@ Version: 003
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://thincrust.net
|
|
|
|
URL: http://git.et.redhat.com/?p=act.git
|
|
|
|
#need to add tag for build
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
#requires latest build form livecd-tools not out yet
|
|
|
|
Requires: livecd-tools >= 018
|
|
|
|
Requires: livecd-tools >= 017.1
|
|
|
|
|
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: python
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -24,7 +22,7 @@ derived distributions such as RHEL, CentOS and others. See
|
|
|
|
http://thincrust.net for more details.
|
|
|
|
http://thincrust.net for more details.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n act
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
make
|
|
|
@ -50,7 +48,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 09 2008 David Huff <dhuff@redhat.com> - 003-1
|
|
|
|
* Wed Jul 09 2008 David Huff <dhuff@redhat.com> - 003-1
|
|
|
|
- version 3 is build for latest version of livecd-tools with patches
|
|
|
|
- version 003 is build for latest version of livecd-tools with patches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 09 2008 Alan Pevec <apevec@redhat.com> 002-1
|
|
|
|
|
|
|
|
- import imgcreate.fs refactoring and other changes
|
|
|
|
|
|
|
|
to make it work with Fedora-9 livecd-tools-0.17.1 w/o Thincrust patches
|
|
|
|
|
|
|
|
- version 002 is for f9 branch to work with stock f9 livecd-tools
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 11 2008 David Huff <dhuff@redhat.com> - 001-3
|
|
|
|
* Wed Jun 11 2008 David Huff <dhuff@redhat.com> - 001-3
|
|
|
|
- fixed dependancys
|
|
|
|
- fixed dependancys
|
|
|
|