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:
parent
469445cf2c
commit
a2e5b3e9bb
@ -171,7 +171,7 @@ This package is only required for building the appliance.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for libguestfs
|
Summary: Documentation for libguestfs
|
||||||
Group: Documentation
|
Group: Documentation/Other
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation for libguestfs.
|
Documentation for libguestfs.
|
||||||
@ -198,37 +198,37 @@ Summary: Provides OCaml support for libguestfs
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description -n ocaml-libguestfs
|
%description -n ocaml-libguestfs
|
||||||
Allows OCaml scripts to directly use libguestfs
|
Allows OCaml scripts to directly use libguestfs.
|
||||||
|
|
||||||
%package -n ocaml-libguestfs-devel
|
%package -n ocaml-libguestfs-devel
|
||||||
Summary: Provides OCaml support for libguestfs
|
Summary: Provides OCaml support for libguestfs
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
|
|
||||||
%description -n ocaml-libguestfs-devel
|
%description -n ocaml-libguestfs-devel
|
||||||
Allows OCaml scripts to directly use libguestfs
|
Allows OCaml scripts to directly use libguestfs.
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_perl}
|
%if %{with_perl}
|
||||||
%package -n perl-Sys-Guestfs
|
%package -n perl-Sys-Guestfs
|
||||||
Summary: Allows Perl scripts to directly use libguestfs
|
Summary: Provides Perl support for libguestfs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Provides: libguestfs-perl = %{version}
|
Provides: libguestfs-perl = %{version}
|
||||||
Obsoletes: libguestfs-perl < %{version}
|
Obsoletes: libguestfs-perl < %{version}
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
|
|
||||||
%description -n perl-Sys-Guestfs
|
%description -n perl-Sys-Guestfs
|
||||||
Provides Perl support for libguestfs.
|
Allows Perl scripts to directly use libguestfs.
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
%package -n python-libguestfs
|
%package -n python-libguestfs
|
||||||
Summary: Allows Python scripts to directly use libguestfs
|
Summary: Provides Python support for libguestfs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Provides: libguestfs-python = %{version}
|
Provides: libguestfs-python = %{version}
|
||||||
Obsoletes: libguestfs-python < %{version}
|
Obsoletes: libguestfs-python < %{version}
|
||||||
|
|
||||||
%description -n python-libguestfs
|
%description -n python-libguestfs
|
||||||
Provides Python support for libguestfs.
|
Allows Python scripts to directly use libguestfs.
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_ruby}
|
%if %{with_ruby}
|
||||||
@ -237,22 +237,7 @@ Summary: Ruby bindings for libguestfs
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description -n rubygem-libguestfs
|
%description -n rubygem-libguestfs
|
||||||
Ruby bindings for libguestfs.
|
Allows Ruby scripts to directly use 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.
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
@ -266,7 +251,7 @@ an image.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libguestfs
|
Summary: Development files for libguestfs
|
||||||
Group: Development/System
|
Group: Development/Libraries/Other
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for libguestfs.
|
Development files for libguestfs.
|
||||||
|
Loading…
Reference in New Issue
Block a user