update to 1.0.2 [release 1.0.2-1mamba;Wed Jul 31 2019]
This commit is contained in:
parent
f76098f4a9
commit
4474018885
@ -2,7 +2,7 @@
|
||||
%define autodist_gid 65415
|
||||
|
||||
Name: autodist
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1mamba
|
||||
Summary: A tool based on autospec for repository-level automatic builds
|
||||
Group: Development/Tools
|
||||
@ -62,7 +62,6 @@ fi
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
# for daemon-reload
|
||||
%systemd_postun
|
||||
%tmpfiles_create %{name}.conf
|
||||
fi
|
||||
:
|
||||
@ -74,9 +73,6 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%postun
|
||||
%systemd_postun
|
||||
|
||||
%post webbuild
|
||||
if [ $1 -ge 1 ]; then
|
||||
apxs -e -a -n cgi %{_libdir}/apache/mod_cgi.so > /dev/null
|
||||
@ -149,7 +145,7 @@ fi
|
||||
%{_localstatedir}/www/html/styles/webbuild-standalone.css
|
||||
%{_localstatedir}/www/html/autobuilds.html
|
||||
%{_localstatedir}/www/html/webbuild.html
|
||||
%dir %{_localstatedir}/www/cgi-bin/autodist
|
||||
%{_localstatedir}/www/cgi-bin/autodist
|
||||
%dir %attr(0755,apache,nobody) %{_localstatedir}/webbuild
|
||||
%dir %attr(0755,apache,nobody) %{_localstatedir}/webbuild/cache
|
||||
%dir %attr(0755,apache,nobody) %{_localstatedir}/webbuild/notes
|
||||
@ -159,6 +155,9 @@ fi
|
||||
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||
- update to 1.0.2
|
||||
|
||||
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
||||
- update to 1.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user