mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
fix
This commit is contained in:
parent
1e342b455d
commit
b4068bb2fe
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
|
||||
# Macros we use which are not available in all versions of RPM
|
||||
%if 0%{defined expand}
|
||||
%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
|
||||
%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
|
||||
%define defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
|
||||
%define undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
|
||||
%endif
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue