Accepting request 878235 from home:1Antoine1:branches:Base:System
- Don't install translated man pages for non-installed binaries (uptime, kill). OBS-URL: https://build.opensuse.org/request/show/878235 OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=218
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 21:34:06 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Don't install translated man pages for non-installed binaries
|
||||
(uptime, kill).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 18:57:37 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
||||
@@ -193,7 +193,9 @@ install -d %{buildroot}/sbin
|
||||
rm -f %{buildroot}%{_bindir}/kill
|
||||
rm -f %{buildroot}%{_bindir}/uptime
|
||||
rm -f %{buildroot}%{_mandir}/man1/kill.1
|
||||
rm -f %{buildroot}%{_mandir}/*/man1/kill.1
|
||||
rm -f %{buildroot}%{_mandir}/man1/uptime.1
|
||||
rm -f %{buildroot}%{_mandir}/*/man1/uptime.1
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
rm -rf %{buildroot}%{_datadir}/doc/procps-ng
|
||||
|
||||
|
||||
Reference in New Issue
Block a user