rpms/system-config-bind/FC-4 system-config-bind.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 16 00:25:11 UTC 2005


Author: jvdias

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

Modified Files:
	system-config-bind.spec 
Log Message:
- fix bug 163304: handle empty contents in Zone.out
- fix bug 161988: create links to .mo files for bindconf
- fix bug 161987: don't use substring of translated string in DNSsec TrustedKeys
- fix bug 159534: add descriptions to deprecated record types
- fix bug 158441: shorten NamedConfOptions description strings



Index: system-config-bind.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/FC-4/system-config-bind.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- system-config-bind.spec	10 May 2005 01:10:11 -0000	1.32
+++ system-config-bind.spec	16 Jul 2005 00:25:08 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: 	The Red Hat BIND DNS Configuration Tool.
 Name: 		system-config-bind
 Version: 	4.0.0
-Release: 	16_FC4
+Release: 	18_FC4
 License: 	GPL
 Group: 		Applications/System
 URL: 		http://people.redhat.com/~jvdias/system-config-bind
@@ -34,11 +34,14 @@
 %install
 make install      ROOT=%{buildroot}
 %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
 
-%files -f %{name}.lang
+%files -f scb.lang
 %defattr(-,root,named,-)
 /usr/share/system-config-bind
 /usr/sbin/system-config-bind
@@ -78,6 +81,13 @@
 fi;
 
 %changelog
+* Fri Jul 15 2005 Jason Vas Dias <jvdias at redhat.com> - 4.0.0-18_FC4
+- fix bug 163304: handle empty contents in Zone.out
+- fix bug 161988: create links to .mo files for bindconf
+- fix bug 161987: don't use substring of translated string in DNSsec TrustedKeys
+- fix bug 159534: add descriptions to deprecated record types
+- fix bug 158441: shorten NamedConfOptions description strings
+
 * Mon May 08 2005 Jason Vas Dias <jvdias at redhat.com> - 4.0.0-16_FC4
 - fix bug 157207:  allow build to succeed if bind package is not installed
 




More information about the fedora-cvs-commits mailing list