--- rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2021/03/25 05:47:03 1.3 +++ rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2022/07/29 05:05:46 1.9 @@ -7,13 +7,18 @@ Summary: A graphical monitor, alert rais %define name smeserver-smeadmin Name: %{name} %define version 1.6 -%define release 2 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch0: smeserver-smeadmin-1.6-bz11062-initial-import.patch +Patch1: smeserver-smeadmin-1.6-locale-2021-08-24.patch +Patch2: smeserver-smeadmin-1.6-locale-2021-09-08.patch +Patch3: smeserver-smeadmin-1.6-bz10761_real_ssh_port.patch +Patch4: smeserver-smeadmin-1.6-bz11642-bz1159-authproxy-errorlog.patch +Patch5: smeserver-smeadmin-1.6-locale-2022-07-29.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -33,15 +38,33 @@ Requires: lm_sensors AutoReqProv: no %changelog +* Fri Jul 29 2022 Jean-Philippe Pialasse 1.6-7.sme +- apply translation 2022-07-29 +- fix [SME: ] + +* Mon Jul 18 2022 zsolt vasarhelyi 1.6-6.sme +- bz11642 authproxy errorlog [SME: 11642] +- bz11590 error log [SME: 11590] + +* Mon Jul 18 2022 Michel Begue 1.6-5.sme +- get real ssh port from configuration db. [SME: 10761] + +* Wed Sep 08 2021 Terry Fage 1.6-4.sme +- apply locale 2021-09-08 patch + +* Tue Aug 24 2021 Terry Fage 1.6-3.sme +- apply locale 2021-08-24 patch + * Thu Mar 25 2021 Jean-Philippe Pialasse 1.6-2.sme -- fix mysql not migrating sme9admind [SME: ] +- fix mysql not migrating sme9admind [SME: 11062] - fix config db sme9admind not migrated to smeadmind - fix /var/lib/sme9admin not migrated - add smeserver-smeadmin-update event -- TODO fix services diplayed multiple times -- TODO make systemd unit -- TODO review new logs locations -- TODO check calls to sysvinit +- fix services diplayed multiple times [SME: 11455] +- systemd unit +- review new logs locations +- check calls to sysvinit +- TODO implement new VPNs stats * Thu Oct 15 2020 Brian Read 1.6-1 - Move to SME10, rename to smeadmin [SME: 11040, 11062] @@ -162,6 +185,11 @@ This contrib is a bit inspired by e-smit %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build perl createlinks @@ -180,9 +208,9 @@ rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ -|grep -v '/etc/e-smith/sql/init/smeadmin'\ -|grep -v '/usr/bin/smeadmind'\ -|grep -v '/usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist +--file /usr/bin/smeadmind 'attr(755,root,root)' \ +--file /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl 'attr(755,root,root)' \ + > %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT @@ -191,13 +219,9 @@ rm -rf $RPM_BUILD_ROOT %preun - %post %postun %files -f %{name}-%{version}-filelist %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