--- rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2020/10/28 16:52:20 1.1 +++ rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2022/07/29 05:08:24 1.10 @@ -7,12 +7,19 @@ Summary: A graphical monitor, alert rais %define name smeserver-smeadmin Name: %{name} %define version 1.6 -%define release 1 +%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 +Patch6: smeserver-smeadmin-1.6-bz12023-backup.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -32,8 +39,36 @@ Requires: lm_sensors AutoReqProv: no %changelog +* Fri Jul 29 2022 Jean-Philippe Pialasse 1.6-7.sme +- apply translation 2022-07-29 +- add to core backup [SME: 12023] + +* 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: 11062] +- fix config db sme9admind not migrated to smeadmind +- fix /var/lib/sme9admin not migrated +- add smeserver-smeadmin-update event +- 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] +- Move to SME10, rename to smeadmin [SME: 11040, 11062] * Sat Dec 07 2019 SME Translation Server 1.5-30.sme - apply locale 2019-12-07 patch @@ -150,6 +185,13 @@ This contrib is a bit inspired by e-smit %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 %build perl createlinks @@ -168,9 +210,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 @@ -179,13 +221,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