forked from saltbundle/saltbundlepy-libvirt-sle16
Compare commits
1 Commits
bundle_tes
...
bundle_tes
| Author | SHA256 | Date | |
|---|---|---|---|
|
3f23348f39
|
@@ -34,8 +34,8 @@ Summary: Library providing a virtualization API
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Languages/Python
|
||||
Source0: %{srcname}-%{version}.tar.gz
|
||||
# Only build for SLE16
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} == 1600)
|
||||
# Only build for SLE16 and TW
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} >= 1600)
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user