2.1.11-5: make with_python3 be conditional on fedora

This commit is contained in:
David Malcolm 2012-08-01 16:34:26 -04:00
parent dc57424bd3
commit 7ca2991d38

View File

@ -1,4 +1,6 @@
%if 0%{?fedora} > 12
%global with_python3 1
%endif
%define ruby_inc %(pkg-config --cflags ruby-1.9)
%define ruby_sitearch %(ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
@ -8,7 +10,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.1.11
Release: 4%{?dist}
Release: 5%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: %{name}-%{version}.tgz
@ -233,6 +235,9 @@ rm -rf %{buildroot}
%{ruby_sitearch}/selinux.so
%changelog
* Wed Aug 1 2012 David Malcolm <dmalcolm@redhat.com> - 2.1.11-5
- make with_python3 be conditional on fedora
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild