Accepting request 539445 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/539445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=207
This commit is contained in:
parent
e00a08c4dc
commit
890007cdfd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 15:47:22 CET 2017 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Build with the external libsha1detectcoll (bsc#1042644)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 13:10:43 UTC 2017 - astieger@suse.com
|
Wed Nov 1 13:10:43 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
6
git.spec
6
git.spec
@ -67,6 +67,9 @@ BuildRequires: libexpat-devel
|
|||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: libsha1detectcoll-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
BuildRequires: perl-Error
|
BuildRequires: perl-Error
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
@ -259,6 +262,9 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
DESTDIR=$RPM_BUILD_ROOT \
|
DESTDIR=$RPM_BUILD_ROOT \
|
||||||
NO_CROSS_DIRECTORY_HARDLINKS=1 \
|
NO_CROSS_DIRECTORY_HARDLINKS=1 \
|
||||||
NO_INSTALL_HARDLINKS=1 \
|
NO_INSTALL_HARDLINKS=1 \
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
DC_SHA1_EXTERNAL=YesPlease \
|
||||||
|
%endif
|
||||||
USE_LIBPCRE2=YesPlease \
|
USE_LIBPCRE2=YesPlease \
|
||||||
V=1 \
|
V=1 \
|
||||||
prefix=%{_prefix} mandir=%{_mandir} \
|
prefix=%{_prefix} mandir=%{_mandir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user