packages: Firebird/Firebird.spec - devel pulls too much

glen glen at pld-linux.org
Tue Jun 30 18:13:50 CEST 2009


Author: glen                         Date: Tue Jun 30 16:13:50 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- devel pulls too much

---- Files affected:
packages/Firebird:
   Firebird.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: packages/Firebird/Firebird.spec
diff -u packages/Firebird/Firebird.spec:1.65 packages/Firebird/Firebird.spec:1.66
--- packages/Firebird/Firebird.spec:1.65	Sat Aug 23 21:41:58 2008
+++ packages/Firebird/Firebird.spec	Tue Jun 30 18:13:44 2009
@@ -5,6 +5,14 @@
 # - create classic server/super server subpackages and drop bcond
 #   (see firebird2 on debian how to do it)
 # - logrotate script
+# - make -devel not to pull so many deps:
+#Firebird-devel-2.1.1.17910-2.i486 marks Firebird-2.1.1.17910-1.i486 (cap /usr/lib/interbase/bin)
+# Firebird-2.1.1.17910-1.i486 marks rc-inetd-0.17-2.noarch (cap /etc/sysconfig/rc-inetd)
+#  rc-inetd-0.17-2.noarch marks inetd-0.17-12.i486 (cap inetdaemon)
+#   inetd-0.17-12.i486 marks tcp_wrappers-7.6-43.i486 (cap tcp_wrappers)
+#    tcp_wrappers-7.6-43.i486 marks libwrap-7.6-43.i486 (cap libwrap = 7.6-43)
+#error: Firebird-2.1.1.17910-1.i486: req Firebird-lib = 2.1.1.17910-1 not found
+#There are 6 packages to install (5 marked by dependencies):
 #
 # Conditional build:
 %bcond_with	ss	# Super Server (standalone daemon instead of inetd service)
@@ -258,13 +266,13 @@
 
 %triggerpostun -- %{name} < 2.1.1.17910-2
 if [ -f %{ibdir}/aliases.conf.rpmsave ]; then
-  mv -f %{ibdir}/aliases.conf.rpmsave %{_sysconfdir}/firebird/aliases.conf
+	mv -f %{ibdir}/aliases.conf.rpmsave %{_sysconfdir}/firebird/aliases.conf
 fi
 if [ -f %{ibdir}/firebird.conf.rpmsave ]; then
-  mv -f %{ibdir}/firebird.conf.rpmsave %{_sysconfdir}/firebird/firebird.conf
+	mv -f %{ibdir}/firebird.conf.rpmsave %{_sysconfdir}/firebird/firebird.conf
 fi
 if [ -f %{ibdir}/security2.fdb.rpmsave ]; then
-  mv -f %{ibdir}/security2.fdb.rpmsave /var/lib/firebird/security2.fdb
+	mv -f %{ibdir}/security2.fdb.rpmsave /var/lib/firebird/security2.fdb
 fi
 
 %files
@@ -334,6 +342,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2009/06/30 16:13:44  glen
+- devel pulls too much
+
 Revision 1.65  2008/08/23 19:41:58  charles
 - moved fb_config to -devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Firebird/Firebird.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list