diff --git a/usermin.spec b/usermin.spec index 0ed783f..1653223 100644 --- a/usermin.spec +++ b/usermin.spec @@ -1,5 +1,5 @@ Name: usermin -Version: 1.852 +Version: 1.853 Release: 1mamba Summary: A web-based interface for webmail, password changing, mail filters, fetchmail and much more Group: Applications/Web @@ -58,6 +58,9 @@ rm -f %{buildroot}%{_sysconfdir}/usermin/uninstall.sh # strip buildroot from configuration files find %{buildroot}%{_sysconfdir}/usermin -type f -exec sed -i 's|%{buildroot}||g' {} \; +# fix symlinks pointing to buildroot +rm -f %{buildroot}%{_datadir}/usermin/authentic-theme/manifest-usermin.json + # install systemd service install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/usermin.service @@ -99,6 +102,9 @@ mkdir -p %{buildroot}/var/log/usermin %doc LICENCE %changelog +* Mon Aug 08 2022 Automatic Build System 1.853-1mamba +- automatic version update by autodist + * Tue Jul 19 2022 Automatic Build System 1.852-1mamba - automatic version update by autodist