Drop procps-ng-3.3.9-watch.patch, really

OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=232
This commit is contained in:
Dr. Werner Fink 2022-03-30 09:57:18 +00:00 committed by Git OBS Bridge
parent 623bf990ba
commit 334392865c
2 changed files with 5 additions and 7 deletions

View File

@ -1 +1 @@
addFilter(".*W:.*shared-lib-calls-exit.*libprocps\.so.*")
addFilter(".*W:.*shared-lib-calls-exit.*libproc-2\.so.*")

View File

@ -35,7 +35,6 @@ URL: https://sf.net/projects/procps-ng/
Source: https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-%{version}.tar.xz
#Alternate: https://gitlab.com/procps-ng/procps/-/archive/v%{version}/procps-v%{version}.tar.gz
Source1: procps-rpmlintrc
Patch0: procps-ng-3.3.9-watch.patch
Patch1: procps-v3.3.3-ia64.diff
Patch3: procps-ng-3.3.9-w-notruncate.diff
Patch7: procps-ng-3.3.8-readeof.patch
@ -120,7 +119,6 @@ the process information pseudo-file system.
%prep
%setup -q -n %{name}-ng-%{version}
# %patch0
%patch1
%patch3 -b .trcate
%patch7 -b .rof
@ -201,11 +199,11 @@ rm -f %{buildroot}%{_mandir}/*/man1/uptime.1
find %{buildroot} -type f -name "*.la" -delete -print
rm -rf %{buildroot}%{_datadir}/doc/procps-ng
if cmp -s %{buildroot}%{_mandir}/man1/procps.1 %{buildroot}%{_mandir}/man1/ps.1
if cmp -s %{buildroot}%{_mandir}/man1/pidwait.1 %{buildroot}%{_mandir}/man1/pkill.1
then
rm -vf %{buildroot}%{_mandir}/man1/procps.1
(cat > %{buildroot}%{_mandir}/man1/procps.1)<<-'EOF'
.so man1/ps.1
rm -vf %{buildroot}%{_mandir}/man1/pidwait.1
(cat > %{buildroot}%{_mandir}/man1/pidwait.1)<<-'EOF'
.so man1/pkill.1
EOF
fi