From 72cab5ef4f4ef9d83f91a8f9e2219dec5ed44141 Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Aug 26 2008 13:31:21 +0000 Subject: - New gnome style manual (bz#326091) - Fixes hang when signing zone (bz#219788) - Fixes Bind package changes (bz#457369) - Fixes icon reference (bz#219803) - Dependencies changes gnome-python2-gnome (bz#460015) - Repackage with new translations - Other changes --- diff --git a/.cvsignore b/.cvsignore index 31f5665..ec27ff7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-bind-4.0.8.tar.gz +system-config-bind-4.0.9.tar.gz diff --git a/sources b/sources index 1727266..b84a4d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccfa81a4d6c189a52366feb8006b250d system-config-bind-4.0.8.tar.gz +1a763f04661918e189b49d248de5ba13 system-config-bind-4.0.9.tar.gz diff --git a/system-config-bind.spec b/system-config-bind.spec index d5e70e7..27825f2 100644 --- a/system-config-bind.spec +++ b/system-config-bind.spec @@ -1,6 +1,6 @@ Summary: BIND DNS Configuration Tool Name: system-config-bind -Version: 4.0.8 +Version: 4.0.9 Release: 1%{?dist} URL: http://fedorahosted.org/system-config-bind License: GPLv2 @@ -9,7 +9,8 @@ Source0: https://fedorahosted.org/releases/s/y/system-config-bind/%{name} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python, gettext, make, intltool, desktop-file-utils -Requires: pygtk2, gnome-python2, pygtk2-libglade, gnome-python2-canvas +BuildRequires: gnome-doc-utils, docbook-dtds, scrollkeeper +Requires: pygtk2, gnome-python2-gnome, pygtk2-libglade, gnome-python2-canvas Requires: bind, bind-utils, usermode, xdg-utils Requires(post): hicolor-icon-theme @@ -54,14 +55,13 @@ rm -rf %{buildroot} %{_bindir}/bindconf %{_datadir}/system-config-bind %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/system-config-bind.png +%{_datadir}/icons/hicolor/48x48/apps/preferences-network-dns.png %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-bind %config(noreplace) %{_sysconfdir}/security/console.apps/bindconf %config(noreplace) %{_sysconfdir}/pam.d/system-config-bind %config(noreplace) %{_sysconfdir}/pam.d/bindconf -%doc docs/scb_manual.html -%doc docs/rhdocs-man.css -%doc docs/figs +%doc %{_datadir}/omf/system-config-bind +%doc %{_datadir}/gnome/help/system-config-bind %doc COPYING %post @@ -81,6 +81,15 @@ if [ "$1" -eq 0 ]; then fi; %changelog +* Tue Aug 26 2008 Jaroslav Reznik - 4.0.9-1 +- New gnome style manual (bz#326091) +- Fixes hang when signing zone (bz#219788) +- Fixes Bind package changes (bz#457369) +- Fixes icon reference (bz#457713) +- Dependencies changes gnome-python2-gnome (bz#460015) +- Repackage with new translations +- Other changes + * Mon May 26 2008 Radek Brich - 4.0.8-1 - fix delegation-only zone creation (bz#323291) - allow subdomain delegation (i.e. make Domain Name field editable)