Accepting request 840417 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer supported, please use "...": lib64 == lib64. OBS-URL: https://build.opensuse.org/request/show/840417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=123
This commit is contained in:
parent
94d963c835
commit
48f689767f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 11:25:35 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.16: error: bare words are no longer
|
||||
supported, please use "...": lib64 == lib64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 13:40:02 UTC 2019 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
4
tcl.spec
4
tcl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tcl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -153,7 +153,7 @@ ln -sf tclsh%TCL_MINOR %buildroot%_prefix/bin/tclsh
|
||||
mkdir -p %buildroot%_datadir/tcl
|
||||
install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
|
||||
|
||||
%if %_lib == lib64
|
||||
%if "%_lib" == "lib64"
|
||||
%post
|
||||
test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user