From 9f5609ad6a89384fd91af2bebb050160141f47a5 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Mon, 11 Nov 2024 17:04:11 +0800 Subject: [PATCH] Fix the file "examples" being listed twice. (cherry picked from commit 484af85b6e85d4d7c08e15d2230a756cd59e4855) --- beakerlib.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/beakerlib.spec b/beakerlib.spec index ab94882..e1b5be9 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.29.3 -Release: 2 +Release: 3 License: GPLv2 BuildArch: noarch URL: https://github.com/%{name}/%{name} @@ -75,11 +75,12 @@ Files for syntax highlighting BeakerLib tests in VIM editor %files help %{_mandir}/man1/%{name}*1* %dir %{_pkgdocdir} -%dir %{_pkgdocdir}/examples -%dir %{_pkgdocdir}/examples/* %doc %{_pkgdocdir}/* %changelog +* Mon Nov 11 2024 xuguangmin - 1.29.3-3 +- Fix the file "examples" being listed twice. + * Thu Nov 16 2023 zhangxianting - 1.29.3-2 - fix modifying beakerlib deja summary execution