diff --git a/zstd.changes b/zstd.changes index 2602955..877c7e0 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 24 14:36:12 CEST 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Wed Mar 28 15:04:25 UTC 2018 - idonmez@suse.com diff --git a/zstd.spec b/zstd.spec index f409c52..3bc3d1b 100644 --- a/zstd.spec +++ b/zstd.spec @@ -101,16 +101,16 @@ CFLAGS="%{optflags}" make %{?_smp_mflags} -C tests test-zstd %{_mandir}/man1/zstd.1* %{_mandir}/man1/unzstd.1* %{_mandir}/man1/zstdcat.1* -%doc COPYING LICENSE +%license COPYING LICENSE %files -n %{libname} %defattr(-,root,root,-) %{_libdir}/libzstd.so.* -%doc COPYING LICENSE +%license COPYING LICENSE %files -n lib%{name}-devel %defattr(-,root,root,-) -%doc COPYING LICENSE +%license COPYING LICENSE %{_includedir}/zbuff.h %{_includedir}/zdict.h %{_includedir}/zstd.h