SPECS: pdns.spec - missing requires from backend subpackages to ma...

zboczuch zboczuch at pld-linux.org
Tue Dec 27 20:10:48 CET 2005


Author: zboczuch                     Date: Tue Dec 27 19:10:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing requires from backend subpackages to main package (due
  to unresolved symbols reported during starting service with different
  versions of main package and backend)

---- Files affected:
SPECS:
   pdns.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/pdns.spec
diff -u SPECS/pdns.spec:1.49 SPECS/pdns.spec:1.50
--- SPECS/pdns.spec:1.49	Fri Nov 18 00:12:31 2005
+++ SPECS/pdns.spec	Tue Dec 27 20:10:43 2005
@@ -3,7 +3,7 @@
 Summary(pl):	PowerDNS to wielofunkcyjny serwer nazw korzystający z relacyjnych baz danych
 Name:		pdns
 Version:	2.9.19
-Release:	1
+Release:	2
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
@@ -56,6 +56,7 @@
 Summary:	PowerDNS support for custom pipe backend
 Summary(pl):	Wsparcie PowerDNS dla własnego mechanizmu przechowywania stref
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description backend-pipe
 This package allows creation of own backend using simple STDIN/STDOUT
@@ -71,6 +72,7 @@
 Summary:	PowerDNS support for PostgreSQL
 Summary(pl):	Wsparcie PowerDNS dla baz PostgresQL
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description backend-gpgsql
 This package allows zone storage in PostgreSQL relational db tables.
@@ -83,6 +85,7 @@
 Summary:	PowerDNS support for MySQL
 Summary(pl):	Wsparcie PowerDNS dla baz MySQL
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description backend-gmysql
 This package allows zone storage in MySQL relational db tables.
@@ -95,6 +98,7 @@
 Summary:	PowerDNS support for LDAP
 Summary(pl):	Wsparcie PowerDNS dla baz LDAP
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description backend-ldap
 This package allows zone storage in LDAP directory.
@@ -211,6 +215,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2005/12/27 19:10:43  zboczuch
+- missing requires from backend subpackages to main package (due
+  to unresolved symbols reported during starting service with different
+  versions of main package and backend)
+
 Revision 1.49  2005/11/17 23:12:31  zbyniu
 - strbind patch obsoleted
 - ldap backend works for me => rel 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pdns.spec?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list