From 4f8d422906a1dc0bf91eb9120b7a9e7623e89072 Mon Sep 17 00:00:00 2001 From: yaqwer <980830296@qq.com> Date: Wed, 15 Jan 2020 05:44:01 +0800 Subject: [PATCH] optimization the patch --- http-parser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/http-parser.spec b/http-parser.spec index 3f961fb..f93cea3 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -1,6 +1,6 @@ Name: http-parser Version: 2.9.2 -Release: 1 +Release: 2 Summary: HTTP request/response parser for C License: MIT @@ -27,6 +27,7 @@ Features: %package devel Summary: Development headers and static libraries +Requires: %{name} = %{version}-%{release} %description devel Development headers and static libraries for http-parser. @@ -81,5 +82,8 @@ EOF %doc AUTHORS README.md %changelog +* Wed Jan 15 2020 openEuler Buildteam - 2.9.2-2 +- optimization the patch + * Sat Aug 31 2019 openEuler Buildteam - 2.9.2-1 - Package init