From 6f8c583e09031275ac5c752627e44036b941f90f Mon Sep 17 00:00:00 2001 From: small_leek Date: Mon, 13 Jan 2020 01:46:06 -0500 Subject: [PATCH] add spec file --- yaml-cpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 91cf691..f1f1a62 100755 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -5,7 +5,7 @@ Summary: A YAML parser and emitter in C++. License: MIT URL: https://github.com/jbeder/yaml-cpp Source0: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz -Patch2: CVE-2017-5950.patch +Patch0001: CVE-2017-5950.patch BuildRequires: cmake gcc gcc-c++ %description