provide user and group autodist [release 1.5.4-2mamba;Sat Sep 21 2024]
This commit is contained in:
parent
22fc136d57
commit
02a8138bc5
@ -2,8 +2,8 @@
|
||||
%define autodist_gid 65415
|
||||
|
||||
Name: autodist
|
||||
Version: 1.5.3
|
||||
Release: 1mamba
|
||||
Version: 1.5.4
|
||||
Release: 2mamba
|
||||
Summary: A tool based on autospec for repository-level automatic builds
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -14,6 +14,9 @@ Source: https://src.openmamba.org/openmamba/autodist.git/v%{version}/auto
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: apache-devel
|
||||
BuildRequires: librpm-devel
|
||||
BuildRequires: systemd
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: autospec
|
||||
Requires: lynx
|
||||
@ -26,6 +29,8 @@ Requires: python-rpm-spec-py3
|
||||
Requires: rpm
|
||||
Requires: sudo
|
||||
%systemd_requires
|
||||
Provides: user(autodist)
|
||||
Provides: group(autodist)
|
||||
|
||||
%description
|
||||
A tool based on autospec for repository-level automatic builds.
|
||||
@ -165,6 +170,12 @@ fi
|
||||
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
|
||||
|
||||
%changelog
|
||||
* Sat Sep 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.4-2mamba
|
||||
- provide user and group autodist
|
||||
|
||||
* Fri Sep 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.4-1mamba
|
||||
- update to 1.5.4
|
||||
|
||||
* Mon May 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.3-1mamba
|
||||
- update to 1.5.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user