Remove old netty4 obsoletes/provides.

This commit is contained in:
Severin Gehwolf 2016-10-20 18:03:22 +02:00
parent c949336ace
commit 23702d5f6d
1 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,6 @@ URL: https://netty.io/
Source0: https://github.com/netty/netty/archive/netty-%{namedversion}.tar.gz
Patch0: 0001-Remove-OpenSSL-parts-depending-on-tcnative.patch
Patch1: 0002-Remove-NPN-ALPN.patch
#Patch1: transport-native-epoll-configure-fix.patch
BuildRequires: maven-local
BuildRequires: mvn(ant-contrib:ant-contrib)
@ -47,9 +46,6 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildRequires: mvn(kr.motd.maven:os-maven-plugin)
BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on)
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
@ -133,6 +129,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%doc LICENSE.txt NOTICE.txt
%changelog
* Thu Oct 20 2016 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.42-1
- Remove old netty4 provides/obsoletes.
* Thu Oct 20 2016 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.42-1
- Update to upstream 4.0.42 release.
- Resolves RHBZ#1380921