forked from pool/libguestfs
- Update spec file licenses to GPL-2.0-or-later
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=485
This commit is contained in:
parent
e135b4bcc8
commit
a7c0f2faa1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 15:53:39 MDT 2021 - carnold@suse.com
|
||||
|
||||
- Update spec file licenses to GPL-2.0-or-later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 10:31:29 MDT 2021 - carnold@suse.com
|
||||
|
||||
|
@ -139,7 +139,7 @@ BuildRequires: gtk2-devel
|
||||
URL: http://libguestfs.org/
|
||||
Summary: Compatibility package for guestfs-tools
|
||||
# Upstream patches
|
||||
License: GPL-2.0-only
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
# Upstream
|
||||
Patch1: e26cfa44-daemon-Build-with--pthread.patch
|
||||
@ -185,7 +185,6 @@ performing partial backups, cloning VMs, and much else besides.
|
||||
|
||||
%package -n guestfs-tools
|
||||
Summary: Tools for accessing and modifying virtual machine disk images
|
||||
License: GPL-2.0-only
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
Requires: libguestfs0 = %{version}
|
||||
@ -237,7 +236,6 @@ virtual machines.
|
||||
|
||||
%package -n guestfsd
|
||||
Summary: Daemon for the libguestfs appliance
|
||||
License: GPL-2.0-only
|
||||
Conflicts: libaugeas0 < 1.0.0
|
||||
|
||||
%description -n guestfsd
|
||||
@ -250,14 +248,12 @@ This package is only required for building the appliance.
|
||||
%package -n ocaml-libguestfs
|
||||
Summary: OCaml bindings for libguestfs
|
||||
#
|
||||
License: GPL-2.0-only
|
||||
|
||||
%description -n ocaml-libguestfs
|
||||
Allows OCaml scripts to directly use libguestfs.
|
||||
|
||||
%package -n ocaml-libguestfs-devel
|
||||
Summary: Development files for libguesfs OCaml bindings
|
||||
License: GPL-2.0-only
|
||||
|
||||
%description -n ocaml-libguestfs-devel
|
||||
Allows OCaml scripts to directly use libguestfs.
|
||||
@ -266,7 +262,6 @@ Allows OCaml scripts to directly use libguestfs.
|
||||
%if %{with perl_bindings}
|
||||
%package -n perl-Sys-Guestfs
|
||||
Summary: Perl bindings for libguestfs
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
@ -293,7 +288,6 @@ Allows Perl scripts to directly use libguestfs.
|
||||
%if %{with lua_bindings}
|
||||
%package -n lua-libguestfs
|
||||
Summary: Lua bindings for libguestfs
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: lua-devel
|
||||
%define _configure_lua --enable-lua
|
||||
#
|
||||
@ -307,7 +301,6 @@ Allows lua scripts to directly use libguestfs.
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%package -n python3-libguestfs
|
||||
Summary: Python 3 bindings for libguestfs
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%define _configure_python --enable-python
|
||||
#
|
||||
@ -322,7 +315,6 @@ Allows Python 3 scripts to directly use libguestfs.
|
||||
%if %{with ruby_bindings}
|
||||
%package -n rubygem-libguestfs
|
||||
Summary: Ruby bindings for libguestfs
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: ruby
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: rubygem(rake)
|
||||
@ -335,7 +327,6 @@ Allows Ruby scripts to directly use libguestfs.
|
||||
|
||||
%package test
|
||||
Summary: Testcases for libguestfs
|
||||
License: GPL-2.0-only
|
||||
Requires: %{name}
|
||||
|
||||
%description test
|
||||
@ -438,7 +429,6 @@ Recommends: ldmtool
|
||||
Recommends: guestfs-winsupport
|
||||
|
||||
Summary: Virtual machine needed for libguestfs
|
||||
License: GPL-2.0-only
|
||||
Provides: libguestfs-data = %{version}
|
||||
Obsoletes: libguestfs-data < %{version}
|
||||
|
||||
@ -448,7 +438,6 @@ This package provides such an image, an initrd and a kernel.
|
||||
|
||||
%package -n guestfs-winsupport
|
||||
Summary: Windows guest support in libguestfs
|
||||
License: GPL-2.0-or-later
|
||||
Requires: libguestfs >= 1.32
|
||||
BuildRequires: ntfs-3g
|
||||
BuildRequires: ntfsprogs
|
||||
@ -459,7 +448,6 @@ Provides the needed pieces for libguestfs to handle Windows guests.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libguestfs
|
||||
License: GPL-2.0-only
|
||||
Requires: libguestfs0 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -472,7 +460,6 @@ performing partial backups, cloning VMs, and much else besides.
|
||||
|
||||
%package -n libguestfs0
|
||||
Summary: Runtime library of libguestfs
|
||||
License: LGPL-2.1-only
|
||||
Requires: %{kvm_binary}
|
||||
Requires: db48-utils
|
||||
Requires: guestfs-data >= %{version}
|
||||
@ -501,7 +488,6 @@ virtual machines.
|
||||
|
||||
%package -n virt-v2v
|
||||
Summary: Convert a virtual machine to run on KVM
|
||||
License: GPL-2.0-only
|
||||
Requires: libguestfs0 = %{version}
|
||||
Requires: qemu-block-ssh
|
||||
# Conflicts with the old perl version
|
||||
@ -515,7 +501,6 @@ from libvirt-managed hosts.
|
||||
%if %{with p2v}
|
||||
%package -n virt-p2v
|
||||
Summary: Convert a physical machine to run on KVM
|
||||
License: GPL-2.0-only
|
||||
Requires: gawk
|
||||
Requires: virt-v2v = %{version}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user