1 |
# $Id: smeserver-userpanel.spec,v 1.3 2021/02/24 03:36:24 jpp 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 4 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
16 |
Patch0: %{name}-%{version}-v10_init.patch |
Patch0: %{name}-%{version}-v10_init.patch |
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 |
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} |
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 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme |
44 |
- update to httpd 2.4 access syntax [SME: 12064] |
- update to httpd 2.4 access syntax [SME: 12064] |
45 |
thanks to Vasarhelyi Zsolt |
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-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme |
* Tue Feb 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-3.sme |
50 |
- add -update event to avoid reboot [SME: 11079] |
- add -update event to avoid reboot [SME: 11079] |
51 |
also fix detection of userpassword file |
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 |
|
|
377 |
%patch0 -p1 |
%patch0 -p1 |
378 |
%patch1 -p1 |
%patch1 -p1 |
379 |
%patch2 -p1 |
%patch2 -p1 |
380 |
|
%patch3 -p1 |
381 |
|
%patch4 -p1 |
382 |
|
%patch5 -p1 |
383 |
|
|
384 |
%build |
%build |
385 |
perl createlinks |
perl createlinks |