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
|
%define autodist_gid 65415
|
||||||
|
|
||||||
Name: autodist
|
Name: autodist
|
||||||
Version: 1.5.3
|
Version: 1.5.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,9 @@ Source: https://src.openmamba.org/openmamba/autodist.git/v%{version}/auto
|
|||||||
License: GPL
|
License: GPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: apache-devel
|
||||||
|
BuildRequires: librpm-devel
|
||||||
|
BuildRequires: systemd
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: autospec
|
Requires: autospec
|
||||||
Requires: lynx
|
Requires: lynx
|
||||||
@ -26,6 +29,8 @@ Requires: python-rpm-spec-py3
|
|||||||
Requires: rpm
|
Requires: rpm
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
|
Provides: user(autodist)
|
||||||
|
Provides: group(autodist)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A tool based on autospec for repository-level automatic builds.
|
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
|
%config(noreplace) %attr(0600,apache,nobody) %{_localstatedir}/webbuild/users/admin.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.3-1mamba
|
||||||
- update to 1.5.3
|
- update to 1.5.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user