| |
@@ -1,4 +1,4 @@
|
| |
- %if 0%{?fedora}
|
| |
+ %if 0%{?fedora} || 0%{?rhel} > 7
|
| |
%global with_python3 1
|
| |
%endif
|
| |
|
| |
@@ -6,7 +6,7 @@
|
| |
|
| |
Name: python-%{bname}
|
| |
Version: 5.2
|
| |
- Release: 10%{?dist}
|
| |
+ Release: 11%{?dist}
|
| |
Summary: A python module wrapper for os.path
|
| |
|
| |
License: MIT
|
| |
@@ -98,6 +98,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Tue Jan 16 2018 Troy Dawson <tdawson@redhat.com> - 5.2-11
|
| |
+ - Update conditional
|
| |
+
|
| |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-10
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
| |
|
| |