[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/system-config-bind/FC-3 system-config-bind.spec,1.16,1.17
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/system-config-bind/FC-3 system-config-bind.spec,1.16,1.17
- Date: Fri, 15 Jul 2005 20:35:13 -0400
Author: jvdias
Update of /cvs/dist/rpms/system-config-bind/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv3289
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-3/system-config-bind.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- system-config-bind.spec 5 May 2005 23:06:59 -0000 1.16
+++ system-config-bind.spec 16 Jul 2005 00:35:10 -0000 1.17
@@ -1,7 +1,7 @@
Summary: The Red Hat BIND DNS Configuration Tool.
Name: system-config-bind
Version: 4.0.0
-Release: 16
+Release: 18
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,14 +81,23 @@
fi;
%changelog
+* Fri Jul 15 2005 Jason Vas Dias <jvdias redhat com> - 4.0.0-18
+- 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 redhat com> - 4.0.0-16
+- fix bug 157207: allow build to succeed if bind package is not installed
+
* Thu May 05 2005 Jason Vas Dias <jvdias redhat com> - 4.0.0-16
- fix out-of-zone data reporting
- out-of-zone string comparison should be case-insensitive
- fix bug 156913: wrong file permissions for config files
* Wed May 04 2005 Jason Vas Dias <jvdias redhat com> - 4.0.0-12
-- fix bug 156884: regenerate system-config-bind.glade for FC-3;
- handle named.conf with NO options clause .
+- fix bug 156884: handle named.conf with NO options clause .
* Wed Apr 27 2005 Jason Vas Dias <jvdias redhat com> - 4.0.0-10
- Add User Guide & Manual in /usr/share/doc/system-config-bind-%{version}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]