1 |
# $Id: e-smith-manager.spec,v 1.2 2013/01/31 23:25:05 slords Exp $ |
# $Id: e-smith-manager.spec,v 1.8 2013/03/06 20:20:26 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith manager navigation module |
Summary: e-smith manager navigation module |
4 |
%define name e-smith-manager |
%define name e-smith-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 3 |
%define release 7 |
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 |
|
Patch1: e-smith-manager-2.4.0-Back.patch |
14 |
|
Patch2: e-smith-manager-2.4.0-pwauth.patch |
15 |
|
Patch3: e-smith-manager-2.4.0-remove_mod_ssl.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildRequires: gettext |
BuildRequires: gettext |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
21 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
22 |
Requires: perl(Apache:AuthTkt) |
Requires: pwauth |
23 |
|
Requires: perl(Apache::AuthTkt) |
24 |
Requires: perl-suidperl |
Requires: perl-suidperl |
25 |
Provides: server-manager |
Provides: server-manager |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme |
30 |
|
- Do not load mod_ssl [SME: 7602] |
31 |
|
|
32 |
|
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme |
33 |
|
- Correct path to pwauth [SME: 7319] |
34 |
|
|
35 |
|
* Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
36 |
|
- Correct processing of server-manager URL [SME: 7254] |
37 |
|
|
38 |
|
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
39 |
|
- Fix typo in perl(Apache::AuthTkt) requires [SME: 7236] |
40 |
|
|
41 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
42 |
- Add perl-suidperl dependency [SME: 7236] |
- Add perl-suidperl dependency [SME: 7235] |
43 |
|
|
44 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
45 |
- Add perl(Apache:AuthTkt) dependency [SME: 7236] |
- Add perl(Apache::AuthTkt) dependency [SME: 7236] |
46 |
|
|
47 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
48 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
651 |
|
|
652 |
%prep |
%prep |
653 |
%setup |
%setup |
654 |
|
%patch1 -p1 |
655 |
|
%patch2 -p1 |
656 |
|
%patch3 -p1 |
657 |
|
|
658 |
%build |
%build |
659 |
perl createlinks |
perl createlinks |