Fix the file "examples" being listed twice.

(cherry picked from commit 484af85b6e85d4d7c08e15d2230a756cd59e4855)
This commit is contained in:
xuguangmin 2024-11-11 17:04:11 +08:00 committed by openeuler-sync-bot
parent 1aa70016b9
commit 9f5609ad6a

View File

@ -1,7 +1,7 @@
Name: beakerlib Name: beakerlib
Summary: A shell-level integration testing library Summary: A shell-level integration testing library
Version: 1.29.3 Version: 1.29.3
Release: 2 Release: 3
License: GPLv2 License: GPLv2
BuildArch: noarch BuildArch: noarch
URL: https://github.com/%{name}/%{name} URL: https://github.com/%{name}/%{name}
@ -75,11 +75,12 @@ Files for syntax highlighting BeakerLib tests in VIM editor
%files help %files help
%{_mandir}/man1/%{name}*1* %{_mandir}/man1/%{name}*1*
%dir %{_pkgdocdir} %dir %{_pkgdocdir}
%dir %{_pkgdocdir}/examples
%dir %{_pkgdocdir}/examples/*
%doc %{_pkgdocdir}/* %doc %{_pkgdocdir}/*
%changelog %changelog
* Mon Nov 11 2024 xuguangmin <xuguangmin@kylinos.cn> - 1.29.3-3
- Fix the file "examples" being listed twice.
* Thu Nov 16 2023 zhangxianting <zhangxianting@uniontech.com> - 1.29.3-2 * Thu Nov 16 2023 zhangxianting <zhangxianting@uniontech.com> - 1.29.3-2
- fix modifying beakerlib deja summary execution - fix modifying beakerlib deja summary execution