Commit 57aee7c16ec7dd18802ea39e4d4a2c1ab85496a5

Authored by Antonio Terceiro
1 parent c24abe94

mailman-api: workaround wrong python path

See https://bugzilla.redhat.com/show_bug.cgi?id=1117878
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
mailman-api/mailman-api.spec
1 1 %define name mailman-api
2 2 %define version 0.3c1
3 3 %define unmangled_version 0.3c1
4   -%define release 1
  4 +%define release 2
5 5  
6 6 Summary: REST API daemon to interact with Mailman 2
7 7 Name: %{name}
... ... @@ -58,7 +58,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
58 58 %setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}
59 59  
60 60 %build
61   -python setup.py build
  61 +PATH="/usr/bin:$PATH" python setup.py build
62 62  
63 63 %install
64 64 python setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
... ...