1 |
# $Id: e-smith-samba.spec,v 1.2 2016/04/12 10:42:41 unnilennium Exp $ |
# $Id: e-smith-samba.spec,v 1.3 2016/05/12 21:16:42 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith specific Samba configuration files and templates |
Summary: e-smith specific Samba configuration files and templates |
4 |
%define name e-smith-samba |
%define name e-smith-samba |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-samba-2.6.0-displayCharset.patch |
Patch0: e-smith-samba-2.6.0-displayCharset.patch |
14 |
|
Patch1: e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch |
15 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
40 |
AutoReqProv: no |
AutoReqProv: no |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
44 |
|
- Fix deprecated syntax '~' in rsyslog [SME: 9398] |
45 |
|
- added e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch |
46 |
|
|
47 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
48 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
49 |
|
|
1235 |
%prep |
%prep |
1236 |
%setup |
%setup |
1237 |
%patch0 -p1 |
%patch0 -p1 |
1238 |
|
%patch1 -p1 |
1239 |
|
|
1240 |
%build |
%build |
1241 |
perl createlinks |
perl createlinks |