[4.0] 6dc740f Add manual Provides for libvarnishapi.so.1.

Lasse Karstensen lkarsten at varnish-software.com
Tue Apr 1 15:09:54 CEST 2014


commit 6dc740f00a7d079d4464b0716e4f899632e712b8
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Mar 27 12:11:10 2014 +0100

    Add manual Provides for libvarnishapi.so.1.
    
    find-provides did not pick up on libvarnishapi.so.1 for varnish-libs
    automatically, and find-requires for the main package did. This meant
    that package pair was uninstallable.
    
    I don't quite know why this is happening, so I'm working around it
    with a hardcoded Provides for now. This is on the critical path for
    4.0 release.

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 6f35ecc..0d0537c 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -49,6 +49,7 @@ available on the following web site: http://www.varnish-cache.org/
 Summary: Libraries for %{name}
 Group: System Environment/Libraries
 BuildRequires: ncurses-devel
+Provides: libvarnishapi.so.1
 #Obsoletes: libvarnish1
 
 %description libs



More information about the varnish-commit mailing list