--- rpms/smeserver-durep/contribs10/smeserver-durep.spec 2021/03/04 20:55:47 1.5 +++ rpms/smeserver-durep/contribs10/smeserver-durep.spec 2023/03/23 11:23:58 1.13 @@ -1,4 +1,4 @@ -# $Id: smeserver-durep.spec,v 1.4 2021/03/04 10:17:00 michel Exp $ +# $Id: smeserver-durep.spec,v 1.12 2023/03/23 11:22:51 michel Exp $ # Authority: unnilennnium # Name: JP Pialasse @@ -6,7 +6,7 @@ Name: %{name} %define version 1.5.0 Version: %{version} -%define release 8 +%define release 15 Release: %{release}%{?dist} License: GPL Source: %{name}-%{version}.tar.gz @@ -16,6 +16,12 @@ Patch1: smeserver-durep-1.5.0-dfposix.pa Patch2: smeserver-durep-1.5.0-Add-creatlinks-to-alter-link-to-wrapper.patch Patch3: smeserver-durep-1.5.0-bz10893-noreboot.patch Patch4: smeserver-durep-1.5.0-permissions.patch +Patch5: smeserver-durep-1.5.0-manager2.patch +Patch6: smeserver-durep-1.5.0-Add-class-to-div-for-AdminLTE.patch +Patch7: smeserver-durep-1.5.0-bz11841_localisation_dir.patch +Patch8: smeserver-durep-1.5.0-bz11975.patch +Patch9: smeserver-durep-1.5.0-bz12007-backup.patch +Patch10: smeserver-durep-1.5.0-bz12342_sm2_bar_image.patch BuildRoot: /var/tmp/%{name}-%{version}-buildroot BuildRequires: e-smith-devtools @@ -27,13 +33,35 @@ Requires: perl(MLDBM) >= 1.21-4 Obsoletes: smeserver-durep-saco Obsoletes: e-smith-durep +AutoReqProv: no %changelog +* Wed Mar 22 2023 Michel Begue 1.5.0-15.sme +- allow access to bar.png image in SM2 [SME: 12342] + +* Sat Jul 30 2022 Brian Read 1.5.0-14.sme +- Re-build and link to latest devtools [SME: 11997] + +* Fri Jul 22 2022 Jean-Philippe Pialasse 1.5.0-13.sme +- add to core backup [SME: 12007] + +* Wed May 18 2022 Jean-Philippe Pialasse 1.5.0-12.sme +- allow access to user with userpanel [SME: 11975] + +* Sat Jan 08 2022 Michel Begue 1.5.0-11.sme +- Re-build and link to latest devtools wrong localisation directory [SME: 11841] + +* Fri Jan 07 2022 Brian Read 1.5.0-10.sme +- Add-class-to-div-for-AdminLTE [SME: 11835] + +* Thu Jun 03 2021 Michel Begue 1.5.0-9.sme +- first use with smeserver-manager [SME: 11618] + * Thu Mar 04 2021 Jean-Philipe Pialasse 1.5.0-8.sme -- fix permissions of cgi inside spec file too +- Re-build and link to latest devtools permissions of cgi inside spec file too * Thu Mar 04 2021 Michel Begue 1.5.0-7.sme -- fix permissions of cgi and data files +- Re-build and link to latest devtools permissions of cgi and data files * Mon Feb 22 2021 Jean-Philipe Pialasse 1.5.0-6.sme - add smeserver-durep-update event [SME: 10893] @@ -61,7 +89,7 @@ Obsoletes: e-smith-durep - TODO cleaning spec file post and filelist chmod * Mon Sep 10 2012 JP Pialasse 1.3.0-5.sme -- fix do not copy files and filelist [SME 7098] +- Re-build and link to latest devtools do not copy files and filelist [SME 7098] - patch df of plugged disk * Sun Sep 09 2012 JP Pialasse 1.3.0-4.sme @@ -86,6 +114,12 @@ DUREP is a Report Generator that create %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build perl createlinks @@ -114,4 +148,7 @@ perl createlinks %preun -p /bin/sh %postun -p /bin/sh - +if [ $1 = 0 ] ; then + /bin/rm -f /usr/share/smanager/themes/default/images/bar.png +fi +true