Delete -S git from %autosetup
This commit is contained in:
parent
3463efe60f
commit
4bbd409f44
11
pcs.spec
11
pcs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pcs
|
Name: pcs
|
||||||
Version: 0.10.8
|
Version: 0.10.8
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv2 and BSD-2-Clause and ASL 2.0 and MIT
|
License: GPLv2 and BSD-2-Clause and ASL 2.0 and MIT
|
||||||
URL: https://github.com/ClusterLabs/pcs
|
URL: https://github.com/ClusterLabs/pcs
|
||||||
Summary: Pacemaker Configuration System
|
Summary: Pacemaker Configuration System
|
||||||
@ -45,7 +45,6 @@ Patch0: 0001-Resolve-the-failure-of-field-matching-in-test-cases.patch
|
|||||||
Patch1: 0002-FIX-CVE-2022-1049.patch
|
Patch1: 0002-FIX-CVE-2022-1049.patch
|
||||||
# git for patches
|
# git for patches
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: git-core
|
|
||||||
#printf from coreutils is used in makefile
|
#printf from coreutils is used in makefile
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
# python for pcs
|
# python for pcs
|
||||||
@ -164,7 +163,7 @@ Provides: bundled(pyagentx) = %{pyagentx_version}
|
|||||||
SNMP agent that provides information about pacemaker cluster to the master agent (snmpd)
|
SNMP agent that provides information about pacemaker cluster to the master agent (snmpd)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -S git -n %{pcs_source_name}
|
%autosetup -p1 -n %{pcs_source_name}
|
||||||
|
|
||||||
# -- following is inspired by python-simplejon.el5 --
|
# -- following is inspired by python-simplejon.el5 --
|
||||||
# Update timestamps on the files touched by a patch, to avoid non-equal
|
# Update timestamps on the files touched by a patch, to avoid non-equal
|
||||||
@ -387,6 +386,12 @@ remove_all_tests
|
|||||||
%license pyagentx_LICENSE.txt
|
%license pyagentx_LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2022 wangqiang <wangqiang1@kylinos.cn> - 0.10.8-3
|
||||||
|
- Type:Feature
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete "-S git" from %autosetup
|
||||||
|
|
||||||
* Fri Jun 17 2022 duyiwei <duyiwei@kylinos.cn> - 0.10.8-2
|
* Fri Jun 17 2022 duyiwei <duyiwei@kylinos.cn> - 0.10.8-2
|
||||||
- FIX-CVE-2022-1049
|
- FIX-CVE-2022-1049
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user