added user and group provides as supported since rpm 4.19 [release 1.2.1-2mamba;Mon May 20 2024]

This commit is contained in:
Silvan Calarco 2024-05-21 09:05:39 +02:00
parent a5916ea69d
commit 445af02973

View File

@ -1,14 +1,14 @@
%define daemon_id 6 %define daemon_id 6
Name: setup Name: setup
Version: 1.2.1 Version: 1.2.1
Release: 1mamba Release: 2mamba
Summary: A set of system configuration and setup files Summary: A set of system configuration and setup files
Group: System/Configuration Group: System/Configuration
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://git.openmamba.org/openmamba/setup URL: https://src.openmamba.org/openmamba/setup
Source0: http://gitlab.mambasoft.it/openmamba/setup.git/v%{version}/setup-%{version}.tar.bz2 Source0: https://src.openmamba.org/openmamba/setup.git/v%{version}/setup-%{version}.tar.bz2
License: GPL License: GPL
BuildArch: noarch BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -21,7 +21,28 @@ Requires: filesystem >= 2.3
Requires: /bin/hostname Requires: /bin/hostname
Requires: iana-etc Requires: iana-etc
Provides: /etc/profile.d Provides: /etc/profile.d
BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides: group(bin)
Provides: group(sys)
Provides: group(kmem)
Provides: group(tty)
Provides: group(tape)
Provides: group(daemon)
Provides: group(floppy)
Provides: group(disk)
Provides: group(lp)
Provides: group(dialout)
Provides: group(audio)
Provides: group(cdrecording)
Provides: group(adm)
Provides: group(filesharing)
Provides: group(shadow)
Provides: group(utmp)
Provides: group(messagebus)
Provides: group(sysadmin)
Provides: group(users)
Provides: user(bin)
Provides: user(sys)
Provides: user(daemon)
%description %description
The setup package contains a set of very important system configuration and setup files, such as passwd, group, profile and more. The setup package contains a set of very important system configuration and setup files, such as passwd, group, profile and more.
@ -98,9 +119,12 @@ fi
%dir %{_sysconfdir}/profile.d %dir %{_sysconfdir}/profile.d
%config(noreplace) %{_sysconfdir}/profile.d/*.csh %config(noreplace) %{_sysconfdir}/profile.d/*.csh
%config(noreplace) %{_sysconfdir}/profile.d/*.sh %config(noreplace) %{_sysconfdir}/profile.d/*.sh
%doc AUTHORS ChangeLog %doc AUTHORS
%changelog %changelog
* Mon May 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
- added user and group provides as supported since rpm 4.19
* Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba * Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1 - update to 1.2.1