From 35c8f502e77031990ccf898c8c5ab1087260d54e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 Mar 2015 05:06:38 -0500 Subject: [PATCH] cmake.prov: use /usr/bin/python (instead of /bin/python) --- cmake.prov | 2 +- cmake.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.prov b/cmake.prov index 1d8d538..65c2f08 100644 --- a/cmake.prov +++ b/cmake.prov @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python # -*- coding:utf-8 -*- # # Copyright (C) 2015 Daniel Vrátil diff --git a/cmake.spec b/cmake.spec index 9941ea6..6e89c28 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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 3.2.1-3 +- cmake.prov: use /usr/bin/python (instead of /bin/python) + * Tue Mar 17 2015 Rex Dieter 3.2.1-2 - RFE: CMake automatic RPM provides (#1202899)