Reduce number of rpmlint warnings:

update Group of doc and devel subpackage
update Summary  and description of perl, python and ruby bindings
trim description of ruby bindings

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=55
This commit is contained in:
Olaf Hering 2012-09-03 07:47:14 +00:00 committed by Git OBS Bridge
parent 469445cf2c
commit a2e5b3e9bb

View File

@ -171,7 +171,7 @@ This package is only required for building the appliance.
%package doc
Summary: Documentation for libguestfs
Group: Documentation
Group: Documentation/Other
%description doc
Documentation for libguestfs.
@ -198,37 +198,37 @@ Summary: Provides OCaml support for libguestfs
Group: System/Filesystems
%description -n ocaml-libguestfs
Allows OCaml scripts to directly use libguestfs
Allows OCaml scripts to directly use libguestfs.
%package -n ocaml-libguestfs-devel
Summary: Provides OCaml support for libguestfs
Group: Development/System
%description -n ocaml-libguestfs-devel
Allows OCaml scripts to directly use libguestfs
Allows OCaml scripts to directly use libguestfs.
%endif
#
%if %{with_perl}
%package -n perl-Sys-Guestfs
Summary: Allows Perl scripts to directly use libguestfs
Summary: Provides Perl support for libguestfs
Group: System/Filesystems
Provides: libguestfs-perl = %{version}
Obsoletes: libguestfs-perl < %{version}
Requires: perl = %{perl_version}
%description -n perl-Sys-Guestfs
Provides Perl support for libguestfs.
Allows Perl scripts to directly use libguestfs.
%endif
#
%if %{with_python}
%package -n python-libguestfs
Summary: Allows Python scripts to directly use libguestfs
Summary: Provides Python support for libguestfs
Group: System/Filesystems
Provides: libguestfs-python = %{version}
Obsoletes: libguestfs-python < %{version}
%description -n python-libguestfs
Provides Python support for libguestfs.
Allows Python scripts to directly use libguestfs.
%endif
#
%if %{with_ruby}
@ -237,22 +237,7 @@ Summary: Ruby bindings for libguestfs
Group: System/Filesystems
%description -n rubygem-libguestfs
Ruby bindings for libguestfs.
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, P2V, V2V,
performing partial backups, cloning VMs, and much else besides.
libguestfs can access nearly any type of filesystem including: all known types
of Linux filesystem (ext2/3/4, XFS, btrfs etc), any Windows filesystem (VFAT
and NTFS), any Mac OS X and BSD filesystems, LVM2 volume management, MBR and
GPT disk partitions, raw disks, qcow2, VirtualBox VDI, VMWare VMDK, CD and DVD
ISOs, SD cards, and dozens more. libguestfs doesn't need root permissions.
All this functionality is available through a convenient shell called
guestfish, or use virt-rescue to get a rescue shell for fixing unbootable
virtual machines.
Allows Ruby scripts to directly use libguestfs.
%endif
%package data
@ -266,7 +251,7 @@ an image.
%package devel
Summary: Development files for libguestfs
Group: Development/System
Group: Development/Libraries/Other
%description devel
Development files for libguestfs.