cmake.prov: use /usr/bin/python (instead of /bin/python)

This commit is contained in:
Rex Dieter 2015-03-18 05:06:38 -05:00
parent de493a3f77
commit 35c8f502e7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/python
# -*- coding:utf-8 -*-
#
# Copyright (C) 2015 Daniel Vrátil <dvratil@redhat.com>

View File

@ -13,7 +13,7 @@
Name: cmake
Version: 3.2.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@ -233,6 +233,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Wed Mar 18 2015 Rex Dieter <rdieter@fedoraproject.org> 3.2.1-3
- cmake.prov: use /usr/bin/python (instead of /bin/python)
* Tue Mar 17 2015 Rex Dieter <rdieter@fedoraproject.org> 3.2.1-2
- RFE: CMake automatic RPM provides (#1202899)