From a9dc3a5e142e8828b696bc657b08ac78604bbee4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:33:57 -0400 Subject: [PATCH] import librabbitmq-0.9.0-3.el8 --- SPECS/librabbitmq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/librabbitmq.spec b/SPECS/librabbitmq.spec index 2d9749a..4d2c515 100644 --- a/SPECS/librabbitmq.spec +++ b/SPECS/librabbitmq.spec @@ -10,7 +10,7 @@ Name: librabbitmq Summary: Client library for AMQP Version: 0.9.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/alanxz/rabbitmq-c Source0: https://github.com/alanxz/rabbitmq-c/archive/v%{version}.tar.gz @@ -41,7 +41,7 @@ for %{name}. %package tools Summary: Example tools built using the librabbitmq package -Requires: %{name}%{?_isa} = %{version} +Requires: %{name}%{?_isa} = %{version}-%{release} %description tools This package contains example tools built using %{name}. @@ -106,6 +106,9 @@ make test %changelog +* Tue Sep 29 2020 Than Ngo - 0.9.0-3 +- Resolves: #1857831, rpmdiff + * Mon Apr 06 2020 Than Ngo - 0.9.0-2 - Resolves: #1809992, CVE-2019-18609