!42 backport the patch from upstream

From: @dongyuzhen 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-02-13 08:47:07 +00:00 committed by Gitee
commit a992c10f57
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
Name: rpmrebuild Name: rpmrebuild
Version: 2.18 Version: 2.18
Release: 2 Release: 3
Summary: A tool to build a rpm file from the rpm database Summary: A tool to build a rpm file from the rpm database
License: GPLv2+ License: GPLv2+
URL: http://rpmrebuild.sourceforge.net URL: http://rpmrebuild.sourceforge.net
Source0: https://downloads.sourceforge.net/rpmrebuild/%{name}-%{version}.tar.gz Source0: https://downloads.sourceforge.net/rpmrebuild/%{name}-%{version}.tar.gz
Patch9000: set-the-directory-mode-to-instead-of-omit.patch Patch6000: backport-Set-the-directory-mode-to-instead-of-omit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/
%{_mandir}/fr/man1/*.gz %{_mandir}/fr/man1/*.gz
%changelog %changelog
* Mon Feb 13 2023 dongyuzhen <dongyuzhen@h-partners.com> - 2.18-3
- backport the patch from upstream
* Fri Feb 10 2023 dongyuzhen <dongyuzhen@h-partners.com> - 2.18-2 * Fri Feb 10 2023 dongyuzhen <dongyuzhen@h-partners.com> - 2.18-2
- set the directory mode to '-' instead of omit - set the directory mode to '-' instead of omit