From 78523bf96c8d061550e1fadc61ee3cef36b5b424 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sat, 21 Mar 2020 21:28:34 +0800 Subject: [PATCH] delete yacc.1.gz from help package that conficts with yacc-help --- bison.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bison.spec b/bison.spec index 23202b9..c698511 100644 --- a/bison.spec +++ b/bison.spec @@ -1,6 +1,6 @@ Name: bison Version: 3.5 -Release: 1 +Release: 2 Summary: A GNU general-purpose parser generator License: GPLv3+ URL: http://www.gnu.org/software/bison/ @@ -72,6 +72,7 @@ fi %files help %defattr(-,root,root) +%exclude %{_mandir}/man1/yacc.1.gz %{_docdir}/bison/{NEWS,THANKS,TODO} %{_mandir}/man1/* %{_infodir}/bison* @@ -88,6 +89,12 @@ fi %{_datadir}/locale/*/LC_MESSAGES/bison-gnulib.mo %changelog +* Sat Mar 21 2020 openEuler Buildteam 3.5-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:exclude yacc.gz from help + * Tue Jan 7 2020 openEuler Buildteam 3.5-1 - Type:enhancement - ID:NA -- Gitee