From 1279ab4422c496d4a0325fee877cb2e8c8024bbe Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 15:26:21 +0800 Subject: [PATCH] Package init --- grep.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/grep.spec b/grep.spec index 69f834e..00f1fae 100644 --- a/grep.spec +++ b/grep.spec @@ -1,6 +1,6 @@ Name: grep Version: 3.1 -Release: 9 +Release: 10 Summary: A string search utility License: GPLv3+ URL: http://www.gnu.org/software/grep/ @@ -47,8 +47,8 @@ make check %files %{_datadir}/locale/* -%doc AUTHORS NEWS README THANKS TODO -%license COPYING +%doc NEWS README THANKS TODO +%license COPYING AUTHORS %{_bindir}/*grep %config(noreplace) %{_sysconfdir}/profile.d/colorgrep.*sh %config(noreplace) %{_sysconfdir}/GREP_COLORS @@ -58,6 +58,12 @@ make check %changelog +* Mon Oct 21 2019 chengquan - 3.1-10 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix package bug + * Mon Aug 19 2019 openEuler Buildteam - 3.1-9 - Package init