Update to Samba 4.5.0
Guenther
This commit is contained in:
parent
54f445eefb
commit
119990afb5
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.5.0rc1.tar.xz
|
||||
/samba-4.5.0rc2.tar.xz
|
||||
/samba-4.5.0rc3.tar.xz
|
||||
/samba-4.5.0.tar.xz
|
||||
|
@ -6,7 +6,7 @@
|
||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||
%bcond_without clustering
|
||||
|
||||
%define main_release 0
|
||||
%define main_release 1
|
||||
|
||||
%define samba_version 4.5.0
|
||||
%define talloc_version 2.1.8
|
||||
@ -14,7 +14,7 @@
|
||||
%define tevent_version 0.9.29
|
||||
%define ldb_version 1.1.27
|
||||
# This should be rc1 or nil
|
||||
%define pre_release rc3
|
||||
%define pre_release %nil
|
||||
|
||||
%if "x%{?pre_release}" != "x"
|
||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||
@ -1996,6 +1996,9 @@ rm -rf %{buildroot}
|
||||
%endif # with_clustering_support
|
||||
|
||||
%changelog
|
||||
* Wed Sep 07 2016 Guenther Deschner <gdeschner@redhat.com> - 4.5.0-1
|
||||
- Update to Samba 4.5.0
|
||||
|
||||
* Mon Aug 29 2016 Guenther Deschner <gdeschner@redhat.com> - 4.5.0rc3-0
|
||||
- Update to Samba 4.5.0rc3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user