1 |
# $Id: smeserver-userpanel.spec,v 1.1 2020/11/04 16:01:56 michel Exp $ |
# $Id: smeserver-userpanel.spec,v 1.7 2022/11/22 19:05:35 jpp Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-userpanel |
%define name smeserver-userpanel |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.4 |
%define version 1.4 |
9 |
%define release 2 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
URL: http://wiki.contribs.org |
URL: http://wiki.contribs.org |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
|
Patch0: %{name}-%{version}-v10_init.patch |
17 |
|
Patch1: smeserver-userpanel-1.4-bz11079.patch |
18 |
|
Patch2: smeserver-userpanel-1.4-bz12064-24syntax.patch |
19 |
|
Patch3: smeserver-userpanel-1.4-bz11390-systemctl.patch |
20 |
|
Patch4: smeserver-userpanel-1.4-bz10964-infotxt.patch |
21 |
|
Patch5: smeserver-userpanel-1.4-bz12235.patch |
22 |
|
|
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
25 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
26 |
|
Requires: e-smith-apache >= 2.6.0-19 |
27 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
Obsoletes: e-smith-userpanel |
Obsoletes: e-smith-userpanel |
29 |
AutoReqProv: no |
AutoReqProv: no |
|
Patch0: %{name}-%{version}-v10_init.patch |
|
30 |
|
|
31 |
%description |
%description |
32 |
SME Server enhancement to create a user manager panel where users can |
SME Server enhancement to create a user manager panel where users can |
37 |
Panels can be delegated at user, group or global levels |
Panels can be delegated at user, group or global levels |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme |
41 |
|
- prevent manager locking on reconfiguration [SME: 12235] |
42 |
|
|
43 |
|
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme |
44 |
|
- update to httpd 2.4 access syntax [SME: 12064] |
45 |
|
thanks to Vasarhelyi Zsolt |
46 |
|
- fix call to svc in place of systemctl [SME: 11390] |
47 |
|
- remove reference to info.txt [SME: 10964] |
48 |
|
|
49 |
|
* Tue Feb 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-3.sme |
50 |
|
- add -update event to avoid reboot [SME: 11079] |
51 |
|
also fix detection of userpassword file |
52 |
|
|
53 |
* Mon Nov 02 2020 Michel Begue <mab974@gmail.com> 1.4-2.sme |
* Mon Nov 02 2020 Michel Begue <mab974@gmail.com> 1.4-2.sme |
54 |
- Initial release for sme10 [SME: 11079] |
- Initial release for sme10 [SME: 11079] |
55 |
|
|
56 |
* Wed May 31 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-3.sme |
* Wed May 31 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-3.sme |
57 |
- rebuild archive to fix [SME: 8026] |
- rebuild archive to fix [SME: 8026] |
58 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
59 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
60 |
|
|
61 |
* Tue May 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-8.sme |
* Tue May 30 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.1-8.sme |
62 |
- fix bad redirection on logout or timeout [SME: 8026] |
- fix bad redirection on logout or timeout [SME: 8026] |
63 |
|
|
64 |
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
* Tue Jul 19 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.1-6.sme |
65 |
- adapt to the new color of manager for Koozali [SME: 9678] |
- adapt to the new color of manager for Koozali [SME: 9678] |
66 |
- thanks to John Crisp for this great work. |
- thanks to John Crisp for this great work. |
67 |
|
|
375 |
%prep |
%prep |
376 |
%setup |
%setup |
377 |
%patch0 -p1 |
%patch0 -p1 |
378 |
|
%patch1 -p1 |
379 |
|
%patch2 -p1 |
380 |
|
%patch3 -p1 |
381 |
|
%patch4 -p1 |
382 |
|
%patch5 -p1 |
383 |
|
|
384 |
%build |
%build |
385 |
perl createlinks |
perl createlinks |