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:
parent
a5916ea69d
commit
445af02973
34
setup.spec
34
setup.spec
@ -1,14 +1,14 @@
|
||||
%define daemon_id 6
|
||||
Name: setup
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A set of system configuration and setup files
|
||||
Group: System/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://git.openmamba.org/openmamba/setup
|
||||
Source0: http://gitlab.mambasoft.it/openmamba/setup.git/v%{version}/setup-%{version}.tar.bz2
|
||||
URL: https://src.openmamba.org/openmamba/setup
|
||||
Source0: https://src.openmamba.org/openmamba/setup.git/v%{version}/setup-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -21,7 +21,28 @@ Requires: filesystem >= 2.3
|
||||
Requires: /bin/hostname
|
||||
Requires: iana-etc
|
||||
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
|
||||
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
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/*.csh
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/*.sh
|
||||
%doc AUTHORS ChangeLog
|
||||
%doc AUTHORS
|
||||
|
||||
%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
|
||||
- update to 1.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user