Bump the release, so Obsoletes work properly

This commit is contained in:
Marek Goldmann 2014-01-13 10:23:14 +01:00
parent 3fd2684510
commit 3afdbda68b
1 changed files with 7 additions and 1 deletions

View File

@ -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 <mgoldman@redhat.com> - 4.0.14-2
- Bump the release, so Obsoletes work properly
* Mon Dec 30 2013 Marek Goldmann <mgoldman@redhat.com> - 4.0.14-1
- Upstream release 4.0.14.Final