init package
This commit is contained in:
parent
7f10dcc9c3
commit
8a489aae30
38
README-replacement.in
Normal file
38
README-replacement.in
Normal file
@ -0,0 +1,38 @@
|
||||
Libguestfs is a set of tools and a library for accessing and modifying
|
||||
guest disk images. For more information see the home page:
|
||||
|
||||
http://libguestfs.org/
|
||||
|
||||
For discussion, development, patches, etc. please use the mailing
|
||||
list:
|
||||
|
||||
http://www.redhat.com/mailman/listinfo/libguestfs
|
||||
|
||||
This Fedora package comes with a lot of help and examples to get you
|
||||
started.
|
||||
|
||||
The first place to start are the manual pages. Type:
|
||||
|
||||
man guestfs
|
||||
man guestfs-faq
|
||||
man guestfs-release-notes
|
||||
man guestfish
|
||||
man virt-cat # and other virt-* tools
|
||||
|
||||
If you install the libguestfs-devel package, then in the
|
||||
/usr/share/doc/libguestfs-devel/ directory you will also
|
||||
find:
|
||||
|
||||
- BUGS: list of open bugs in this version
|
||||
|
||||
- ChangeLog: the detailed list of changes in this version
|
||||
|
||||
- ROADMAP: the roadmap for future versions
|
||||
|
||||
- TODO: ideas for extending libguestfs
|
||||
|
||||
- *.c: example C programs using the API
|
||||
|
||||
- *.xml: example virt-inspector output
|
||||
|
||||
- *.rng: virt-inspector RelaxNG schema
|
||||
6
guestfish.sh
Normal file
6
guestfish.sh
Normal file
@ -0,0 +1,6 @@
|
||||
# Guestfish colour prompts. See PROMPT in guestfish(1).
|
||||
GUESTFISH_PS1='\[\e[1;32m\]><fs>\[\e[0;31m\] '
|
||||
GUESTFISH_OUTPUT='\e[0m'
|
||||
GUESTFISH_RESTORE="$GUESTFISH_OUTPUT"
|
||||
GUESTFISH_INIT='\e[1;34m'
|
||||
export GUESTFISH_PS1 GUESTFISH_OUTPUT GUESTFISH_RESTORE GUESTFISH_INIT
|
||||
BIN
libguestfs-1.39.8.tar.gz
Normal file
BIN
libguestfs-1.39.8.tar.gz
Normal file
Binary file not shown.
475
libguestfs.spec
Normal file
475
libguestfs.spec
Normal file
@ -0,0 +1,475 @@
|
||||
%global _changelog_trimtime %(date +%s -d "2 years ago")
|
||||
%{?perl_default_filter}
|
||||
%undefine _strict_symbol_defs_build
|
||||
|
||||
Name: libguestfs
|
||||
Version: 1.39.8
|
||||
Release: 3
|
||||
Epoch: 1
|
||||
Summary: A set of tools for accessing and modifying virtual machine (VM) disk images
|
||||
License: LGPLv2+
|
||||
URL: http://libguestfs.org/
|
||||
Source0: http://libguestfs.org/download/1.38-stable/%{name}-%{version}.tar.gz
|
||||
Source1: README-replacement.in
|
||||
Source2: guestfish.sh
|
||||
Source3: yum.conf.in
|
||||
|
||||
BuildRequires: gcc-c++, rpcgen, libtirpc-devel, supermin-devel >= 5.1.18, hivex-devel >= 1.2.7-7, ocaml-hivex-devel, perl(Pod::Simple), perl(Pod::Man)
|
||||
BuildRequires: /usr/bin/pod2text, po4a, augeas-devel >= 1.7.0, readline-devel, genisoimage, libxml2-devel, createrepo, glibc-static, libselinux-utils
|
||||
BuildRequires: libselinux-devel, fuse, fuse-devel, pcre-devel, file-devel, libvirt-devel, gperf, flex, bison, libdb-utils, cpio, libconfig-devel, xz-devel
|
||||
BuildRequires: zip, unzip, systemd-units, netpbm-progs, icoutils, libvirt-daemon-qemu, perl(Expect), libacl-devel, libcap-devel, libldm-devel, jansson-devel
|
||||
BuildRequires: systemd-devel, bash-completion, /usr/bin/ping, /usr/bin/wget, curl, xz, gtk3-devel, dbus-devel, /usr/bin/qemu-img, perl(Win::Hivex)
|
||||
BuildRequires: perl(Win::Hivex::Regedit), ocaml, ocaml-ocamldoc, ocaml-findlib-devel, ocaml-gettext-devel, ocaml-ounit-devel, ocaml-libvirt-devel >= 0.6.1.4-5
|
||||
BuildRequires: lua, lua-devel, perl-devel, perl-generators, perl-macros, perl(Sys::Virt), perl(Test::More), perl(Test::Pod) >= 1.00, perl(Test::Pod::Coverage) >= 1.00
|
||||
BuildRequires: perl(Module::Build), perl(ExtUtils::CBuilder), perl(Locale::TextDomain), python2-devel, python-unversioned-command, python2-libvirt, python3-devel
|
||||
BuildRequires: libvirt-python3, ruby-devel, rubygem-rake, rubygem(json), rubygem(rdoc), rubygem(test-unit), ruby-irb, java-1.8.0-openjdk, java-1.8.0-openjdk-devel
|
||||
BuildRequires: jpackage-utils, php-devel, gobject-introspection-devel, gjs, acl, attr, augeas-libs, bash, binutils, btrfs-progs, lzop, mdadm, nilfs-utils
|
||||
BuildRequires: bzip2, coreutils, cpio, cryptsetup, debootstrap, dhclient, diffutils, dosfstools, e2fsprogs, file, findutils, gawk, gdisk, gfs2-utils
|
||||
BuildRequires: grep, gzip, hivex, iproute, iputils, jfsutils, kernel, kmod, kpartx, less, libcap, libldm, libselinux, libxml2, lsof, lsscsi, lvm2, strace
|
||||
BuildRequires: openssh-clients, parted, pciutils, pcre, policycoreutils, procps, psmisc, qemu-img, reiserfs-utils, rsync, scrub, sed, sleuthkit, squashfs-tools
|
||||
BuildRequires: systemd, tar, udev, util-linux, vim-minimal, which, xfsprogs, yajl, zerofree, hfsplus-tools, ntfs-3g, ntfsprogs
|
||||
%ifnarch aarch64
|
||||
BuildRequires: zfs-fuse
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
BuildRequires: syslinux syslinux-extlinux
|
||||
%endif
|
||||
Requires: supermin >= 5.1.18, augeas-libs%{?_isa} >= 1.7.0, libacl%{?_isa}, libcap%{?_isa}, hivex%{?_isa}, pcre%{?_isa}, libselinux%{?_isa}, systemd-libs%{?_isa}
|
||||
Requires: yajl%{?_isa}, libdb-utils, fuse, /usr/bin/qemu-img, libvirt-daemon-kvm >= 0.10.2-3, selinux-policy >= 3.11.1-63, bundled(gnulib), /usr/bin/hexedit, binutils
|
||||
Requires: /usr/bin/less, /usr/bin/vi, gnupg2, xz, curl, perl(Sys::Virt), perl(Win::Hivex) >= 1.2.7, gawk, gzip, unzip, /usr/bin/virsh, mingw32-srvany >= 1.0-13
|
||||
Suggests: osinfo-db
|
||||
Recommends: libguestfs-xfs, nbdkit, nbdkit-plugin-python3, nbdkit-plugin-vddk
|
||||
Conflicts: libguestfs-winsupport
|
||||
%ifarch aarch64 x86_64
|
||||
Provides: %{name}-benchmarking%{?_isa} %{name}-benchmarking
|
||||
Obsoletes: %{name}-benchmarking
|
||||
%endif
|
||||
Provides: %{name}-forensics%{?_isa} %{name}-forensics
|
||||
Obsoletes: %{name}-forensics
|
||||
Provides: %{name}-gfs2%{?_isa} %{name}-gfs2
|
||||
Obsoletes: %{name}-gfs2
|
||||
Provides: %{name}-hfsplus%{?_isa} %{name}-hfsplus
|
||||
Obsoletes: %{name}-hfsplus
|
||||
Provides: %{name}-jfs%{?_isa} %{name}-jfs
|
||||
Obsoletes: %{name}-jfs
|
||||
Provides: %{name}-nilfs%{?_isa} %{name}-nilfs
|
||||
Obsoletes: %{name}-nilfs
|
||||
Provides: %{name}-reiserfs%{?_isa} %{name}-reiserfs
|
||||
Obsoletes: %{name}-reiserfs
|
||||
Provides: %{name}-rsync%{?_isa} %{name}-rsync
|
||||
Obsoletes: %{name}-rsync
|
||||
Provides: %{name}-rescue%{?_isa} %{name}-rescue
|
||||
Obsoletes: %{name}-rescue
|
||||
Provides: %{name}-ufs%{?_isa} %{name}-ufs
|
||||
Obsoletes: %{name}-ufs
|
||||
Provides: %{name}-xfs%{?_isa} %{name}-xfs
|
||||
Obsoletes: %{name}-xfs
|
||||
%ifnarch aarch64
|
||||
Provides: %{name}-zfs%{?_isa} %{name}-zfs
|
||||
Obsoletes: %{name}-zfs
|
||||
%endif
|
||||
Provides: %{name}-tools-c%{?_isa} %{name}-tools-c
|
||||
Obsoletes: %{name}-tools-c
|
||||
Provides: %{name}-tools%{?_isa} %{name}-tools
|
||||
Obsoletes: %{name}-tools
|
||||
Provides: virt-dib%{?_isa} virt-dib
|
||||
Obsoletes: virt-dib
|
||||
Provides: virt-v2v%{?_isa} virt-v2v
|
||||
Obsoletes: virt-v2v
|
||||
Provides: virt-p2v-maker%{?_isa} virt-p2v-maker
|
||||
Obsoletes: virt-p2v-maker
|
||||
Provides: %{name}-bash-completion%{?_isa} %{name}-bash-completion
|
||||
Obsoletes: %{name}-bash-completion
|
||||
|
||||
%description
|
||||
libguestfs is a set of tools for accessing and modifying virtual machine (VM) disk images.
|
||||
You can use this for viewing and editing files inside guests, scripting changes to VMs,
|
||||
monitoring disk used/free statistics, creating guests, P2V, V2V, performing backups, cloning VMs,
|
||||
building VMs, formatting disks, resizing disks, and much more.
|
||||
libguestfs can access almost any disk image imaginable. It can do it securely — without needing
|
||||
root and with multiple layers of defence against rogue disk images. It can access disk images
|
||||
on remote machines or on CDs/USB sticks. It can access proprietary systems like VMware and Hyper-V.
|
||||
All this functionality is available through a scriptable shell called guestfish, or an interactive
|
||||
rescue shell virt-rescue.
|
||||
libguestfs is a C library that can be linked with C and C++ management programs and has bindings for
|
||||
about a dozen other programming languages. Using our FUSE module you can also mount guest filesystems
|
||||
on the host.
|
||||
The hivex subproject lets you merge changes into the Windows Registry in Windows guests. You can
|
||||
examine unknown disk images to find out what they contain.
|
||||
libguestfs has been in continuous development since 2009, with a 250 page manual, deployed in
|
||||
enterprise environments, and with many happy and successful users.
|
||||
Dozens of projects are using libguestfs today.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, pkgconfig, xz
|
||||
|
||||
%description devel
|
||||
This package includes development files for %{name}.
|
||||
|
||||
%package -n ocaml-%{name}
|
||||
Summary: Ocaml bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description -n ocaml-%{name}
|
||||
This package includes ocaml bindings for %{name}.
|
||||
|
||||
%package -n ocaml-%{name}-devel
|
||||
Summary: Development files of ocaml bindings for %{name}
|
||||
Requires: ocaml-%{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description -n ocaml-%{name}-devel
|
||||
This package includes development files of ocaml bindings for %{name}.
|
||||
|
||||
%package -n perl-Sys-Guestfs
|
||||
Summary: Perl bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description -n perl-Sys-Guestfs
|
||||
This package includes perl bindings for %{name}.
|
||||
|
||||
%package -n python2-%{name}
|
||||
Summary: Python 2 bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
|
||||
%description -n python2-%{name}
|
||||
This package includes python 2 bindings for %{name}.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 3 bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
%description -n python3-%{name}
|
||||
This package includes python 3 bindings for %{name}.
|
||||
|
||||
%package -n ruby-%{name}
|
||||
Summary: Ruby bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, ruby(release), ruby, ruby(guestfs) = %{version}
|
||||
|
||||
%description -n ruby-%{name}
|
||||
This package includes ruby bindings for %{name}.
|
||||
|
||||
%package java
|
||||
Summary: Java bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, java-headless >= 1.5.0, jpackage-utils
|
||||
Provides: %{name}-javadoc%{?_isa} %{name}-javadoc
|
||||
Obsoletes: %{name}-javadoc
|
||||
|
||||
%description java
|
||||
This package includes java bindings for %{name}.
|
||||
|
||||
%package java-devel
|
||||
Summary: Development files of java bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, %{name}-java = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description java-devel
|
||||
This package includes development files of java bindings for %{name}.
|
||||
|
||||
%package -n php-%{name}
|
||||
Summary: PHP bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, php(zend-abi) = %{php_zend_api}, php(api) = %{php_core_api}
|
||||
|
||||
%description -n php-%{name}
|
||||
This package includes PHP bindings for %{name}.
|
||||
|
||||
%package -n lua-guestfs
|
||||
Summary: Lua bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}, lua
|
||||
|
||||
%description -n lua-guestfs
|
||||
This package includes lua bindings for %{name}.
|
||||
|
||||
%package gobject
|
||||
Summary: GObject bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description gobject
|
||||
This package includes GObject bindings for %{name}.
|
||||
|
||||
%package gobject-devel
|
||||
Summary: Development files of GObject bindings for %{name}
|
||||
Requires: %{name}-gobject = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description gobject-devel
|
||||
This package includes development files of GOBject bindings for %{name}.
|
||||
|
||||
%package help
|
||||
Summary: man files for %{name}
|
||||
Requires: man
|
||||
Provides: %{name}-man-pages-ja%{?_isa} %{name}-man-pages-ja
|
||||
Obsoletes: %{name}-man-pages-ja
|
||||
Provides: %{name}-man-pages-uk%{?_isa} %{name}-man-pages-uk
|
||||
Obsoletes: %{name}-man-pages-uk
|
||||
|
||||
%description help
|
||||
This package includes man files for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
cd ..
|
||||
cp -a %{name}-%{version} %{name}-%{version}-python3
|
||||
cd -
|
||||
|
||||
if [ "$(stat -f -L -c %T .)" != "nfs" ] && [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
|
||||
chcon --reference=/tmp tmp
|
||||
fi
|
||||
|
||||
mv README README.orig
|
||||
sed 's/@VERSION@/%{version}/g' < %{SOURCE1} > README
|
||||
sed -i 's/FEDORA | RHEL | CENTOS)/FEDORA | RHEL | CENTOS | EULEROS | GENERIC)/g' configure
|
||||
|
||||
%build
|
||||
ip addr list ||:
|
||||
ip route list ||:
|
||||
if ping -c 3 -w 20 8.8.8.8 && wget http://libguestfs.org -O /dev/null; then
|
||||
extra=
|
||||
else
|
||||
install -d cachedir repo
|
||||
find /.pkgs/ -type f -name '*.rpm' -print0 | xargs -0 -n 1 cp -t repo
|
||||
createrepo repo
|
||||
sed -e "s|@PWD@|$(pwd)|" %{SOURCE3} > yum.conf
|
||||
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
||||
fi
|
||||
|
||||
%global localconfigure \
|
||||
%{configure} \\\
|
||||
--with-default-backend=libvirt \\\
|
||||
--with-extra="fedora=%{fedora},release=%{release},libvirt" \\\
|
||||
$extra
|
||||
%global localconfigure %{localconfigure} --disable-golang
|
||||
|
||||
%global localmake \
|
||||
make -j1 -C builder index-parse.c \
|
||||
%make_build V=1 INSTALLDIRS=vendor
|
||||
|
||||
%{localconfigure}
|
||||
%{localmake}
|
||||
|
||||
cd ../%{name}-%{version}-python3
|
||||
export PYTHON=%{__python3}
|
||||
cp ../%{name}-%{version}/generator/.pod2text* generator/
|
||||
%{localconfigure} --enable-python --enable-perl --disable-ruby --disable-haskell --disable-php --disable-erlang --disable-lua --disable-golang --disable-gobject
|
||||
%{localmake}
|
||||
cd -
|
||||
|
||||
%check
|
||||
|
||||
%ifarch x86_64
|
||||
export LIBGUESTFS_DEBUG=1
|
||||
export LIBGUESTFS_TRACE=1
|
||||
export LIBVIRT_DEBUG=1
|
||||
|
||||
if ! make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 1200"; then
|
||||
cat $HOME/.cache/libvirt/qemu/log/*
|
||||
exit 1
|
||||
fi
|
||||
%endif
|
||||
|
||||
%install
|
||||
gzip -9 ChangeLog
|
||||
|
||||
%make_install INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
|
||||
cd ../%{name}-%{version}-python3
|
||||
%make_install INSTALLDIRS=vendor -C python
|
||||
cd -
|
||||
|
||||
rm $( find $RPM_BUILD_ROOT -name '*.a' | grep -v /ocaml/ )
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
find $RPM_BUILD_ROOT -name perllocal.pod -delete
|
||||
find $RPM_BUILD_ROOT -name '*.bs' -delete
|
||||
find $RPM_BUILD_ROOT -name 'bindtests.pl' -delete
|
||||
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/java/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_datadir}/java/%{name}.jar
|
||||
|
||||
mv $RPM_BUILD_ROOT%{_docdir}/libguestfs installed-docs
|
||||
gzip --best installed-docs/*.xml
|
||||
|
||||
cd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
|
||||
function move_to
|
||||
{
|
||||
if ! grep -Esq "^$1$" packages; then
|
||||
echo "move_to $1: package name not found in packages file"
|
||||
fi
|
||||
grep -Ev "^$1$" < packages > packages-t
|
||||
mv packages-t packages
|
||||
echo "$1" >> "$2"
|
||||
}
|
||||
move_to curl zz-packages-dib
|
||||
move_to debootstrap zz-packages-dib
|
||||
move_to kpartx zz-packages-dib
|
||||
move_to qemu-img zz-packages-dib
|
||||
move_to which zz-packages-dib
|
||||
move_to sleuthkit zz-packages-forensics
|
||||
move_to gfs2-utils zz-packages-gfs2
|
||||
move_to hfsplus-tools zz-packages-hfsplus
|
||||
move_to jfsutils zz-packages-jfs
|
||||
move_to nilfs-utils zz-packages-nilfs
|
||||
move_to reiserfs-utils zz-packages-reiserfs
|
||||
move_to iputils zz-packages-rescue
|
||||
move_to lsof zz-packages-rescue
|
||||
move_to openssh-clients zz-packages-rescue
|
||||
move_to pciutils zz-packages-rescue
|
||||
move_to strace zz-packages-rescue
|
||||
move_to vim-minimal zz-packages-rescue
|
||||
move_to rsync zz-packages-rsync
|
||||
move_to xfsprogs zz-packages-xfs
|
||||
%ifnarch aarch64
|
||||
move_to zfs-fuse zz-packages-zfs
|
||||
%endif
|
||||
|
||||
|
||||
sed 's/^kernel-.*/kernel/' < packages > packages-t
|
||||
mv packages-t packages
|
||||
cd -
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
|
||||
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/virt-tools
|
||||
cd $RPM_BUILD_ROOT%{_datadir}/virt-tools
|
||||
ln -sf /usr/i686-w64-mingw32/sys-root/mingw/bin/rhsrvany.exe
|
||||
cd -
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/ocaml/v2v_test_harness
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
|
||||
|
||||
rm -rf ocaml/html/.gitignore
|
||||
|
||||
%ifarch aarch64 x86_64
|
||||
libtool --mode=install install -m 0755 utils/boot-analysis/boot-analysis $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-analysis
|
||||
libtool --mode=install install -m 0755 utils/boot-benchmark/boot-benchmark $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-benchmark
|
||||
install -m 0755 utils/boot-benchmark/boot-benchmark-range.pl $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-benchmark-range.pl
|
||||
install -m 0644 utils/boot-analysis/boot-analysis.1 $RPM_BUILD_ROOT%{_mandir}/man1/libguestfs-boot-analysis.1
|
||||
install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/man1/libguestfs-boot-benchmark.1
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc COPYING README AUTHORS HACKING examples/*.c installed-docs/*
|
||||
%{_bindir}/libguestfs-test-tool
|
||||
%ifarch aarch64 x86_64
|
||||
%{_bindir}/libguestfs-boot-analysis
|
||||
%{_bindir}/libguestfs-boot-benchmark*
|
||||
%endif
|
||||
%{_bindir}/guest*
|
||||
%{_bindir}/virt-*
|
||||
%exclude %{_bindir}/virt-list-filesystems
|
||||
%exclude %{_bindir}/virt-list-partitions
|
||||
%exclude %{_bindir}/virt-tar
|
||||
%{_datadir}/virt-*
|
||||
%{_libdir}/virt-*
|
||||
%{_libdir}/guestfs/
|
||||
%ifarch aarch64
|
||||
%exclude %{_libdir}/guestfs/supermin.d/zz-packages-zfs
|
||||
%endif
|
||||
%{_libdir}/libguestfs.so.*
|
||||
%config(noreplace) %{_sysconfdir}/libguestfs-tools.conf
|
||||
%{_sysconfdir}/virt-builder
|
||||
%dir %{_sysconfdir}/xdg/virt-builder
|
||||
%dir %{_sysconfdir}/xdg/virt-builder/repos.d
|
||||
%config %{_sysconfdir}/xdg/virt-builder/repos.d/*
|
||||
%config %{_sysconfdir}/profile.d/guestfish.sh
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/guest*
|
||||
%{_datadir}/bash-completion/completions/libguestfs-test-tool
|
||||
%{_datadir}/bash-completion/completions/virt-*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libguestfs.so
|
||||
%{_sbindir}/libguestfs-make-fixed-appliance
|
||||
%{_includedir}/guestfs.h
|
||||
%{_libdir}/pkgconfig/libguestfs.pc
|
||||
|
||||
%files -n ocaml-%{name}
|
||||
%{_libdir}/ocaml/guestfs
|
||||
%exclude %{_libdir}/ocaml/guestfs/*.a
|
||||
%exclude %{_libdir}/ocaml/guestfs/*.cmxa
|
||||
%exclude %{_libdir}/ocaml/guestfs/*.cmx
|
||||
%exclude %{_libdir}/ocaml/guestfs/*.mli
|
||||
%{_libdir}/ocaml/stublibs/dllmlguestfs.so
|
||||
%{_libdir}/ocaml/stublibs/dllmlguestfs.so.owner
|
||||
|
||||
%files -n ocaml-%{name}-devel
|
||||
%doc ocaml/examples/*.ml ocaml/html
|
||||
%{_libdir}/ocaml/guestfs/*.a
|
||||
%{_libdir}/ocaml/guestfs/*.cmxa
|
||||
%{_libdir}/ocaml/guestfs/*.cmx
|
||||
%{_libdir}/ocaml/guestfs/*.mli
|
||||
|
||||
%files -n perl-Sys-Guestfs
|
||||
%doc perl/examples/*.pl
|
||||
%{perl_vendorarch}/*
|
||||
|
||||
%files -n python2-%{name}
|
||||
%doc python/examples/*.py
|
||||
%{python2_sitearch}/libguestfsmod.so
|
||||
%{python2_sitearch}/guestfs.py*
|
||||
|
||||
%files -n python3-%{name}
|
||||
%doc python/examples/*.py
|
||||
%{python3_sitearch}/libguestfsmod*.so
|
||||
%{python3_sitearch}/guestfs.py
|
||||
%{python3_sitearch}/__pycache__/guestfs*.py*
|
||||
|
||||
%files -n ruby-%{name}
|
||||
%doc ruby/examples/*.rb
|
||||
%doc ruby/doc/site/*
|
||||
%{ruby_vendorlibdir}/guestfs.rb
|
||||
%{ruby_vendorarchdir}/_guestfs.so
|
||||
|
||||
%files java
|
||||
%{_libdir}/libguestfs_jni*.so.*
|
||||
%{_datadir}/java/*.jar
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%files java-devel
|
||||
%doc java/examples/*.java
|
||||
%{_libdir}/libguestfs_jni*.so
|
||||
|
||||
%files -n php-%{name}
|
||||
%doc php/README-PHP
|
||||
%dir %{_sysconfdir}/php.d
|
||||
%{_sysconfdir}/php.d/guestfs_php.ini
|
||||
%{_libdir}/php/modules/guestfs_php.so
|
||||
|
||||
%files -n lua-guestfs
|
||||
%doc lua/examples/*.lua
|
||||
%doc lua/examples/LICENSE
|
||||
%{_libdir}/lua/*/guestfs.so
|
||||
|
||||
%files gobject
|
||||
%{_libdir}/libguestfs-gobject-1.0.so.0*
|
||||
%{_libdir}/girepository-1.0/Guestfs-1.0.typelib
|
||||
|
||||
%files gobject-devel
|
||||
%{_libdir}/libguestfs-gobject-1.0.so
|
||||
%{_includedir}/guestfs-gobject.h
|
||||
%dir %{_includedir}/guestfs-gobject
|
||||
%{_includedir}/guestfs-gobject/*.h
|
||||
%{_datadir}/gir-1.0/Guestfs-1.0.gir
|
||||
%{_libdir}/pkgconfig/libguestfs-gobject-1.0.pc
|
||||
|
||||
%files help
|
||||
%{_mandir}/man*/*
|
||||
%lang(ja) %{_mandir}/ja/man*/*
|
||||
%lang(uk) %{_mandir}/uk/man*/*
|
||||
%exclude %{_mandir}/man1/virt-list-filesystems.1*
|
||||
%exclude %{_mandir}/man1/virt-list-partitions.1*
|
||||
%exclude %{_mandir}/man1/virt-tar.1*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 16 2019 zoujing<zoujing13@huawei.com> - 1:1.39.8-3
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix install problem
|
||||
|
||||
* Sat Nov 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.39.8-2
|
||||
- Package init
|
||||
17
yum.conf.in
Normal file
17
yum.conf.in
Normal file
@ -0,0 +1,17 @@
|
||||
[main]
|
||||
cachedir=@PWD@/cachedir
|
||||
debuglevel=1
|
||||
logfile=@PWD@/yum.log
|
||||
retries=20
|
||||
obsoletes=1
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
reposdir=/dev/null
|
||||
modulesdir=@PWD@/modules
|
||||
|
||||
[local]
|
||||
name=local
|
||||
baseurl=file://@PWD@/repo
|
||||
failovermethod=priority
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
Loading…
x
Reference in New Issue
Block a user