diff --git a/system-config-bind.spec b/system-config-bind.spec index 63fd2c0..9b9a4f8 100644 --- a/system-config-bind.spec +++ b/system-config-bind.spec @@ -1,11 +1,12 @@ Summary: The Red Hat BIND DNS Configuration Tool. Name: system-config-bind Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System URL: http://people.redhat.com/~jvdias/system-config-bind Source0: %{name}-%{version}.tar.gz +Patch: system-config-bind-4.0.1-i18n.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python, gettext, make, intltool @@ -27,6 +28,7 @@ DNS server. %prep %setup -q +%patch -p1 -b .i18n %build rm -rf $RPM_BUILD_ROOT @@ -91,6 +93,9 @@ if [ "$2" -gt 0 ]; then fi %changelog +* Tue Sep 12 2006 Martin Stransky - 4.0.1-2 +- added patch for #195001 - system-config-bind is not fully localized + * Tue Sep 5 2006 Martin Stransky - 4.0.1-1 - package version bump