--- rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/11/05 19:06:46 1.55 +++ rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/11/10 18:51:10 1.56 @@ -1,10 +1,10 @@ -# $Id: e-smith-samba.spec,v 1.54 2010/11/03 18:55:20 slords Exp $ +# $Id: e-smith-samba.spec,v 1.55 2010/11/05 19:06:46 slords Exp $ Summary: e-smith specific Samba configuration files and templates %define name e-smith-samba Name: %{name} %define version 2.2.0 -%define release 36 +%define release 37 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -37,6 +37,7 @@ Patch24: e-smith-samba-2.2.0-remove-doma Patch25: e-smith-samba-2.2.0-better-ldap.patch Patch26: e-smith-samba-2.2.0-store_ldap_pw.patch Patch27: e-smith-samba-2.2.0-usergroup-mapping.patch +Patch28: e-smith-samba-2.2.0-fixe_create_machine_accounts.patch Obsoletes: e-smith-netlogon BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -57,6 +58,9 @@ Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog +* Wed Nov 10 2010 Daniel Berteaud 2.2.0-37.sme +- Fix create-machine-accounts script [SME: 6358] + * Fri Nov 5 2010 Shad L. Lords