From 0fddccad17eb28714048a867a8c0d85ff07f9fde Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:31:48 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-yamlloader.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-yamlloader.spec b/python-yamlloader.spec index bb09c1f..2e97098 100644 --- a/python-yamlloader.spec +++ b/python-yamlloader.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yamlloader Version: 1.0.0 -Release: 1 +Release: 2 Summary: Ordered YAML loader and dumper for PyYAML. License: MIT URL: https://github.com/Phynix/yamlloader @@ -37,7 +37,7 @@ Provides: python3-yamlloader-doc This module provides loaders and dumpers for PyYAML. %prep -%autosetup -n yamlloader-1.0.0 -S git +%autosetup -n yamlloader-1.0.0 -p1 %build %py3_build @@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.0-2 +- DESC: delete -S git from %autosetup + * Mon Jul 19 2021 OpenStack_SIG - 1.0.0-1 - Package Spec generate