update to 1.4.1 [release 1.4.1-1mamba;Sat Jan 06 2024]
This commit is contained in:
parent
4d5080c31d
commit
938acd3baf
@ -2,7 +2,7 @@
|
||||
%define autodist_gid 65415
|
||||
|
||||
Name: autodist
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 1mamba
|
||||
Summary: A tool based on autospec for repository-level automatic builds
|
||||
Group: Development/Tools
|
||||
@ -17,6 +17,7 @@ BuildArch: noarch
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: autospec
|
||||
Requires: lynx
|
||||
Requires: python-argparse-py3
|
||||
Requires: python-configobj-py3
|
||||
Requires: python-GitPython-py3
|
||||
Requires: python-py-gitea-py3
|
||||
@ -85,10 +86,10 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/cron.daily/40-autodist-upstream-updates
|
||||
%{_sysconfdir}/cron.hourly/60-autodist-update
|
||||
%{_sysconfdir}/cron.hourly/65-autoport
|
||||
%{_sysconfdir}/cron.daily/40-autodist-cleanold
|
||||
%{_sysconfdir}/cron.daily/45-autodist-git-sync
|
||||
%config(noreplace) %attr(0664,root,packager) %{_sysconfdir}/autodist/config
|
||||
%config(noreplace) %attr(0664,root,packager) %{_sysconfdir}/autodist/config-git
|
||||
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/autoport
|
||||
@ -163,6 +164,9 @@ fi
|
||||
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||
- update to 1.4.1
|
||||
|
||||
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||
- update to 1.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user