Update to 4.0.3.
This commit is contained in:
parent
4a4eaf79d2
commit
3d1f4a6ab2
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ samba-3.6.0pre1.tar.gz
|
|||||||
/samba-4.0.0rc6.tar.bz2
|
/samba-4.0.0rc6.tar.bz2
|
||||||
/samba-4.0.0.tar.bz2
|
/samba-4.0.0.tar.bz2
|
||||||
/samba-4.0.1.tar.bz2
|
/samba-4.0.1.tar.bz2
|
||||||
|
/samba-4.0.2.tar.bz2
|
||||||
|
/samba-4.0.3.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
11
samba.spec
11
samba.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
%define main_release 1
|
%define main_release 1
|
||||||
|
|
||||||
%define samba_version 4.0.2
|
%define samba_version 4.0.3
|
||||||
%define talloc_version 2.0.7
|
%define talloc_version 2.0.7
|
||||||
%define ntdb_version 0.9
|
%define ntdb_version 0.9
|
||||||
%define tdb_version 1.2.10
|
%define tdb_version 1.2.10
|
||||||
@ -76,8 +76,6 @@ Source6: samba.pamd
|
|||||||
Source200: README.dc
|
Source200: README.dc
|
||||||
Source201: README.downgrade
|
Source201: README.downgrade
|
||||||
|
|
||||||
Patch0: samba-4.0.0-fix_conn_share_access_reset.patch
|
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/groupadd
|
Requires(pre): /usr/sbin/groupadd
|
||||||
@ -432,8 +430,6 @@ the local kerberos library to use the same KDC as samba and winbind use
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n samba-%{version}%{pre_release}
|
%setup -q -n samba-%{version}%{pre_release}
|
||||||
|
|
||||||
%patch0 -p1 -b .conn_share_reset
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
||||||
%global _tevent_lib ,tevent,pytevent
|
%global _tevent_lib ,tevent,pytevent
|
||||||
@ -745,6 +741,7 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/smbta-util
|
%{_bindir}/smbta-util
|
||||||
%{_bindir}/smbtree
|
%{_bindir}/smbtree
|
||||||
%{_libdir}/samba/libldb-cmdline.so
|
%{_libdir}/samba/libldb-cmdline.so
|
||||||
|
%{_mandir}/man1/dbwrap_tool.1*
|
||||||
%{_mandir}/man1/nmblookup.1*
|
%{_mandir}/man1/nmblookup.1*
|
||||||
%{_mandir}/man1/oLschema2ldif.1*
|
%{_mandir}/man1/oLschema2ldif.1*
|
||||||
%{_mandir}/man1/regdiff.1*
|
%{_mandir}/man1/regdiff.1*
|
||||||
@ -1328,7 +1325,6 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/security/pam_winbind.so
|
%{_libdir}/security/pam_winbind.so
|
||||||
%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
|
%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
|
||||||
%{_mandir}/man1/ntlm_auth.1.gz
|
%{_mandir}/man1/ntlm_auth.1.gz
|
||||||
%exclude %{_mandir}/man1/ntlm_auth4.1.gz
|
|
||||||
%{_mandir}/man1/wbinfo.1*
|
%{_mandir}/man1/wbinfo.1*
|
||||||
%{_mandir}/man5/pam_winbind.conf.5*
|
%{_mandir}/man5/pam_winbind.conf.5*
|
||||||
%{_mandir}/man8/pam_winbind.8*
|
%{_mandir}/man8/pam_winbind.8*
|
||||||
@ -1341,6 +1337,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man7/winbind_krb5_locator.7*
|
%{_mandir}/man7/winbind_krb5_locator.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 07 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-1
|
||||||
|
- Update to Samba 4.0.3.
|
||||||
|
|
||||||
* Wed Jan 30 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.2-1
|
* Wed Jan 30 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.2-1
|
||||||
- Update to Samba 4.0.2.
|
- Update to Samba 4.0.2.
|
||||||
- Fixes CVE-2013-0213.
|
- Fixes CVE-2013-0213.
|
||||||
|
Loading…
Reference in New Issue
Block a user