From ff1317086021dff7b6350646ce42782fb7da2769 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:51:47 +0800 Subject: [PATCH] update code --- rpmrebuild.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rpmrebuild.spec b/rpmrebuild.spec index 0f169fa..57654c5 100644 --- a/rpmrebuild.spec +++ b/rpmrebuild.spec @@ -1,6 +1,6 @@ Name: rpmrebuild Version: 2.11 -Release: 5 +Release: 6 Summary: A tool to build a rpm file from the rpm database License: GPLv2+ URL: http://rpmrebuild.sourceforge.net @@ -39,7 +39,8 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/ %files %defattr(-,root,root) -%doc AUTHORS COPYING COPYRIGHT +%doc AUTHORS +%license COPYING COPYRIGHT %attr(0755,root,root) %{_bindir}/rpmrebuild %attr(0755,root,root) %{_prefix}/lib/rpmrebuild/plugins/*.sh %attr(0755,root,root) %{_prefix}/lib/rpmrebuild/*.src @@ -56,5 +57,11 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/ %{_mandir}/fr/man1/*.gz %changelog +* Sat Oct 19 2019 openEuler Buildteam - 2.11-6 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + * Wed Sep 11 2019 openEuler Buildteam - 2.11-5 - Package init