update to 1.3.1 [release 1.3.1-1mamba;Thu Aug 17 2023]
This commit is contained in:
parent
46570d73fe
commit
b51fa296c7
@ -2,7 +2,7 @@
|
||||
%define autodist_gid 65415
|
||||
|
||||
Name: autodist
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Release: 1mamba
|
||||
Summary: A tool based on autospec for repository-level automatic builds
|
||||
Group: Development/Tools
|
||||
@ -30,7 +30,7 @@ A tool based on autospec for repository-level automatic builds.
|
||||
Summary: Web interface components for %{name}
|
||||
Group: Applications/Web
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: httpd
|
||||
#Requires: httpd
|
||||
|
||||
%description webbuild
|
||||
Web interface components for %{name}.
|
||||
@ -73,12 +73,12 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%post webbuild
|
||||
if [ $1 -ge 1 ]; then
|
||||
apxs -e -a -n cgi %{_libdir}/apache/mod_cgi.so > /dev/null
|
||||
systemctl -q reload-or-try-restart httpd
|
||||
fi
|
||||
:
|
||||
#%post webbuild
|
||||
#if [ $1 -ge 1 ]; then
|
||||
# apxs -e -a -n cgi %{_libdir}/apache/mod_cgi.so > /dev/null
|
||||
# systemctl -q reload-or-try-restart httpd
|
||||
#fi
|
||||
#:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -156,6 +156,9 @@ fi
|
||||
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
|
||||
|
||||
%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
|
||||
- update to 1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user