From 272ffbad46b556086b57ee46790a8a1606a680cb1799ff0c1a6b7f2761296b80 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 14 Nov 2012 16:53:23 +0000 Subject: [PATCH] - adjust License tag, libguestfs0 is LGPL-2.1, rest is GPL-2 - add COPYING.LIB to subpackage - remove AUTHORS and README files from doc section OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=156 --- libguestfs.changes | 7 +++++++ libguestfs.spec | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libguestfs.changes b/libguestfs.changes index 12d5864..8063abe 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 14 17:51:16 CET 2012 - ohering@suse.de + +- adjust License tag, libguestfs0 is LGPL-2.1, rest is GPL-2 +- add COPYING.LIB to subpackage +- remove AUTHORS and README files from doc section + ------------------------------------------------------------------- Wed Nov 14 17:30:40 CET 2012 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index 469e252..74f3d91 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -94,7 +94,7 @@ BuildRequires: hivex-devel Url: http://libguestfs.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Compatibility package for guestfs-tools -License: LGPL-2.1 +License: GPL-2 Group: System/Filesystems Version: 1.19.59 Release: 0 @@ -325,6 +325,7 @@ guestfish, or use virt-rescue to get a rescue shell for fixing unbootable virtual machines. %package -n libguestfs0 +License: LGPL-2.1 Summary: Runtime library of libguestfs Group: System/Filesystems @@ -619,6 +620,7 @@ rm -rf $RPM_BUILD_ROOT %files -n libguestfs0 %defattr(-,root,root) +%doc COPYING.LIB %{_libdir}/*.so.* %files devel @@ -635,7 +637,7 @@ rm -rf $RPM_BUILD_ROOT %files -n guestfs-tools -f %{name}.lang %defattr(-,root,root) -%doc AUTHORS COPYING README +%doc COPYING %{_bindir}/* %config(noreplace) /etc/libguestfs-tools.conf %config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh