1 |
# $Id: smeserver-userpanel.spec,v 1.6 2016/07/19 13:24:34 unnilennium Exp $ |
# $Id: smeserver-userpanel.spec,v 1.13 2017/05/31 19:29:59 unnilennium Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
Summary: Provide a user panel to let users to change delegated server settings. |
Summary: Provide a user panel to let users to change delegated server settings. |
6 |
%define name smeserver-userpanel |
%define name smeserver-userpanel |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1 |
%define version 1.2 |
9 |
%define release 7 |
%define release 3 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
Obsoletes: e-smith-userpanel |
Obsoletes: e-smith-userpanel |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
Patch0: smeserver-userpanel-1.1.bz9093.user_alias.patch |
#Patch0: smeserver-userpanel-1.1.bz9093.user_alias.patch |
23 |
Patch1:smeserver-userpanel-1.1.bz9678.Koozali_manager.patch |
#Patch1:smeserver-userpanel-1.1.bz9678.Koozali_manager.patch |
24 |
Patch2: smeserver-userpanel-1.1.bz8026.redirectionOnLogout.patch |
#Patch2: smeserver-userpanel-1.1.bz8026.redirectionOnLogout.patch |
25 |
|
|
26 |
%description |
%description |
27 |
SME Server enhancement to create a user manager panel where users can |
SME Server enhancement to create a user manager panel where users can |
32 |
Panels can be delegated at user, group or global levels |
Panels can be delegated at user, group or global levels |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
* Tue May 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme |
* Wed May 31 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-3.sme |
36 |
|
- rebuild archive to fix [SME: 8026] |
37 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
38 |
|
by assuming the date is correct and changing the weekday. |
39 |
|
|
40 |
|
* Tue May 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-8.sme |
41 |
- fix bad redirection on logout or timeout [SME: 8026] |
- fix bad redirection on logout or timeout [SME: 8026] |
42 |
|
|
43 |
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
179 |
- many other changes |
- many other changes |
180 |
- [1.6.0-1] |
- [1.6.0-1] |
181 |
|
|
182 |
* Thu May 21 2003 Stephen Noble <support@dungog.net> |
* Wed May 21 2003 Stephen Noble <support@dungog.net> |
183 |
|
Thu May 21 2003 --> Thu May 15 2003 or Wed May 21 2003 or Thu May 22 2003 or .... |
184 |
- Fix 90e-smithAccess30user, httpd failed with 500?+ users |
- Fix 90e-smithAccess30user, httpd failed with 500?+ users |
185 |
- [1.0-11] |
- [1.0-11] |
186 |
|
|
347 |
- [0.1-2] |
- [0.1-2] |
348 |
- added post (un)install scripts to expand/reload the relevant templates/services |
- added post (un)install scripts to expand/reload the relevant templates/services |
349 |
|
|
350 |
* Mon Sep 04 2001 Daniel van Raay <danielvr@caa.org.au> |
* Tue Sep 04 2001 Daniel van Raay <danielvr@caa.org.au> |
351 |
- [0.1-1] |
- [0.1-1] |
352 |
- initial release |
- initial release |
353 |
|
|
354 |
%prep |
%prep |
355 |
%setup |
%setup |
356 |
%patch0 -p1 |
#%patch0 -p1 |
357 |
%patch1 -p1 |
#%patch1 -p1 |
358 |
%patch2 -p1 |
#%patch2 -p1 |
359 |
|
|
360 |
%build |
%build |
361 |
perl createlinks |
perl createlinks |
379 |
%preun |
%preun |
380 |
|
|
381 |
%post |
%post |
382 |
|
# dirty workaround to fix the index and multiple login windows |
383 |
|
/bin/touch /etc/e-smith/web/panels/user/html/index.html |
384 |
|
|
385 |
#/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf |
#/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf |
386 |
#/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
#/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |