forked from pool/tevent
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:
parent
120a311a8f
commit
916b48e6a2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user