--- rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2021/03/25 05:47:03 1.3 +++ rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2021/03/28 02:49:44 1.4 @@ -34,14 +34,15 @@ AutoReqProv: no %changelog * 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] @@ -180,9 +181,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 @@ -198,6 +199,3 @@ rm -rf $RPM_BUILD_ROOT %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