rpms/system-config-bind/devel system-config-bind.spec, 1.41, 1.42 sources, 1.33, 1.34 .cvsignore, 1.17, 1.18 Makefile, 1.6, 1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 22:37:06 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/system-config-bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28510

Modified Files:
	system-config-bind.spec sources .cvsignore Makefile 
Log Message:
fix IPv6 address labels; fix A/AAAA record origin selection with reverse IP forwarder zones; remove CVS directories wrongly included in previous versions


Index: system-config-bind.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/devel/system-config-bind.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- system-config-bind.spec	9 Aug 2005 18:41:49 -0000	1.41
+++ system-config-bind.spec	15 Aug 2005 22:37:03 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: 	The Red Hat BIND DNS Configuration Tool.
 Name: 		system-config-bind
 Version: 	4.0.0
-Release: 	28_FC5
+Release: 	30_FC5
 License: 	GPL
 Group: 		Applications/System
 URL: 		http://people.redhat.com/~jvdias/system-config-bind
@@ -36,7 +36,6 @@
 %find_lang %{name} || touch %{name}.lang;
 %find_lang bindconf || touch bindconf.lang;
 cat %{name}.lang bindconf.lang > scb.lang
-ln -s bindconf.pot $RPM_BUILD_ROOT/usr/share/system-config-bind/po/system-config-bind.pot
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -80,7 +79,23 @@
    fi;
 fi;
 
+%triggerin -n system-config-bind -- system-config-bind <= 4.0.0-28
+if [ "$2" -gt 0 ]; then
+#  remove some CVS directories that got included by mistake, which can cause
+#  "initializing from defaults" to fail
+   [ -d /usr/share/system-config-bind/profiles/CVS ] && /bin/rm -rf /usr/share/system-config-bind/profiles/CVS;	
+   [ -d /usr/share/system-config-bind/profiles/default/CVS ] && /bin/rm -rf /usr/share/system-config-bind/profiles/default/CVS;	
+   [ -d /usr/share/system-config-bind/profiles/default/named/CVS ] && /bin/rm -rf /usr/share/system-config-bind/profiles/default/named/CVS; 
+   :;
+fi
+
 %changelog
+* Mon Aug 15 2005 Jason Vas Dias <jvdias at redhat.com> - 4.0.0-30
+- fix IPv6 address labelling
+- fix reverse IP zone origin selection menus for A & AAAA records
+  when there are forwarder reverse IP zones
+- remove CVS directories mistakenly included in previous versions
+
 * Tue Aug 09 2005 Jason Vas Dias <jvdias at redhat.com> - 4.0.0-28
 - fix bug 165445: relax restriction on no address records for origin
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	9 Aug 2005 18:41:49 -0000	1.33
+++ sources	15 Aug 2005 22:37:03 -0000	1.34
@@ -1 +1 @@
-2fe45451c6da770271be8549b0ed1ed0  system-config-bind-4.0.0-28_FC5.tar.gz
+2749f15f37577df26ef26355987c4e69  system-config-bind-4.0.0-30_FC5.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	9 Aug 2005 18:41:49 -0000	1.17
+++ .cvsignore	15 Aug 2005 22:37:03 -0000	1.18
@@ -14,3 +14,4 @@
 system-config-bind-4.0.0-24_FC5.tar.gz
 system-config-bind-4.0.0-26_FC5.tar.gz
 system-config-bind-4.0.0-28_FC5.tar.gz
+system-config-bind-4.0.0-30_FC5.tar.gz


Index: Makefile
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/devel/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	8 Aug 2005 16:29:19 -0000	1.6
+++ Makefile	15 Aug 2005 22:37:03 -0000	1.7
@@ -7,6 +7,6 @@
 
 
 tar: 	
-	tar -cpf - system-config-bind-$(VERSION)/{Makefile,*.py,profiles,pixmaps,system-config-bind{.glade,.desktop.in,.console,.pam},scb_manual.{pdf,odt},po/{Makefile,*.po,*.pot},desktop.pot} | gzip >  system-config-bind-$(VERSION)-$(RELEASE).tar.gz
+	tar -cpf - system-config-bind-$(VERSION)/{Makefile,*.py,profiles/default/{named.conf,named/{localdomain.zone,localhost.zone,named.broadcast,named.ip6.local,named.local,named.zero}},pixmaps/*.png,system-config-bind{.glade,.desktop.in,.console,.pam},scb_manual.{pdf,odt},po/{Makefile,*.po,*.pot},desktop.pot} | gzip >  system-config-bind-$(VERSION)-$(RELEASE).tar.gz
 
 




More information about the fedora-cvs-commits mailing list