1 |
# $Id: smeserver-userpanel.spec,v 1.4 2022/08/01 19:27:10 jpp Exp $ |
# $Id: smeserver-userpanel.spec,v 1.8 2022/11/22 19:11:22 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 4 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
17 |
Patch1: smeserver-userpanel-1.4-bz11079.patch |
Patch1: smeserver-userpanel-1.4-bz11079.patch |
18 |
Patch2: smeserver-userpanel-1.4-bz12064-24syntax.patch |
Patch2: smeserver-userpanel-1.4-bz12064-24syntax.patch |
19 |
Patch3: smeserver-userpanel-1.4-bz11390-systemctl.patch |
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 |
|
Patch6: smeserver-userpanel-1.4-bz10261-bz12249.patch |
23 |
|
|
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
38 |
Panels can be delegated at user, group or global levels |
Panels can be delegated at user, group or global levels |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Thu Dec 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-6.sme |
42 |
|
- fix translation not expanded [SME: 10261] |
43 |
|
- fix httpd admin stopped [SME: 12249] |
44 |
|
moved actions before template and service actions |
45 |
|
removed inline expand and restart |
46 |
|
|
47 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme |
48 |
|
- prevent manager locking on reconfiguration [SME: 12235] |
49 |
|
|
50 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme |
51 |
- update to httpd 2.4 access syntax [SME: 12064] |
- update to httpd 2.4 access syntax [SME: 12064] |
52 |
thanks to Vasarhelyi Zsolt |
thanks to Vasarhelyi Zsolt |
53 |
- fix call to svc in place of systemctl [SME: 11390] |
- fix call to svc in place of systemctl [SME: 11390] |
54 |
|
- remove reference to info.txt [SME: 10964] |
55 |
|
|
56 |
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme |
* Tue Feb 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-3.sme |
57 |
- add -update event to avoid reboot [SME: 11079] |
- add -update event to avoid reboot [SME: 11079] |
58 |
also fix detection of userpassword file |
also fix detection of userpassword file |
59 |
|
|
60 |
* 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 |
61 |
- Initial release for sme10 [SME: 11079] |
- Initial release for sme10 [SME: 11079] |
62 |
|
|
63 |
* 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 |
64 |
- rebuild archive to fix [SME: 8026] |
- rebuild archive to fix [SME: 8026] |
65 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
66 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
67 |
|
|
68 |
* 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 |
69 |
- fix bad redirection on logout or timeout [SME: 8026] |
- fix bad redirection on logout or timeout [SME: 8026] |
70 |
|
|
71 |
* 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 |
72 |
- adapt to the new color of manager for Koozali [SME: 9678] |
- adapt to the new color of manager for Koozali [SME: 9678] |
73 |
- thanks to John Crisp for this great work. |
- thanks to John Crisp for this great work. |
74 |
|
|
385 |
%patch1 -p1 |
%patch1 -p1 |
386 |
%patch2 -p1 |
%patch2 -p1 |
387 |
%patch3 -p1 |
%patch3 -p1 |
388 |
|
%patch4 -p1 |
389 |
|
%patch5 -p1 |
390 |
|
%patch6 -p1 |
391 |
|
|
392 |
%build |
%build |
393 |
perl createlinks |
perl createlinks |