Accepting request 360744 from home:lmuelle:bsc966174

Avoid a file collision for non SUSE build targets; (bsc#966174).

OBS-URL: https://build.opensuse.org/request/show/360744
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=73
This commit is contained in:
Lars Müller 2016-02-21 19:22:39 +00:00 committed by Git OBS Bridge
parent 120a311a8f
commit 916b48e6a2
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 21 16:53:17 UTC 2016 - lmuelle@suse.com
- Avoid a file collision for non SUSE build targets; (bsc#966174).
-------------------------------------------------------------------
Wed Feb 19 15:48:45 UTC 2016 - lmuelle@suse.com

View File

@ -32,7 +32,6 @@ Name: tevent-man
BuildRequires: doxygen
%else
Name: tevent
#!BuildIgnore: libtalloc
BuildRequires: libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020
BuildRequires: pkg-config
@ -74,7 +73,11 @@ tevent_req (tevent request) functions.
%if ! %{build_man}
%if 0%{?suse_version} > 0
%define libtevent_name libtevent0
%else
%define libtevent_name libtevent
%endif
%package -n %{libtevent_name}
PreReq: /sbin/ldconfig
Summary: Samba tevent Library

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 21 16:53:17 UTC 2016 - lmuelle@suse.com
- Avoid a file collision for non SUSE build targets; (bsc#966174).
-------------------------------------------------------------------
Wed Feb 19 15:48:45 UTC 2016 - lmuelle@suse.com

View File

@ -32,7 +32,6 @@ Name: tevent-man
BuildRequires: doxygen
%else
Name: tevent
#!BuildIgnore: libtalloc
BuildRequires: libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020
BuildRequires: pkg-config
@ -74,7 +73,11 @@ tevent_req (tevent request) functions.
%if ! %{build_man}
%if 0%{?suse_version} > 0
%define libtevent_name libtevent0
%else
%define libtevent_name libtevent
%endif
%package -n %{libtevent_name}
PreReq: /sbin/ldconfig
Summary: Samba tevent Library