From d6f70446008d2ffc99ec3b5c27d66f081d4da405 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 23 Dec 2020 10:27:59 +0800 Subject: [PATCH] Keep spec name same as package --- scons.spec => python-scons.spec | 5 ++++- scons.yaml => python-scons.yaml | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename scons.spec => python-scons.spec (97%) rename scons.yaml => python-scons.yaml (100%) diff --git a/scons.spec b/python-scons.spec similarity index 97% rename from scons.spec rename to python-scons.spec index 7cdaf23..6f54f5a 100644 --- a/scons.spec +++ b/python-scons.spec @@ -1,6 +1,6 @@ Name: scons Version: 3.1.1 -Release: 3 +Release: 4 Summary: An Open Source software construction tool License: MIT URL: http://www.scons.org @@ -102,6 +102,9 @@ popd %license %{name}-%{version}/src/LICENSE.txt %changelog +* Wed Dec 23 2020 lingsheng - 3.1.1-4 +- Keep spec name same as package + * Tue Oct 20 2020 zhanghua - 3.1.1-3 - remove python2 subpackage diff --git a/scons.yaml b/python-scons.yaml similarity index 100% rename from scons.yaml rename to python-scons.yaml