/[smeserver]/rpms/e-smith-manager/sme9/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme9/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by slords, Thu Jan 31 23:37:37 2013 UTC Revision 1.14 by vip-ire, Sun Jan 31 21:54:06 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-manager.spec,v 1.4 2013/01/31 23:27:51 slords Exp $  # $Id: e-smith-manager.spec,v 1.13 2016/01/06 15:05:33 vip-ire 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.6.0
7  %define release 4  %define release 3
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-manager-2.4.0-access_sm_from_console_over_plain.patch
14    Patch1: e-smith-manager-2.4.0-dont_rewrite_to_https_from_localhost.patch
15  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
17  BuildRequires: gettext  BuildRequires: gettext
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  Requires: e-smith-lib >= 1.18.0-26  Requires: e-smith-lib >= 1.18.0-26
20  Requires: mod_auth_tkt  Requires: mod_auth_tkt
21    Requires: pwauth
22  Requires: perl(Apache::AuthTkt)  Requires: perl(Apache::AuthTkt)
23  Requires: perl-suidperl  Requires: perl-suidperl
24  Provides: server-manager  Provides: server-manager
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
29    - Don't redirect to http when login in/out of the server-manager from
30      localhost [SME: 9163]
31    
32    * Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
33    - Allow access to the server-manager without SSL from the loopback
34      [SME: 9163]
35    
36    * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
37    - Roll new stream to remove obsolete images [SME: 7962]
38    
39    * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
40    - Remove references to obsolete images, by Stephane de Labrusse [SME: 7962]
41    
42    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
43    - Renew donation text in server-manager, by John Crisp [SME: 7897]
44    
45    * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
46    - Do not load mod_ssl [SME: 7602]
47    
48    * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
49    - Correct path to pwauth [SME: 7319]
50    
51    * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
52    - Correct processing of server-manager URL [SME: 7254]
53    
54  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
55  - Fix perl(Apache::AuthTkt) requires  - Fix typo in perl(Apache::AuthTkt) requires [SME: 7236]
56    
57  * 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
58  - Add perl-suidperl dependency [SME: 7235]  - Add perl-suidperl dependency [SME: 7235]
# Line 638  This RPM contributes the navigation bars Line 667  This RPM contributes the navigation bars
667    
668  %prep  %prep
669  %setup  %setup
670    %patch0 -p1
671    %patch1 -p1
672    
673  %build  %build
674  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed