Update to Samba 4.1.12.

This commit is contained in:
Andreas Schneider 2014-09-24 15:50:04 +02:00
parent 7c0d8ecfb7
commit 3620ac8a38
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ samba-3.6.0pre1.tar.gz
/samba-4.1.9.tar.xz
/samba-4.1.11.tar.gz
/samba-4.1.11.tar.xz
/samba-4.1.12.tar.xz

View File

@ -8,7 +8,7 @@
%define main_release 1
%define samba_version 4.1.11
%define samba_version 4.1.12
%define talloc_version 2.0.8
%define ntdb_version 0.9
%define tdb_version 1.2.12
@ -63,7 +63,7 @@
Name: samba
Version: %{samba_version}
Release: %{samba_release}.4
Release: %{samba_release}
%if 0%{?rhel}
Epoch: 0
@ -1082,6 +1082,7 @@ rm -rf %{buildroot}
%{_libdir}/samba/service
%{_libdir}/libdcerpc-server.so.*
%{_libdir}/samba/libdfs_server_ad.so
%{_libdir}/samba/libdnsserver_common.so
%{_libdir}/samba/libdsdb-module.so
%{_libdir}/samba/libntvfs.so
%{_libdir}/samba/libposix_eadb.so
@ -1089,6 +1090,7 @@ rm -rf %{buildroot}
%else
%doc packaging/README.dc-libs
%exclude %{_libdir}/samba/libdfs_server_ad.so
%exclude %{_libdir}/samba/libdnsserver_common.so
%endif # with_dc
### DEVEL
@ -1581,6 +1583,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/pam_winbind.8*
%changelog
* Wed Sep 24 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-1
- Update to Samba 4.1.12.
* Tue Sep 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:4.1.11-1.4
- Perl 5.20 mass

View File

@ -1 +1 @@
4e638121da030622e42ff46999ee6165 samba-4.1.11.tar.xz
98e3140aa7ceb0158e30a075958bcb7c samba-4.1.12.tar.xz