Commit b4068bb2 authored by Jonathan Perkin's avatar Jonathan Perkin

fix

parent 1e342b45
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
# Macros we use which are not available in all versions of RPM # Macros we use which are not available in all versions of RPM
%if 0%{defined expand} %if 0%{defined expand}
%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}} %define defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}} %define undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
%endif %endif
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment