]> granicus.if.org Git - zfs/commit
Spec file update, for some reason the following shorthand syntax
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Jun 2009 17:34:40 +0000 (10:34 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Jun 2009 17:34:40 +0000 (10:34 -0700)
commitaf971a8594bd8c472b301c0d194addae5fc56397
treea7a16a23fa092ed5cc28b9d05dea10767ba83f62
parente28bc9160d4dd0706f9c65bf35062bea41f20ebb
Spec file update, for some reason the following shorthand syntax
was failing so it was replaced with the longer %if version.

%{!?foo: %define foo bar}

changed to

%if %{undefined foo}
 %define foo bar
%endif
spl.spec.in