From 2a3d8b249aa68e811df96f77fcd1884b5df9002e Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:37:46 +0800 Subject: [PATCH] update code --- libdmx.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libdmx.spec b/libdmx.spec index 1ff433f..861a639 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -1,6 +1,6 @@ Name: libdmx Version: 1.1.4 -Release: 5 +Release: 6 Summary: Distributed Multihead X extension library License: MIT URL: https://xorg.freedesktop.org/ @@ -44,7 +44,7 @@ make check %files %defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libdmx.so.* %files devel @@ -59,6 +59,12 @@ make check %{_mandir}/man3/* %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.1.4-6 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + * Sat Aug 31 2019 openEuler Buildteam - 1.1.4-5 - Package init