mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
af971a8594bd8c472b301c0d194addae5fc56397
was failing so it was replaced with the longer %if version.
%{!?foo: %define foo bar}
changed to
%if %{undefined foo}
%define foo bar
%endif
Description
No description provided
Languages
C
70.2%
Shell
19.9%
Assembly
5.1%
M4
1.9%
Python
1.6%
Other
1.3%