Add provides for user+group (boo#1221417)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icecream?expand=0&rev=89
This commit is contained in:
Bernhard M. Wiedemann 2024-03-18 09:00:18 +00:00 committed by Git OBS Bridge
parent 02c883d961
commit caeced1710
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 08:59:30 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add provides for user+group (boo#1221417)
-------------------------------------------------------------------
Mon May 30 06:50:15 UTC 2022 - Lubos Lunak <l.lunak@centrum.cz>

View File

@ -55,6 +55,8 @@ Requires(pre): %{_sbindir}/groupadd
Requires(pre): %{_sbindir}/useradd
%{?systemd_requires}
Recommends: gcc-c++
Provides: group(icecream)
Provides: user(icecream)
%description
Distributed compiler with a central scheduler to share build load.