[libvirt] [perl PATCH 5/6] Use %license for LICENSE file instead of %doc

Daniel P. Berrangé posted 6 patches 6 years, 11 months ago
[libvirt] [perl PATCH 5/6] Use %license for LICENSE file instead of %doc
Posted by Daniel P. Berrangé 6 years, 11 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 perl-Sys-Virt.spec.PL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/perl-Sys-Virt.spec.PL b/perl-Sys-Virt.spec.PL
index 35f8e01..dd26412 100644
--- a/perl-Sys-Virt.spec.PL
+++ b/perl-Sys-Virt.spec.PL
@@ -66,7 +66,8 @@ virtualization containers to be managed with a consistent API.
 ./Build test
 
 %files
-%doc AUTHORS Changes LICENSE README examples/
+%license LICENSE
+%doc AUTHORS Changes README examples/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Sys*
 %{_mandir}/man3/*
-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [perl PATCH 5/6] Use %license for LICENSE file instead of %doc
Posted by Ján Tomko 6 years, 11 months ago
On Tue, Jun 05, 2018 at 06:44:00PM +0100, Daniel P. Berrangé wrote:
>Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>---
> perl-Sys-Virt.spec.PL | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list