From 02a8138bc5b4501dc105b68e7e6d27adb726963b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 23 Sep 2024 01:32:44 +0200 Subject: [PATCH] provide user and group autodist [release 1.5.4-2mamba;Sat Sep 21 2024] --- autodist.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/autodist.spec b/autodist.spec index 85cd2cf..fa52000 100644 --- a/autodist.spec +++ b/autodist.spec @@ -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 1.5.4-2mamba +- provide user and group autodist + +* Fri Sep 20 2024 Silvan Calarco 1.5.4-1mamba +- update to 1.5.4 + * Mon May 13 2024 Silvan Calarco 1.5.3-1mamba - update to 1.5.3