From 564780bb721cfdc0b11002c4a7bc90b04228ea70 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 8 Sep 2022 15:07:44 +0800 Subject: [PATCH] fix obsoletes in spec --- libfastjson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfastjson.spec b/libfastjson.spec index 9988a40..fd13065 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,6 +1,6 @@ Name: libfastjson Version: 0.99.9 -Release: 1 +Release: 2 Summary: JSON-C - A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson @@ -16,7 +16,7 @@ provide: a small library with essential json handling functions, sufficiently good json support (not 100% standards compliant), be very fast in processing. -Obsoletes: %{name} +Obsoletes: %{name} < %{version}-%{release} %package devel Summary: Development files for libfastjson @@ -56,6 +56,9 @@ make V=1 check %{_libdir}/pkgconfig/libfastjson.pc %changelog +* Thu Sep 8 2022 panxiaohe - 0.99.9-2 +- fix obsoletes in spec + * Tue Nov 30 2021 panxiaohe - 0.99.9-1 - update to 0.99.9 -- Gitee