!15 [sync] PR-14: 修复rpmargs/rpmfile/rpmelfsym/rpmpeek/rpmsodiff/rpmsoname命令找不到问题

From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2024-06-20 09:00:49 +00:00 committed by Gitee
commit 43711b6bfd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 23 deletions

View File

@ -1,21 +0,0 @@
diff -up rpmdevtools-9.5/Makefile.am.orig rpmdevtools-9.5/Makefile.am
--- rpmdevtools-9.5/Makefile.am.orig 2021-12-10 11:37:29.889405680 +0100
+++ rpmdevtools-9.5/Makefile.am 2021-12-10 11:37:34.637495820 +0100
@@ -1,4 +1,4 @@
-SUBDIRS = emacs qa-robot
+SUBDIRS = emacs
pkgsysconfdir = $(sysconfdir)/rpmdevtools
bashcompdir = @bashcompdir@
diff -up rpmdevtools-9.5/Makefile.in.orig rpmdevtools-9.5/Makefile.in
--- rpmdevtools-9.5/Makefile.in.orig 2021-12-10 11:37:31.073428158 +0100
+++ rpmdevtools-9.5/Makefile.in 2021-12-10 11:37:38.304565439 +0100
@@ -317,7 +317,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = emacs qa-robot
+SUBDIRS = emacs
pkgsysconfdir = $(sysconfdir)/rpmdevtools
bin_SCRIPTS = rpmdev-newinit rpmdev-newspec rpmdev-rmdevelrpms
dist_bin_SCRIPTS = rpmdev-checksig rpmdev-diff rpmdev-extract rpmdev-md5 \

View File

@ -1,6 +1,6 @@
Name: rpmdevtools
Version: 9.6
Release: 2
Release: 3
Summary: RPM Development Tools
License: GPLv2+ and GPLv2
@ -8,7 +8,6 @@ URL: https://pagure.io/rpmdevtools
Source0: https://releases.pagure.org/rpmdevtools/%{name}-%{version}.tar.xz
Patch0001: 0001-Force-legacy-datestamp-while-RHBZ-1715412-is-still-a.patch
Patch0002: 0002-rpmdevtools-9.5-no_qa_robot.patch
Patch0003: 0003-fix-return-value-error-for-rpminfo.patch
BuildArch: noarch
@ -63,6 +62,9 @@ echo ".so man1/rpmdev-spectool.1" > %{buildroot}%{_mandir}/man1/spectool.1
%{_mandir}/man[18]/*.[18]*
%changelog
* Thu Jun 20 2024 wulei <wu_lei@hoperun.com> - 9.6-3
- Fix command not found
* Fri Dec 1 2023 liyanan <liyanan61@h-partners.com> - 9.6-2
- Add requires python3dist(progressbar2)