Metaproxy conflicts with CF 2.12.5 and earlier
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Mar 2012 11:14:00 +0000 (13:14 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 30 Mar 2012 11:15:00 +0000 (13:15 +0200)
This is because Metaproxy is running as a different user now -
and old lock files etc, previously created as "nobody" would cause
permission problems for CF.

debian/control
metaproxy.spec

index 321c606..9d89187 100644 (file)
@@ -16,6 +16,7 @@ Package: metaproxy
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, libmetaproxy4 (= ${Source-Version})
+Conflicts: cf-engine (<= 2.12.5)
 Description: Z39.50/SRU router (main executable)
  This is a universal router, proxy and encapsulated metasearcher
  for information retrieval protocols. It accepts, processes, interprets
index 62e075a..6e5a252 100644 (file)
@@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix} /etc/metaproxy
 BuildRequires: pkgconfig, libyaz4-devel >= 4.2.27, libyazpp4-devel >= 1.2.7
 BuildRequires: libxslt-devel, boost-devel
+Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.com/metaproxy
 Group:  Applications/Internet