- New upstream release 1.0.46.
- Enable experimental supermin appliance build.
This commit is contained in:
parent
3003f4d10a
commit
b30310c6db
@ -1 +1 @@
|
|||||||
libguestfs-1.0.45.tar.gz
|
libguestfs-1.0.46.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Version: 1.0.45
|
Version: 1.0.46
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -26,8 +26,7 @@ BuildRequires: glibc-static
|
|||||||
# properly depend on it, but doesn't do any harm on other platforms:
|
# properly depend on it, but doesn't do any harm on other platforms:
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
|
||||||
# Build requirements for the appliance:
|
# Build requirements for the appliance (see 'make.sh.in' in the source):
|
||||||
# (see 'make-initramfs.sh.in' in the source)
|
|
||||||
BuildRequires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
|
BuildRequires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
|
||||||
BuildRequires: MAKEDEV, net-tools, augeas-libs, file
|
BuildRequires: MAKEDEV, net-tools, augeas-libs, file
|
||||||
BuildRequires: module-init-tools, procps, strace, iputils
|
BuildRequires: module-init-tools, procps, strace, iputils
|
||||||
@ -36,6 +35,15 @@ BuildRequires: dosfstools, zerofree
|
|||||||
BuildRequires: grub, ntfsprogs
|
BuildRequires: grub, ntfsprogs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Must match the above set of BuildRequires exactly!
|
||||||
|
Requires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
|
||||||
|
Requires: MAKEDEV, net-tools, augeas-libs, file
|
||||||
|
Requires: module-init-tools, procps, strace, iputils
|
||||||
|
Requires: dosfstools, zerofree
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
|
Requires: grub, ntfsprogs
|
||||||
|
%endif
|
||||||
|
|
||||||
# These are only required if you want to build the bindings for
|
# These are only required if you want to build the bindings for
|
||||||
# different languages:
|
# different languages:
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
@ -262,6 +270,7 @@ createrepo repo
|
|||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
||||||
--enable-debug-command \
|
--enable-debug-command \
|
||||||
|
--enable-supermin \
|
||||||
%{extra}
|
%{extra}
|
||||||
|
|
||||||
# This ensures that /usr/sbin/chroot is on the path. Not needed
|
# This ensures that /usr/sbin/chroot is on the path. Not needed
|
||||||
@ -319,6 +328,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
|
# Delete the ordinary appliance, leaving just the supermin appliance.
|
||||||
|
rm $RPM_BUILD_ROOT%{_libdir}/vmlinuz.*
|
||||||
|
rm $RPM_BUILD_ROOT%{_libdir}/initramfs.*.img
|
||||||
|
|
||||||
|
# Delete static libraries, libtool files.
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la
|
||||||
|
|
||||||
@ -381,6 +395,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
%{_bindir}/guestfs-supermin-helper
|
||||||
%{_libdir}/guestfs/
|
%{_libdir}/guestfs/
|
||||||
%{_libdir}/libguestfs.so.*
|
%{_libdir}/libguestfs.so.*
|
||||||
|
|
||||||
@ -474,6 +489,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.46-1
|
||||||
|
- New upstream release 1.0.46.
|
||||||
|
- Enable experimental supermin appliance build.
|
||||||
|
|
||||||
* Fri Jun 12 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.45-2
|
* Fri Jun 12 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.45-2
|
||||||
- New upstream release 1.0.45.
|
- New upstream release 1.0.45.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user