update to 1.3.1 [release 1.3.1-1mamba;Thu Aug 17 2023]

This commit is contained in:
Automatic Build System 2024-01-05 20:41:24 +01:00
parent 46570d73fe
commit b51fa296c7

View File

@ -2,7 +2,7 @@
%define autodist_gid 65415 %define autodist_gid 65415
Name: autodist Name: autodist
Version: 1.3 Version: 1.3.1
Release: 1mamba Release: 1mamba
Summary: A tool based on autospec for repository-level automatic builds Summary: A tool based on autospec for repository-level automatic builds
Group: Development/Tools Group: Development/Tools
@ -30,7 +30,7 @@ A tool based on autospec for repository-level automatic builds.
Summary: Web interface components for %{name} Summary: Web interface components for %{name}
Group: Applications/Web Group: Applications/Web
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: httpd #Requires: httpd
%description webbuild %description webbuild
Web interface components for %{name}. Web interface components for %{name}.
@ -73,12 +73,12 @@ if [ $1 -eq 0 ]; then
fi fi
: :
%post webbuild #%post webbuild
if [ $1 -ge 1 ]; then #if [ $1 -ge 1 ]; then
apxs -e -a -n cgi %{_libdir}/apache/mod_cgi.so > /dev/null # apxs -e -a -n cgi %{_libdir}/apache/mod_cgi.so > /dev/null
systemctl -q reload-or-try-restart httpd # systemctl -q reload-or-try-restart httpd
fi #fi
: #:
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -156,6 +156,9 @@ fi
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf %config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
%changelog %changelog
* Thu Aug 17 2023 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
- update to 1.3.1
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba * Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
- update to 1.3 - update to 1.3