Accepting request 340501 from home:lmuelle:pysamba

Require python-talloc-devel instead of pytalloc-devel.

OBS-URL: https://build.opensuse.org/request/show/340501
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=57
This commit is contained in:
Lars Müller 2015-10-22 21:44:29 +00:00 committed by Git OBS Bridge
parent 8181879313
commit 6dbdbeb093
4 changed files with 34 additions and 7 deletions

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Oct 22 21:03:11 UTC 2015 - lmuelle@suse.com
- Require python-talloc-devel instead of pytalloc-devel.
-------------------------------------------------------------------
Mon Sep 7 22:14:42 UTC 2015 - lmuelle@suse.com
- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
-------------------------------------------------------------------
Mon Sep 7 17:50:34 UTC 2015 - lmuelle@suse.com
- Remove superfluous _name define.
-------------------------------------------------------------------
Mon Sep 7 17:06:26 UTC 2015 - lmuelle@suse.com
- Update the Samba Library Distribution Key file 'tevent.keyring';
(bso#945116).
-------------------------------------------------------------------
Thu Aug 20 08:58:37 UTC 2015 - dimstar@opensuse.org

View File

@ -18,15 +18,14 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define talloc_version 2.0.7
%define talloc_version 2.1.4
%define build_man 1
%define _name tevent
%if %{build_man}
Name: %{_name}-man
Name: tevent-man
BuildRequires: doxygen
%else
Name: %{_name}
Name: tevent
#!BuildIgnore: libtalloc
BuildRequires: libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020
@ -34,8 +33,8 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: pytalloc-devel >= %{talloc_version}
BuildRequires: python-devel
BuildRequires: python-talloc-devel >= %{talloc_version}
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}
@ -86,7 +85,9 @@ This package contains the tevent0 library.
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
Group: Development/Libraries/C and C++
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
%if 0%{?suse_version} > 1030
Recommends: %{name}-man
%endif
Requires: %{libtevent_name} = %{version}
Requires: libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 22 21:03:11 UTC 2015 - lmuelle@suse.com
- Require python-talloc-devel instead of pytalloc-devel.
-------------------------------------------------------------------
Mon Sep 7 22:14:42 UTC 2015 - lmuelle@suse.com

View File

@ -18,7 +18,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define talloc_version 2.0.7
%define talloc_version 2.1.4
%define build_man 0
%if %{build_man}
@ -33,8 +33,8 @@ BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: pytalloc-devel >= %{talloc_version}
BuildRequires: python-devel
BuildRequires: python-talloc-devel >= %{talloc_version}
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}