diff --git a/smbldap-tools.spec b/smbldap-tools.spec index 1290f86..13eaf87 100644 --- a/smbldap-tools.spec +++ b/smbldap-tools.spec @@ -1,7 +1,7 @@ Summary: User and group administration tools for Samba/OpenLDAP Name: smbldap-tools Version: 0.9.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base URL: http://samba.idealx.org/index.en.html @@ -10,12 +10,7 @@ Patch0: smbldap-tools-0.9.2-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: openldap-clients, samba, perl(IO::Socket::SSL) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - -# perl(Unicode::MapUTF8) not available on x86_64, see bugs #182514 and #211866 -#BuildArch: noarch -ExcludeArch: x86_64 -# Debuginfo package would be empty as there are no binaries in this package -%define debug_package %{nil} +BuildArch: noarch %description In conjunction with OpenLDAP and Samba-LDAP servers, this collection is useful @@ -69,6 +64,10 @@ groups and passwords. %{perl_vendorlib}/smbldap_tools.pm %changelog +* Sun Oct 29 2006 Paul Howarth 0.9.2-5 +- perl(Unicode::MapUTF8) now available on x86_64, so remove ExcludeArch + and revert to noarch package (#211866) + * Mon Oct 23 2006 Paul Howarth 0.9.2-4 - Exclude x86_64 as perl(Unicode::MapUTF8) is unavailable (#211866) - A consequence of this is that the package can no longer be noarch