SHA256
1
0
forked from pool/git

Accepting request 667946 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/667946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=229
This commit is contained in:
Dominique Leuenberger 2019-01-26 21:18:54 +00:00 committed by Git OBS Bridge
parent 9c9fb96594
commit e1a815f477
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 22 09:29:14 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- the proper way how to add shadow dependency, only the -daemon
subpackage uses the shadow package
-------------------------------------------------------------------
Sun Jan 20 19:33:07 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- add shadow build dependency: pre/postinstall script checks fail
for 42.3 otherwise
-------------------------------------------------------------------
Fri Jan 11 13:32:47 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package git
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -226,6 +226,7 @@ Group: Development/Tools/Version Control
Requires: git-core = %{version}
Requires(pre): %fillup_prereq
Requires(pre): %{_sbindir}/useradd
Requires(pre): shadow
%if 0%{?suse_version} >= 1500
Requires(pre): group(nogroup)
%endif