From 3afdbda68b2d5b1d83b788126c628c2806d821a8 Mon Sep 17 00:00:00 2001 From: Marek Goldmann Date: Mon, 13 Jan 2014 10:23:14 +0100 Subject: [PATCH] Bump the release, so Obsoletes work properly --- netty.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index 6c391d1..96d0943 100644 --- a/netty.spec +++ b/netty.spec @@ -3,7 +3,7 @@ Name: netty Version: 4.0.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An asynchronous event-driven network application framework and tools for Java License: ASL 2.0 URL: https://netty.io/ @@ -25,6 +25,9 @@ BuildRequires: rxtx BuildRequires: protobuf-java BuildRequires: jboss-marshalling +Provides: netty4 = %{version}-%{release} +Obsoletes: netty4 < %{version}-%{release} + %description Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and @@ -76,6 +79,9 @@ Summary: API documentation for %{name} %doc LICENSE.txt NOTICE.txt %changelog +* Mon Jan 13 2014 Marek Goldmann - 4.0.14-2 +- Bump the release, so Obsoletes work properly + * Mon Dec 30 2013 Marek Goldmann - 4.0.14-1 - Upstream release 4.0.14.Final