--- rpms/smeserver-isoqlog/contribs10/smeserver-isoqlog.spec 2022/07/29 05:44:21 1.3 +++ rpms/smeserver-isoqlog/contribs10/smeserver-isoqlog.spec 2022/07/30 17:15:18 1.6 @@ -2,7 +2,7 @@ Summary: Isoqlog on SME %define name smeserver-isoqlog Name: %{name} %define version 2.2.1 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -14,6 +14,7 @@ Patch2: smeserver-isoqlog-2.2.1-domcreat Patch3: smeserver-isoqlog-2.2.1.bz10509.updatetktauth.patch Patch4: smeserver-isoqlog-2.2.1-bz12010-backup.patch Patch5: smeserver-isoqlog-2.2.1-bz12049-24syntax.patch +Patch6: smeserver-isoqlog-2.2.1-systemd.patch Packager: Peter Schubert BuildRoot: /var/tmp/%{name}-%{version}-buildroot @@ -25,9 +26,15 @@ BuildRequires: e-smith-devtools AutoReqProv: no %changelog +* Sat Jul 30 2022 Brian Read 2.2.1-6.sme +- Re-build and link to latest devtools [SME: 11997] + * Fri Jul 29 2022 Jean-Philippe Pialasse 2.2.1-5.sme - add to core backup [SME: 12010] - use httpd 2.4 access syntax [SME: 12049] +- systemd enabled [SME: 11061] +- update event [SME: 11061] +- update httpd.conf needed modules [SME: 11061] * Wed Feb 07 2018 Jean-Philipe Pialasse 2.2.1-4.sme - new tkt options [SME: 1509] @@ -36,7 +43,7 @@ AutoReqProv: no - added expand template to events domain-create [SME: 7713] * Thu Jun 27 2013 JP Pialasse 2.2.1-2.sme -- fix missing domain [SME: 7713] +- Re-build and link to latest devtools missing domain [SME: 7713] - added expand template to events - patch1 @@ -44,7 +51,7 @@ AutoReqProv: no - webserver conf path and file missing fix * Thu Aug 30 2012 JP Pialasse 2.2.1-1.2.sme -- fix BuildRequires +- Re-build and link to latest devtools BuildRequires * Thu Aug 16 2012 JP Pialasse 2.2.1-1-1.sme - removing isoqlog files from the rpm @@ -69,6 +76,9 @@ Installs Isoqlog on SME Server. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +rm -rf root/service +rm -rf root/var/service %build perl createlinks @@ -80,22 +90,12 @@ rm -rf $RPM_BUILD_ROOT #/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist #echo "%doc COPYING" >> %{name}-%{version}-filelist -%{__mkdir_p} $RPM_BUILD_ROOT/var/service/httpd-isoqlog/supervise -%{__mkdir_p} $RPM_BUILD_ROOT/var/service/httpd-isoqlog/log/supervise -%{__mkdir_p} $RPM_BUILD_ROOT/var/log/httpd-isoqlog %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/isoqlog-session (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ - --dir /var/service/httpd-isoqlog 'attr(01755,root,root)' \ - --file /var/service/httpd-isoqlog/run 'attr(0700,root,root)' \ - --dir /var/service/httpd-isoqlog/supervise 'attr(0700,root,root)' \ - --dir /var/service/httpd-isoqlog/log 'attr(0755,root,root)' \ - --file /var/service/httpd-isoqlog/log/run 'attr(0755,root,root)' \ - --dir /var/service/httpd-isoqlog/log/supervise 'attr(0700,root,root)' \ - --dir /var/log/httpd-isoqlog 'attr(0750,smelog,smelog)' \ --dir /var/lib/php/isoqlog-session 'attr(0770,root,isoqlog)' \ > %{name}-%{version}-filelist @@ -116,12 +116,10 @@ fi true %post -/sbin/e-smith/signal-event isoqlog-conf /usr/bin/isoqlog -f /etc/isoqlog.conf 1>/dev/null 2>/dev/null %postun rm -f /etc/httpd/conf.d/isoqlog.conf -/etc/rc.d/init.d/httpd-e-smith restart %files -f %{name}-%{version}-filelist