Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37777616
en ru br
ALT Linux repos
S:0.6-alt3

Group :: File tools
RPM: guestfs-data

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: guestfs-data
Version: 0.6
Release: alt3

Summary: Virtual machine needed for libguestfs
License: GPLv2+
Group: File tools

Provides: lib%name = %version-%release

BuildPreReq: rpm-build-guestfs
BuildRequires: /proc

%description
libguestfs needs for it's run a virtual machine image.
This package provides such an image, an initrd and a kernel.

%install
mkdir -p %buildroot%_libdir/guestfs
cp -a %_libdir/guestfs/* %buildroot%_libdir/guestfs/
chmod 644 %buildroot%_libdir/guestfs/*

# On some architectures (at least ppc64le) kernel image is ELF and

# eu-findtextrel will fail if it is not a DSO or PIE.
%add_verify_elf_skiplist %_libdir/guestfs/vmlinuz*
# ... debuginfo.req will fail if it has no .interp .
%brp_strip_none %_libdir/guestfs/vmlinuz*

%files
%dir %_libdir/guestfs/
%_libdir/guestfs/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin