1 |
# $Id: smeserver-userpanel.spec,v 1.3 2015/10/17 18:24:32 stephdl Exp $ |
# $Id: smeserver-userpanel.spec,v 1.11 2017/05/31 17:04:44 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 5 |
%define release 1 |
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 |
24 |
|
#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 |
28 |
authenticate with their own username/password and change selected |
authenticate with their own username/password and change selected |
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 |
|
* Wed May 31 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-1.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] |
42 |
|
|
43 |
|
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
44 |
|
- adapt to the new color of manager for Koozali [SME: 9678] |
45 |
|
- thanks to John Crisp for this great work. |
46 |
|
|
47 |
* Thu Oct 15 2015 Michel Begue <mab974@gmail.com> 1.1-5.sme |
* Thu Oct 15 2015 Michel Begue <mab974@gmail.com> 1.1-5.sme |
48 |
- Add an alias in db key for userpanel [SME:9093] |
- Add an alias in db key for userpanel [SME:9093] |
49 |
|
|
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 |
358 |
|
#%patch2 -p1 |
359 |
|
|
360 |
%build |
%build |
361 |
perl createlinks |
perl createlinks |