Update to Samba 4.10.0rc2
Guenther
This commit is contained in:
parent
3167ab6362
commit
2961c3a683
2
.gitignore
vendored
2
.gitignore
vendored
@ -149,3 +149,5 @@ samba-3.6.0pre1.tar.gz
|
|||||||
/samba-4.9.4.tar.asc
|
/samba-4.9.4.tar.asc
|
||||||
/samba-4.10.0rc1.tar.xz
|
/samba-4.10.0rc1.tar.xz
|
||||||
/samba-4.10.0rc1.tar.asc
|
/samba-4.10.0rc1.tar.asc
|
||||||
|
/samba-4.10.0rc2.tar.xz
|
||||||
|
/samba-4.10.0rc2.tar.asc
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
%define tevent_version 0.9.38
|
%define tevent_version 0.9.38
|
||||||
%define ldb_version 1.5.2
|
%define ldb_version 1.5.2
|
||||||
# This should be rc1 or nil
|
# This should be rc1 or nil
|
||||||
%define pre_release rc1
|
%define pre_release rc2
|
||||||
|
|
||||||
%if "x%{?pre_release}" != "x"
|
%if "x%{?pre_release}" != "x"
|
||||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||||
@ -1266,6 +1266,7 @@ fi
|
|||||||
|
|
||||||
%if ! %{with_vfs_glusterfs}
|
%if ! %{with_vfs_glusterfs}
|
||||||
%exclude %{_mandir}/man8/vfs_glusterfs.8*
|
%exclude %{_mandir}/man8/vfs_glusterfs.8*
|
||||||
|
%exclude %{_mandir}/man8/vfs_glusterfs_fuse.8*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! %{with_vfs_cephfs}
|
%if ! %{with_vfs_cephfs}
|
||||||
@ -1738,7 +1739,9 @@ fi
|
|||||||
%if %{with_vfs_glusterfs}
|
%if %{with_vfs_glusterfs}
|
||||||
%files vfs-glusterfs
|
%files vfs-glusterfs
|
||||||
%{_libdir}/samba/vfs/glusterfs.so
|
%{_libdir}/samba/vfs/glusterfs.so
|
||||||
|
%{_libdir}/samba/vfs/glusterfs_fuse.so
|
||||||
%{_mandir}/man8/vfs_glusterfs.8*
|
%{_mandir}/man8/vfs_glusterfs.8*
|
||||||
|
%{_mandir}/man8/vfs_glusterfs_fuse.8*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
### KRB5-PRINTING
|
### KRB5-PRINTING
|
||||||
@ -3391,6 +3394,9 @@ fi
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc2-0
|
||||||
|
- Update to Samba 4.10.0rc2
|
||||||
|
|
||||||
* Tue Jan 15 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc1-0
|
* Tue Jan 15 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc1-0
|
||||||
- Update to Samba 4.10.0rc1
|
- Update to Samba 4.10.0rc1
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (samba-4.10.0rc1.tar.xz) = fb68d164eac257ca40c9dd0165ad401827fda8d60aedfcbd192ff65d8918bbce686a2cc8e445b1dfe9d2dcd40ffb79528a9345e97b235f5e9e2247fa1d03c656
|
SHA512 (samba-4.10.0rc2.tar.xz) = d97cefd6284f05deb78484a348c36fa36d5cdd6da67935701626216b0f5fecd24328b63569ac0821bf69551edc1cbb4e6399c404935e8776966954e669fd4411
|
||||||
SHA512 (samba-4.10.0rc1.tar.asc) = 5ba8f02f80be421b019b3087afebe62b6ef7e0249c30cae3684dbf6ced9f9e076403da7f238cc45316afb35267b9dd6714593617afa2d7b41b36bc5d3732c59c
|
SHA512 (samba-4.10.0rc2.tar.asc) = df94e93aa361eee40ef3243457acc6340ee87048724143960a49d64dd7f3ebe32d978a776a3c8e754ebafc7e5b382bb779b30ea35e67768e5ab0e6422d2204a8
|
||||||
|
Loading…
Reference in New Issue
Block a user