2 |
%define name e-smith-samba |
%define name e-smith-samba |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.14.1 |
%define version 1.14.1 |
5 |
%define release 1 |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
|
Patch1: e-smith-samba-1.14.1-admingroup.patch |
12 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-2 |
25 |
|
- Only create admin group if Domain Admins exists [SME: 3646] |
26 |
|
|
27 |
* Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-1 |
* Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-1 |
28 |
- Roll new tarball and bump version for 3.0.25b version [SME: 3495] |
- Roll new tarball and bump version for 3.0.25b version [SME: 3495] |
29 |
|
|
963 |
|
|
964 |
%prep |
%prep |
965 |
%setup |
%setup |
966 |
|
%patch1 -p1 |
967 |
|
|
968 |
%build |
%build |
969 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |