mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-23 17:12:48 +00:00
upd: 4.10.0 -> 4.10.2
This commit is contained in:
parent
6e35e447b2
commit
446286b72c
4 changed files with 4 additions and 45 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
samba-pubkey.asc: 7a27a6974cc0ec939d50fcb1591aa754c4b4b0bf
|
||||
samba-4.10.0.tar.gz: 14769a5f9a296359269e15e989d2995fd79ef2e2
|
||||
samba-4.10.0.tar.asc: 9291b90533b94a4b9a15265fafd98556c406f10
|
||||
samba-4.10.2.tar.gz: b0b5dd49e92b266315cea6530dcfc926f27dd4ed
|
||||
samba-4.10.2.tar.asc: 5334dc2d30d422dcc78916b2bf0d704352a0df59
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
From 739ac46f26e72a601405a0a59747b27584238b3e Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Schneider <asn@samba.org>
|
||||
Date: Wed, 20 Mar 2019 11:09:21 +0100
|
||||
Subject: [PATCH] s4:librpc: Fix installation of Samba
|
||||
|
||||
This breaks installation of Samba 4.10 on Fedora.
|
||||
|
||||
https://bugzilla.samba.org/show_bug.cgi?id=13847
|
||||
|
||||
Signed-off-by: Andreas Schneider <asn@samba.org>
|
||||
Reviewed-by: Alexander Bokovoy <ab@samba.org>
|
||||
|
||||
(cherry picked from commit bf469343f577e2d78df0e38d80e7976b351eaf0d)
|
||||
---
|
||||
source4/librpc/wscript_build | 8 --------
|
||||
1 file changed, 8 deletions(-)
|
||||
|
||||
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
|
||||
index f00571e4bc3..d9b7743c9d1 100644
|
||||
--- a/source4/librpc/wscript_build
|
||||
+++ b/source4/librpc/wscript_build
|
||||
@@ -412,14 +412,6 @@ for env in bld.gen_python_environments():
|
||||
cflags_end=gen_cflags
|
||||
)
|
||||
|
||||
- bld.SAMBA_PYTHON('python_idmap',
|
||||
- source='../../librpc/gen_ndr/py_idmap.c',
|
||||
- deps='NDR_IDMAP %s %s' % (pytalloc_util, pyrpc_util),
|
||||
- realname='samba/dcerpc/idmap.so',
|
||||
- cflags_end=gen_cflags
|
||||
- )
|
||||
-
|
||||
-
|
||||
bld.SAMBA_PYTHON('python_drsuapi',
|
||||
source='../../librpc/gen_ndr/py_drsuapi.c',
|
||||
deps='RPC_NDR_DRSUAPI %s %s' % (pytalloc_util, pyrpc_util),
|
||||
--
|
||||
2.21.0
|
||||
|
|
@ -103,8 +103,8 @@
|
|||
|
||||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.10.0
|
||||
Release: 3
|
||||
Version: 4.10.2
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
Group: System/Servers
|
||||
|
@ -137,8 +137,6 @@ Patch10: ROSA-vendor-version.patch
|
|||
Patch11: ROSA-smb-default-config.patch
|
||||
Patch12: ROSA-Clearer-debug-about-ulimits.patch
|
||||
Patch13: ROSA-Force-libsystemd.patch
|
||||
Patch14: samba-4.10-fix_make_install.patch
|
||||
Patch15: 0001-Update-waf-to-2.0.15.patch
|
||||
|
||||
%if %{with clang}
|
||||
BuildRequires: clang lld
|
||||
|
|
Loading…
Add table
Reference in a new issue