|
|
@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tools for building Appliances
|
|
|
|
Summary: Tools for building Appliances
|
|
|
|
Name: appliance-tools
|
|
|
|
Name: appliance-tools
|
|
|
|
Version: 006.2
|
|
|
|
Version: 006.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://thincrust.org/
|
|
|
|
URL: http://thincrust.org/
|
|
|
@ -16,8 +16,6 @@ URL: http://thincrust.org/
|
|
|
|
# git checkout appliance-tools-006.2
|
|
|
|
# git checkout appliance-tools-006.2
|
|
|
|
# make dist
|
|
|
|
# make dist
|
|
|
|
Source0: appliance-tools-%{version}.tar.bz2
|
|
|
|
Source0: appliance-tools-%{version}.tar.bz2
|
|
|
|
Patch0: 0001-Lets-always-write-out-a-Legacy-grub-config-file-sinc.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
Requires: livecd-tools >= 020 curl rsync kpartx
|
|
|
|
Requires: livecd-tools >= 020 curl rsync kpartx
|
|
|
|
Requires: zlib
|
|
|
|
Requires: zlib
|
|
|
|
Requires: qemu-img
|
|
|
|
Requires: qemu-img
|
|
|
@ -41,7 +39,6 @@ Tool that helps remove unwanted files from the appliance image.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
make
|
|
|
@ -74,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_bindir}/image-minimizer
|
|
|
|
%{_bindir}/image-minimizer
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 10 2013 Dennis Gilmore <dennis@ausil.us> - 006.3-1
|
|
|
|
|
|
|
|
- update to 006.3
|
|
|
|
|
|
|
|
- use UUID's for fstab and root lines
|
|
|
|
|
|
|
|
- support making vfat partition for /boot/uboot
|
|
|
|
|
|
|
|
- support extlinux as a bootloader
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 006.2-2
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 006.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|