1 |
# $Id: e-smith-ldap.spec,v 1.6 2016/07/24 15:36:18 unnilennium Exp $ |
# $Id: e-smith-ldap.spec,v 1.7 2016/07/24 15:37:08 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - LDAP module |
Summary: e-smith server and gateway - LDAP module |
4 |
%define name e-smith-ldap |
%define name e-smith-ldap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.6.0 |
%define version 5.6.0 |
7 |
%define release 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch |
Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch |
14 |
Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch |
Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch |
15 |
|
Patch2: e-smith-ldap-5.6.0-strong_encryption.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
30 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme |
34 |
|
- Disable SSLv3, but keep the possibility to enable it again [SME: 10108] |
35 |
|
- Better default cipher suite, and honor global suite [SME: 10108] |
36 |
|
|
37 |
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme |
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme |
38 |
- systemd skip redirect [SME: 9688] |
- systemd skip redirect [SME: 9688] |
39 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
1014 |
%setup |
%setup |
1015 |
%patch0 -p1 |
%patch0 -p1 |
1016 |
%patch1 -p1 |
%patch1 -p1 |
1017 |
|
%patch2 -p1 |
1018 |
|
|
1019 |
%build |
%build |
1020 |
perl createlinks |
perl createlinks |