Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-09-29 10:09:15 -07:00
parent 303d92a6df
commit 121d2c8823

View File

@ -1,4 +1,4 @@
%if 0%{?fedora} %if 0%{?fedora} || 0%{?rhel} > 7
%global with_python3 1 %global with_python3 1
%endif %endif
@ -6,7 +6,7 @@
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 1.1.13 Version: 1.1.13
Release: 1%{?dist} Release: 2%{?dist}
Summary: Modular and flexible ORM library for python Summary: Modular and flexible ORM library for python
Group: Development/Libraries Group: Development/Libraries
@ -126,6 +126,9 @@ PYTHONPATH=. "$pytest3" test
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 01.1.13-2
- Cleanup spec file conditionals
* Sat Aug 05 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.13 * Sat Aug 05 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.13
- version 1.1.13 - version 1.1.13