Use python2 explicitly (#1605329).

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
epel8
Randy Barlow 6 years ago
parent 09571d305e
commit f7a55c9741

@ -33,6 +33,9 @@ This package contains OpenPGM related development libraries and header files.
%prep %prep
%setup -q -n libpgm-%{version}~dfsg/openpgm/pgm %setup -q -n libpgm-%{version}~dfsg/openpgm/pgm
sed -i "s:#!/usr/bin/python:#!/usr/bin/python2:" version_generator.py
%build %build
%configure %configure
make %{_smp_mflags} make %{_smp_mflags}
@ -58,6 +61,7 @@ rm %{buildroot}%{_libdir}/libpgm.{a,la}
%changelog %changelog
* Wed Sep 19 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 5.2.122-14 * Wed Sep 19 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 5.2.122-14
- Use python2 explicitly (#1605329).
- Remove unnecessary calls to ldconfig. - Remove unnecessary calls to ldconfig.
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-13 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-13

Loading…
Cancel
Save