From 9f8a24b2cf8e7e72e444946a1c44ca0330b0043f Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 3 Feb 2020 09:53:47 +0800 Subject: [PATCH] fix missing files --- zsh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/zsh.spec b/zsh.spec index 456c752..d53d8c5 100644 --- a/zsh.spec +++ b/zsh.spec @@ -2,7 +2,7 @@ Name: zsh Version: 5.7.1 -Release: 2 +Release: 3 Summary: A shell designed for interactive use License: MIT URL: http://zsh.sourceforge.net @@ -122,14 +122,20 @@ fi %config(noreplace) %{_sysconfdir}/skel/.z* %config(noreplace) %{_sysconfdir}/z* +%{_datadir}/zsh %files help %doc Doc/*.html %{_mandir}/*/* %{_infodir}/* -%{_datadir}/zsh %changelog +* Mon Feb 3 2020 openEuler Buildteam - 5.7.1-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fix missing files + * Wed Jan 15 2020 openEuler Buildteam - 5.7.1-2 - Type:enhancement - ID:NA