7 |
%define name smeserver-smeadmin |
%define name smeserver-smeadmin |
8 |
Name: %{name} |
Name: %{name} |
9 |
%define version 1.6 |
%define version 1.6 |
10 |
%define release 2 |
%define release 7 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
Patch0: smeserver-smeadmin-1.6-bz11062-initial-import.patch |
Patch0: smeserver-smeadmin-1.6-bz11062-initial-import.patch |
17 |
|
Patch1: smeserver-smeadmin-1.6-locale-2021-08-24.patch |
18 |
|
Patch2: smeserver-smeadmin-1.6-locale-2021-09-08.patch |
19 |
|
Patch3: smeserver-smeadmin-1.6-bz10761_real_ssh_port.patch |
20 |
|
Patch4: smeserver-smeadmin-1.6-bz11642-bz1159-authproxy-errorlog.patch |
21 |
|
Patch5: smeserver-smeadmin-1.6-locale-2022-07-29.patch |
22 |
|
Patch6: smeserver-smeadmin-1.6-bz12023-backup.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
39 |
AutoReqProv: no |
AutoReqProv: no |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-7.sme |
43 |
|
- apply translation 2022-07-29 |
44 |
|
- add to core backup [SME: 12023] |
45 |
|
|
46 |
|
* Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 1.6-6.sme |
47 |
|
- bz11642 authproxy errorlog [SME: 11642] |
48 |
|
- bz11590 error log [SME: 11590] |
49 |
|
|
50 |
|
* Mon Jul 18 2022 Michel Begue <mab974@misouk.com> 1.6-5.sme |
51 |
|
- get real ssh port from configuration db. [SME: 10761] |
52 |
|
|
53 |
|
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 1.6-4.sme |
54 |
|
- apply locale 2021-09-08 patch |
55 |
|
|
56 |
|
* Tue Aug 24 2021 Terry Fage <terry.fage@gmail.com> 1.6-3.sme |
57 |
|
- apply locale 2021-08-24 patch |
58 |
|
|
59 |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-2.sme |
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-2.sme |
60 |
- fix mysql not migrating sme9admind [SME: ] |
- fix mysql not migrating sme9admind [SME: 11062] |
61 |
- fix config db sme9admind not migrated to smeadmind |
- fix config db sme9admind not migrated to smeadmind |
62 |
- fix /var/lib/sme9admin not migrated |
- fix /var/lib/sme9admin not migrated |
63 |
- add smeserver-smeadmin-update event |
- add smeserver-smeadmin-update event |
64 |
- TODO fix services diplayed multiple times |
- fix services diplayed multiple times [SME: 11455] |
65 |
- TODO make systemd unit |
- systemd unit |
66 |
- TODO review new logs locations |
- review new logs locations |
67 |
- TODO check calls to sysvinit |
- check calls to sysvinit |
68 |
|
- TODO implement new VPNs stats |
69 |
|
|
70 |
* Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1 |
* Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1 |
71 |
- Move to SME10, rename to smeadmin [SME: 11040, 11062] |
- Move to SME10, rename to smeadmin [SME: 11040, 11062] |
186 |
%prep |
%prep |
187 |
%setup |
%setup |
188 |
%patch0 -p1 |
%patch0 -p1 |
189 |
|
%patch1 -p1 |
190 |
|
%patch2 -p1 |
191 |
|
%patch3 -p1 |
192 |
|
%patch4 -p1 |
193 |
|
%patch5 -p1 |
194 |
|
%patch6 -p1 |
195 |
|
|
196 |
%build |
%build |
197 |
perl createlinks |
perl createlinks |
210 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
211 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
212 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
213 |
|grep -v '/etc/e-smith/sql/init/smeadmin'\ |
--file /usr/bin/smeadmind 'attr(755,root,root)' \ |
214 |
|grep -v '/usr/bin/smeadmind'\ |
--file /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl 'attr(755,root,root)' \ |
215 |
|grep -v '/usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
216 |
|
|
217 |
%clean |
%clean |
218 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
221 |
|
|
222 |
%preun |
%preun |
223 |
|
|
|
|
|
224 |
%post |
%post |
225 |
|
|
226 |
%postun |
%postun |
227 |
|
|
228 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
229 |
%defattr(-,root,root) |
%defattr(-,root,root) |
|
%attr(755,root,root) /etc/e-smith/sql/init/smeadmin |
|
|
%attr(755,root,root) /usr/bin/smeadmind |
|
|
%attr(755,root,root) /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl |
|