Compare commits

...

21 Commits

Author SHA1 Message Date
David Abdurachmanov 304691540c
Bring back riscv64 support
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-16 10:55:20 +03:00
David Abdurachmanov 3875e71515
Remove obsolete patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-16 10:53:06 +03:00
David Abdurachmanov 43caaee7a2
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-16 10:52:45 +03:00
David Abdurachmanov d10bff0743
Remove obsolete patches
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-09-25 22:47:41 +02:00
David Abdurachmanov 71389c4ebc
Merge remote-tracking branch 'up/f31' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-09-25 22:46:41 +02:00
Günther Deschner 4c73b568ce Update to Samba 4.11.0
Guenther
2019-09-17 15:35:18 +02:00
Günther Deschner 203ce796bb Update to Samba 4.11.0rc4
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
2019-09-12 00:24:23 +02:00
Günther Deschner 5e86fbcc8a Add missing files
Guenther
2019-09-04 09:13:29 +02:00
Günther Deschner 068248beda Fix ldb version dependency
Guenther
2019-09-03 14:45:06 +02:00
Günther Deschner 7e06ae540c Update to Samba 4.11.0rc3
resolves: #1746225, #1748308 - Security fixes for CVE-2019-10197

Guenther
2019-09-03 14:32:39 +02:00
Günther Deschner ddcbb02185 re-add pidl
resolves: #1746014

Guenther
2019-08-29 13:27:13 +02:00
Lubomir Rintel 7b283dee16 Move the NetworkManager dispatcher script out of /etc
It's not user configuration and shouldn't ever have been there. Except for that
it used to be the only location NetworkManager looked into. With NetworkManager
1.20 that is no longer the case and the dispatcher scripts can be moved to
/usr/lib.
2019-08-29 13:27:01 +02:00
Günther Deschner f297ac882f Update to Samba 4.11.0rc2
Thanks to Lukas Slebodnik <lslebodn@fedoraproject.org>

Guenther
2019-08-26 15:52:02 +02:00
Günther Deschner ebd06bdd1a Update to Samba 4.11.0rc1
Guenther
2019-08-26 15:52:02 +02:00
Alexander Bokovoy d819c93793 Allow Windows to resolve IPA users and groups over LSA RPC
Fixes: https://bugzilla.samba.org/show_bug.cgi?id=14091
(cherry picked from commit e9d6c3ff33)
2019-08-16 12:01:11 +03:00
David Abdurachmanov 677dafe90e
Enable RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-13 08:41:37 +02:00
Andreas Schneider e84add587d Update samba-4.9.0rc5-parallel-builds.patch 2018-09-06 14:32:50 +02:00
Andreas Schneider 3736d1c511 Update to version 4.9.0rc5 2018-09-06 14:32:49 +02:00
Günther Deschner 3ca70ac699 Update to Samba 4.9.0rc4
Guenther
2018-08-29 17:34:48 +02:00
Günther Deschner f3ad248a6d More python3 cleanup
Guenther
2018-08-17 15:28:37 +02:00
Andreas Schneider e1c1d3ec79 Fix python3 packaging 2018-08-17 15:23:08 +02:00
1 changed files with 9 additions and 4 deletions

View File

@ -19,9 +19,9 @@
%define pre_release rc1
%if "x%{?pre_release}" != "x"
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
%define samba_release 0.%{main_release}.%{pre_release}.0.riscv64%{?dist}
%else
%define samba_release %{main_release}%{?dist}
%define samba_release %{main_release}.0.riscv64%{?dist}
%endif
# This is a network daemon, do a hardened build
@ -41,7 +41,7 @@
%global with_vfs_cephfs 0
%if 0%{?fedora}
%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%global with_vfs_cephfs 1
#endifarch
%endif
@ -862,8 +862,10 @@ xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
# TODO: resolve underlinked python modules
export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')"
# Use the gold linker
# Use the gold linker, except RISC-V (riscv64), which does not have gold
%ifnarch riscv64
export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
%endif
%configure \
--enable-fhs \
@ -3619,6 +3621,9 @@ fi
%endif
%changelog
* Thu Jul 16 2020 David Abdurachmanov <david.abdurachmanvo@sifive.com> - 4.13.0rc1-1.0.riscv64
- Add support for riscv64
* Tue Jul 14 2020 Andreas Schneider <asn@redhat.com> - 4.13.0rc1-1
- Move mdssvc data files to correct package