forked from pool/talloc
Accepting request 360747 from network:samba:STABLE
1 OBS-URL: https://build.opensuse.org/request/show/360747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/talloc?expand=0&rev=24
This commit is contained in:
commit
b82a975b72
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 16:44:01 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Avoid a file collision for non SUSE build targets; (bsc#966174).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 17:49:37 UTC 2015 - lmuelle@suse.com
|
Wed Nov 11 17:49:37 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package talloc-man
|
# spec file for package talloc-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -72,7 +72,11 @@ It is the core memory allocator used in Samba.
|
|||||||
|
|
||||||
%if ! %{build_man}
|
%if ! %{build_man}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
%define libtalloc_name libtalloc2
|
%define libtalloc_name libtalloc2
|
||||||
|
%else
|
||||||
|
%define libtalloc_name libtalloc
|
||||||
|
%endif
|
||||||
%package -n %{libtalloc_name}
|
%package -n %{libtalloc_name}
|
||||||
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 16:44:01 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Avoid a file collision for non SUSE build targets; (bsc#966174).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 17:49:37 UTC 2015 - lmuelle@suse.com
|
Wed Nov 11 17:49:37 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package talloc-man
|
# spec file for package talloc-man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -72,7 +72,11 @@ It is the core memory allocator used in Samba.
|
|||||||
|
|
||||||
%if ! %{build_man}
|
%if ! %{build_man}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
%define libtalloc_name libtalloc2
|
%define libtalloc_name libtalloc2
|
||||||
|
%else
|
||||||
|
%define libtalloc_name libtalloc
|
||||||
|
%endif
|
||||||
%package -n %{libtalloc_name}
|
%package -n %{libtalloc_name}
|
||||||
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user