Accepting request 995603 from Base:System
- syntax correction of the preinstall scriptlet to avoid creation of file /0 (bnc#1202377) (forwarded request 995205 from suse_weber) OBS-URL: https://build.opensuse.org/request/show/995603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=90
This commit is contained in:
commit
4d9766cbca
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 15 16:48:51 UTC 2022 - <d_werner@gmx.net>
|
||||||
|
|
||||||
|
- syntax correction of the preinstall scriptlet to avoid creation
|
||||||
|
of file /0 (bnc#1202377)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 11 11:55:04 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
Thu Aug 11 11:55:04 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
2
man.spec
2
man.spec
@ -270,7 +270,7 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
|||||||
%service_add_pre man-db-create.service
|
%service_add_pre man-db-create.service
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
if test "$1" > 0 -a -h %{_sysconfdir}/alternatives/man
|
if test "$1" -gt 0 -a -h %{_sysconfdir}/alternatives/man
|
||||||
then
|
then
|
||||||
for ua in man apropos whatis man.1%{ext_man} apropos.1%{ext_man} whatis.1%{ext_man}
|
for ua in man apropos whatis man.1%{ext_man} apropos.1%{ext_man} whatis.1%{ext_man}
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user