From 8ed22781d9b091612004a0efbd9faeaf9d6099bc Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 17 Mar 2011 11:56:22 +0000 Subject: [PATCH] Provide openconnect-devel-static to fix bug 688349 I'll switch to using a shared library soon, but for now as we've *just* started moving this stuff to a library, I'd rather not be trying to follow sane soname rules. --- openconnect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openconnect.spec b/openconnect.spec index c9234f7..149328e 100644 --- a/openconnect.spec +++ b/openconnect.spec @@ -1,6 +1,6 @@ Name: openconnect Version: 3.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open client for Cisco AnyConnect VPN Group: Applications/Internet @@ -22,6 +22,7 @@ This package provides a client for Cisco's "AnyConnect" VPN, which uses HTTPS and DTLS protocols. %package devel +Provides: openconnect-devel-static = %{version}-%{release} Summary: Development package for OpenConnect VPN authentication tools Group: Applications/Internet @@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/openconnect.pc %changelog +* Thu Mar 17 2011 David Woodhouse - 3.01-2 +- Provide openconnect-devel-static (#688349) + * Wed Mar 9 2011 David Woodhouse - 3.01-1 - Update to 3.01.