Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud adee5a15ac Automatic commit of package [smeserver-expire-accounts] release [0.1.8-1].
Created by command:

/usr/bin/tito tag
2021-07-15 08:31:01 +02:00
Daniel Berteaud cd83a2ddde Typo
GLPI #50737
2021-07-15 08:30:38 +02:00
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
0.1.7-1 ./
0.1.8-1 ./

View File

@ -125,7 +125,7 @@ foreach my $u (@delete){
if ( $archive =~ m/^yes|enabled|1|on$/ ){
# Suspend email delivery, prevent tar ending with exit code 1
# because Maildir changed during archive
system('chmod', '+t', getpwnam($u)->dir)
system('chmod', '+t', getpwnam($u)->dir);
my $tar = $archive_path . '/' . $u . '-' . $now->ymd . '.tar.' . $archive_ext;
my $res = system(
'tar',

View File

@ -1,6 +1,6 @@
Summary: Expire and archive user accounts
Name: smeserver-expire-accounts
Version: 0.1.7
Version: 0.1.8
Release: 1
License: MIT
Group: Applications/System
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%preun
%changelog
* Thu Jul 15 2021 Daniel Berteaud <daniel@firewall-services.com> 0.1.8-1
- Typo (daniel@firewall-services.com)
* Mon Mar 08 2021 Daniel Berteaud <daniel@firewall-services.com> 0.1.7-1
- new package built with tito