* Thu Oct 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-22.sme

- remove sv files, rewrite systemd unit [SME: 11517]
- remove /var/log/httpd-bkpc/ [SME: 12197]
- remove logfiles2timestamp [SME: 12196]
This commit is contained in:
2025-10-30 17:42:27 -04:00
parent ec6b312c35
commit b2ab500ef3
7 changed files with 25 additions and 62 deletions

View File

@@ -4,7 +4,7 @@
Name: smeserver-BackupPC
Version: 0.2
Release: 21%{?dist}
Release: 22%{?dist}
Summary: BackupPC integration into SME server
Group: Applications/System
@@ -52,6 +52,11 @@ This package contains specific configuration for SME server
#----------------------------------------------------
%changelog
* Thu Oct 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-22.sme
- remove sv files, rewrite systemd unit [SME: 11517]
- remove /var/log/httpd-bkpc/ [SME: 12197]
- remove logfiles2timestamp [SME: 12196]
* Sun Oct 05 2025 Brian Read <brianr@koozali.org> 0.2-21.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]
@@ -206,10 +211,6 @@ perl createlinks
%install
%{__mkdir} -p $RPM_BUILD_ROOT/var/service/httpd-bkpc/supervise
%{__mkdir} -p $RPM_BUILD_ROOT/var/service/httpd-bkpc/log/supervise
%{__mkdir} -p $RPM_BUILD_ROOT/var/log/httpd-bkpc
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
/bin/rm -f %{name}-%{version}-filelist
@@ -231,13 +232,6 @@ perl createlinks
--file "/etc/BackupPC/remoteArchive.conf" "attr(640,backuppc,backuppc) %config(noreplace)" \
--file "/etc/BackupPC/remoteCopyPool.conf" "attr(640,backuppc,backuppc) %config(noreplace)" \
--dir "/etc/BackupPC/pc" "attr(750,backuppc,backuppc)" \
--dir "/var/service/httpd-bkpc" "attr(01755,root,root)" \
--file "/var/service/httpd-bkpc/run" "attr(0700,root,root)" \
--dir "/var/service/httpd-bkpc/supervise" "attr(0700,root,root)" \
--dir "/var/service/httpd-bkpc/log" "attr(0755,root,root)" \
--file "/var/service/httpd-bkpc/log/run" "attr(0755,root,root)" \
--dir "/var/service/httpd-bkpc/log/supervise" "attr(0700,root,root)" \
--dir "/var/log/httpd-bkpc" "attr(0750,smelog,smelog)" \
--ignoredir "/root/var/" \
--ignoredir "/usr/share/BackupPC" \
--ignoredir "/usr/share/BackupPC/lib" \