Update to Samba 4.11.1
Guenther
This commit is contained in:
parent
856af2e226
commit
9e83e1f955
2
.gitignore
vendored
2
.gitignore
vendored
@ -179,3 +179,5 @@ samba-3.6.0pre1.tar.gz
|
|||||||
/samba-4.11.0rc4.tar.asc
|
/samba-4.11.0rc4.tar.asc
|
||||||
/samba-4.11.0.tar.xz
|
/samba-4.11.0.tar.xz
|
||||||
/samba-4.11.0.tar.asc
|
/samba-4.11.0.tar.asc
|
||||||
|
/samba-4.11.1.tar.xz
|
||||||
|
/samba-4.11.1.tar.asc
|
||||||
|
@ -64,7 +64,7 @@ diff --git a/pidl/wscript b/pidl/wscript
|
|||||||
index 01b71bd8b27..a2a15d36851 100644
|
index 01b71bd8b27..a2a15d36851 100644
|
||||||
--- a/pidl/wscript
|
--- a/pidl/wscript
|
||||||
+++ b/pidl/wscript
|
+++ b/pidl/wscript
|
||||||
@@ -32,11 +32,49 @@ def configure(conf):
|
@@ -32,10 +32,49 @@
|
||||||
# Check if perl(Parse::Yapp::Driver) is available.
|
# Check if perl(Parse::Yapp::Driver) is available.
|
||||||
check_system_perl_module(conf, "Parse::Yapp::Driver", 1.05)
|
check_system_perl_module(conf, "Parse::Yapp::Driver", 1.05)
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ index 01b71bd8b27..a2a15d36851 100644
|
|||||||
+
|
+
|
||||||
# yapp is used for building the parser
|
# yapp is used for building the parser
|
||||||
conf.find_program('yapp', var='YAPP')
|
conf.find_program('yapp', var='YAPP')
|
||||||
conf.find_program('pod2man', var='POD2MAN')
|
+ conf.find_program('pod2man', var='POD2MAN')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
+ bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=MODE_755, perl_fixup=True)
|
+ bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=MODE_755, perl_fixup=True)
|
||||||
@ -114,6 +114,3 @@ index 01b71bd8b27..a2a15d36851 100644
|
|||||||
|
|
||||||
# we want to prefer the git version of the parsers if we can.
|
# we want to prefer the git version of the parsers if we can.
|
||||||
# Only if the source has changed do we want to re-run yapp
|
# Only if the source has changed do we want to re-run yapp
|
||||||
--
|
|
||||||
2.21.0
|
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||||
%bcond_without clustering
|
%bcond_without clustering
|
||||||
|
|
||||||
%define main_release 3
|
%define main_release 0
|
||||||
|
|
||||||
%define samba_version 4.11.0
|
%define samba_version 4.11.1
|
||||||
%define talloc_version 2.2.0
|
%define talloc_version 2.2.0
|
||||||
%define tdb_version 1.4.2
|
%define tdb_version 1.4.2
|
||||||
%define tevent_version 0.10.0
|
%define tevent_version 0.10.0
|
||||||
@ -3463,6 +3463,9 @@ fi
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.1-0
|
||||||
|
- Update to Samba 4.11.1
|
||||||
|
|
||||||
* Tue Sep 17 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.0-3
|
* Tue Sep 17 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.0-3
|
||||||
- Update to Samba 4.11.0
|
- Update to Samba 4.11.0
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (samba-4.11.0.tar.xz) = 7e044c761c342030930f7988f484657664aad269236cb9103aa029540417e34263e47b5910aff8ef3e913fd00bdd375d940b4d24d09ab9244b05ab79c0814ae2
|
SHA512 (samba-4.11.1.tar.xz) = 4dfdfffdf6412dde7794fae34984b64bed2714b6b6a5e566c93ec00f299b97cf6ceefd362ba98d4b35335f85c8351a644ac54c66955dbf7bf1df7cd30e5274fb
|
||||||
SHA512 (samba-4.11.0.tar.asc) = 09dfb708b691d3e4d460f8c08b353c6d511c60176b6ff29f4723ea905b05fdd6bcd2a68d62d52f6bcf9514ad6feaf75e1d08b76136852e6f1a944fe814ab763b
|
SHA512 (samba-4.11.1.tar.asc) = 7a83c2ddf40bb1095823f2b297af3b7ede686f4e1d81327dc3db358c758a194dac7c243bfe4dae032594998e8a90f50bfc8bc710ef89fc9328a5082db0d4df5d
|
||||||
|
Loading…
Reference in New Issue
Block a user