/[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.2 by slords, Thu Jan 31 23:25:05 2013 UTC Revision 1.15 by vip-ire, Fri Feb 5 16:41:09 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-manager.spec,v 1.1 2013/01/31 23:06:03 slords Exp $  # $Id: e-smith-manager.spec,v 1.14 2016/01/31 21:54:06 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 2  %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-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: perl(Apache:AuthTkt)  Requires: pwauth
22    Requires: perl(Apache::AuthTkt)
23    Requires: perl-suidperl
24  Provides: server-manager  Provides: server-manager
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
29    - Really don't redirect to http when login in/out of the server-manager
30      [SME: 9163]
31    
32    * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
33    - Don't redirect to http when login in/out of the server-manager from
34      localhost [SME: 9163]
35    
36    * Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
37    - Allow access to the server-manager without SSL from the loopback
38      [SME: 9163]
39    
40    * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
41    - Roll new stream to remove obsolete images [SME: 7962]
42    
43    * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
44    - Remove references to obsolete images, by Stephane de Labrusse [SME: 7962]
45    
46    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
47    - Renew donation text in server-manager, by John Crisp [SME: 7897]
48    
49    * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
50    - Do not load mod_ssl [SME: 7602]
51    
52    * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
53    - Correct path to pwauth [SME: 7319]
54    
55    * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
56    - Correct processing of server-manager URL [SME: 7254]
57    
58    * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
59    - Fix typo in perl(Apache::AuthTkt) requires [SME: 7236]
60    
61    * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
62    - Add perl-suidperl dependency [SME: 7235]
63    
64  * 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
65  - Add perl(Apache:AuthTkt) dependency [SME: 7236]  - Add perl(Apache::AuthTkt) dependency [SME: 7236]
66    
67  * 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
68  - Roll new stream for sme9  - Roll new stream for sme9
# Line 631  This RPM contributes the navigation bars Line 671  This RPM contributes the navigation bars
671    
672  %prep  %prep
673  %setup  %setup
674    %patch0 -p1
675    %patch1 -p1
676    
677  %build  %build
678  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