Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 629223 Details for
Bug 862194
Correct samba4 spec file for RHEL6 support and DC-enabled builds
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Spec patch versus latest RHEL6-compatible (140.rc1) package release.
samba4-140.patch (text/plain), 19.78 KB, created by
Giuseppe Ragusa
on 2012-10-18 07:41:51 UTC
(
hide
)
Description:
Spec patch versus latest RHEL6-compatible (140.rc1) package release.
Filename:
MIME Type:
Creator:
Giuseppe Ragusa
Created:
2012-10-18 07:41:51 UTC
Size:
19.78 KB
patch
obsolete
>--- samba4.spec.orig 2012-10-18 09:29:43.000000000 +0200 >+++ samba4.spec 2012-10-18 09:36:53.000000000 +0200 >@@ -1,4 +1,4 @@ >-%define main_release 140 >+%define main_release 140.5 > > %define samba_version 4.0.0 > %define talloc_version 2.0.7 >@@ -6,7 +6,7 @@ > %define tdb_version 1.2.10 > %define tevent_version 0.9.17 > %define ldb_version 1.1.12 >-%define pre_release rc1 >+%define pre_release rc3 > > %define samba_release %{main_release}%{?dist}.%{pre_release} > >@@ -22,9 +22,21 @@ > > %global with_usrmove 0 > >+%global with_runmove 0 >+ >+%global with_tmpfiles 0 >+ > %global with_mitkrb5 1 > %global with_dc 0 > >+%global with_clustering_support 1 >+ >+%if %with_dc >+%global with_mitkrb5 0 >+%global with_libsmbclient 1 >+%global with_libwbclient 1 >+%endif >+ > %if 0%{?rhel} == 6 > %global with_talloc 0 > %global with_tevent 0 >@@ -38,6 +50,16 @@ > %global with_ldb 0 > %endif > >+%if 0%{?fedora} > 14 || 0%{?rhel} > 6 >+%global with_tmpfiles 1 >+%global with_runmove 1 >+%endif >+ >+%if 0%{?fedora} > 14 || 0%{?rhel} > 6 >+%global with_tmpfiles 1 >+%global with_runmove 1 >+%endif >+ > %if 0%{?fedora} > 16 || 0%{?rhel} > 6 > %global with_usrmove 1 > %endif >@@ -48,6 +70,18 @@ > %global smb_lib %{_lib} > %endif > >+%if %with_runmove >+%global real_run /run >+%else >+%global real_run /var/run >+%endif >+ >+%if %with_runmove >+%global real_run /run >+%else >+%global real_run /var/run >+%endif >+ > %{!?python_libdir: %define python_libdir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1,1)")} > %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > >@@ -85,20 +119,18 @@ > Source6: samba.pamd > Source7: samba.conf.tmp > >+Source90: smbprint >+ > Source100: nmb.init > Source101: smb.init > Source102: winbind.init >+Source103: samba.init > > Source200: README.dc > Source201: README.downgrade > >-Patch1: samba-4.0.0rc2-build_idmap_manpages.patch >-Patch2: samba-4.0.0rc2-create_smbldaphelper.patch >-Patch3: samba-4.0.0rc2-make_smbldaphelper_lib.patch >-Patch4: samba-4.0.0rc2-fix_smbldaphelper_without_ldap.patch >-Patch5: samba-4.0.0rc2-fix_smb.conf_manpage_build.patch >-Patch6: samba-4.0.0rc2-use_smb_man_style.patch >-Patch7: samba-4.0.0rc2-fix_panic_action.patch >+Patch0: samba-4.0.0rc4-request_aes_krb_keys.patch >+Patch1: samba-4.0.0rc4-add_aes_enctypes_to_krb5_conf.patch > > BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > >@@ -113,6 +145,8 @@ > %endif > > Requires(pre): %{name}-common = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} >+ > Requires: logrotate > Requires: pam > Requires: perl(Parse::Yapp) >@@ -121,7 +155,9 @@ > Provides: samba = %{samba_depver} > > BuildRequires: autoconf >+%if %with_clustering_support > BuildRequires: ctdb-devel >+%endif > BuildRequires: cups-devel > BuildRequires: docbook-style-xsl > BuildRequires: e2fsprogs-devel >@@ -180,6 +216,7 @@ > %if ! %with_libsmbclient && ! %with_libwbclient > %{?filter_setup: > %filter_from_provides /libsmbclient.so.0()/d; /libwbclient.so.0()/d >+%filter_from_requires /libsmbclient.so.0()/d; /libwbclient.so.0()/d > %filter_setup > } > %endif >@@ -205,7 +242,7 @@ > Summary: Samba libraries > Group: Applications/System > %if %with_libwbclient >-Requires: libwbclient >+Requires: libwbclient = %{samba_depver} > %endif > > %description libs >@@ -215,6 +252,7 @@ > %package python > Summary: Samba Python libraries > Group: Applications/System >+Requires: %{name} = %{samba_depver} > Requires: %{name}-libs = %{samba_depver} > > %description python >@@ -224,7 +262,9 @@ > %package devel > Summary: Developer tools for Samba libraries > Group: Development/Libraries >+Requires: %{name}-common = %{samba_depver} > Requires: %{name}-libs = %{samba_depver} >+Requires: %{name}-test = %{samba_depver} > > Conflicts: samba-devel < %{samba_conflict_ver} > Provides: samba-devel = %{samba_depver} >@@ -261,6 +301,11 @@ > %package test > Summary: Testing tools for Samba servers and clients > Group: Applications/System >+Requires: %{name} = %{samba_depver} >+Requires: %{name}-common = %{samba_depver} >+Requires: %{name}-dc = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} >+Requires: %{name}-winbind = %{samba_depver} > > %description test > samba4-test provides testing tools for both the server and client >@@ -269,8 +314,8 @@ > %package winbind > Summary: Samba winbind > Group: Applications/System >-Requires: %{name} = %{samba_depver} >-Requires: samba4-common = %{samba_depver} >+Requires: %{name}-common = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} > > Conflicts: samba-winbind < %{samba_conflict_ver} > Provides: samba-winbind = %{samba_depver} >@@ -282,12 +327,26 @@ > > %package winbind-krb5-locator > Summary: Samba winbind krb5 locator >-Requires: %{name}-winbind-clients = %{samba_depver} > Group: Applications/System >+%if %with_libwbclient >+Requires: libwbclient = %{samba_depver} >+Requires: %{name}-winbind = %{samba_depver} >+%else >+Requires: %{name}-libs = %{samba_depver} >+%endif > > Conflicts: samba-winbind-krb5-locator < %{samba_depver} > Provides: samba-winbind-krb5-locator = %{samba_depver} > >+# Handle winbind_krb5_locator.so as alternatives to allow >+# IPA AD trusts case where it should not be used by libkrb5 >+# The plugin will be diverted to /dev/null by the FreeIPA >+# freeipa-server-trust-ad subpackage due to higher priority >+# and restored to the proper one on uninstall >+Requires(post): %{_sbindir}/update-alternatives >+Requires(postun): %{_sbindir}/update-alternatives >+Requires(preun): %{_sbindir}/update-alternatives >+ > %description winbind-krb5-locator > The winbind krb5 locator is a plugin for the system kerberos library to allow > the local kerberos library to use the same KDC as samba and winbind use >@@ -295,11 +354,15 @@ > %package winbind-clients > Summary: Samba winbind clients > Group: Applications/System >+Requires: %{name}-common = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} >+Requires: %{name}-winbind = %{samba_depver} > %if %with_libwbclient >-Requires: libwbclient >+Requires: libwbclient = %{samba_depver} > %endif > > Conflicts: samba-winbind-clients < %{samba_depver} >+Provides: samba-winbind-clients = %{samba_depver} > > %description winbind-clients > The samba-winbind-clients package provides the NSS library and a PAM >@@ -309,7 +372,10 @@ > %package swat > Summary: The Samba SMB server Web configuration program > Group: Applications/System >-Requires: %{name} = %{samba_depver}, xinetd >+Requires: %{name} = %{samba_depver} >+Requires: %{name}-common = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} >+Requires: xinetd > > Conflicts: samba-swat < %{samba_conflict_ver} > Provides: samba-swat = %{samba_depver} >@@ -364,8 +430,9 @@ > %package dc > Summary: Samba AD Domain Controller > Group: Applications/System >-Requires: samba4-dc-libs = %{samba_depver} >-Requires: samba4-python = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} >+Requires: %{name}-dc-libs = %{samba_depver} >+Requires: %{name}-python = %{samba_depver} > > %description dc > The samba-dc package provides AD Domain Controller functionality >@@ -373,8 +440,8 @@ > %package dc-libs > Summary: Samba AD Domain Controller Libraries > Group: Applications/System >-Requires: samba4-libs = %{samba_depver} >-Requires: samba4-common = %{samba_depver} >+Requires: %{name}-common = %{samba_depver} >+Requires: %{name}-libs = %{samba_depver} > > %description dc-libs > The samba4-dc-libs package contains the libraries needed by the DC to >@@ -383,13 +450,8 @@ > %prep > %setup -q -n samba-%{version}%{pre_release} > >-%patch1 -p1 -b .build_idmap_manpages >-%patch2 -p1 -b .create_smbldaphelper >-%patch3 -p1 -b .smbldaphelper_lib >-%patch4 -p1 -b .smbldaphed_without_ldap >-%patch5 -p1 -b .smb.conf_manpage >-%patch6 -p1 -b .smb_man_style >-%patch7 -p1 -b .fix_panic_action >+%patch0 -p1 -b .request_aes_krb_keys >+%patch1 -p1 -b .add_aes_enctypes_to_krb5_conf > > %build > %global _talloc_lib ,talloc,pytalloc,pytalloc-util >@@ -417,21 +479,12 @@ > > %global _samba4_idmap_modules idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2 > %global _samba4_pdb_modules pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4 >-%global _samba4_auth_modules auth_sam,auth_unix,auth_winbind,auth_wbc,auth_server,auth_builtin,auth_netlogond,auth_script,auth_samba4 >+%global _samba4_auth_modules auth_sam,auth_unix,auth_winbind,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4 > # auth_domain needs to be static >+# auth_builtin needs to be static cause it provides builtin and guest module > > %global _samba4_modules %{_samba4_idmap_modules},%{_samba4_pdb_modules},%{_samba4_auth_modules} > >-# libsmbclient and libwbclient package >- >-#%if (! %with_libsmbclient) && (! %with_libwbclient) >-#%define _samba4_private_libraries smbclient,wbclient >-#%else if ! %with_libsmbclient >-#%define _samba4_private_libraries smbclient, >-#%else if ! %with_libwbclient >-#%define _samba4_private_libraries wbclient, >-#%endif >- > %global _libsmbclient %nil > %global _libwbclient %nil > >@@ -447,8 +500,8 @@ > > %configure \ > --enable-fhs \ >- --with-piddir=/run \ >- --with-sockets-dir=/run/samba \ >+ --with-piddir=%{real_run} \ >+ --with-sockets-dir=%{real_run}/samba \ > --with-modulesdir=%{_libdir}/samba \ > --with-pammodulesdir=/%{smb_lib}/security \ > --with-lockdir=/var/lib/samba \ >@@ -457,6 +510,7 @@ > --with-shared-modules=%{_samba4_modules} \ > --builtin-libraries=ccan \ > --bundled-libraries=%{_samba4_libraries} \ >+ --with-pam \ > --disable-ntdb \ > %if (! %with_libsmbclient) || (! %with_libwbclient) > --private-libraries=%{_samba4_private_libraries} \ >@@ -467,6 +521,9 @@ > %if ! %with_dc > --without-ad-dc \ > %endif >+%if %with_clustering_support >+ --with-cluster-support \ >+%endif > %if ! %with_pam_smbpass > --without-pam_smbpass > %endif >@@ -484,8 +541,8 @@ > make install DESTDIR=%{buildroot} > > install -d -m 0755 %{buildroot}/usr/{sbin,bin} >-install -d -m 0755 %{buildroot}/%{_sysconfdir}/{pam.d,logrotate.d,security} >-install -d -m 0755 %{buildroot}/%{smb_lib}/security >+install -d -m 0755 %{buildroot}%{_sysconfdir}/{pam.d,logrotate.d,security} >+install -d -m 0755 %{buildroot}%{smb_lib}/security > install -d -m 0755 %{buildroot}/var/lib/samba > install -d -m 0755 %{buildroot}/var/lib/samba/private > install -d -m 0755 %{buildroot}/var/lib/samba/winbindd_privileged >@@ -524,6 +581,8 @@ > install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf > install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/samba > >+install -m 0744 %{SOURCE90} %{buildroot}%{_bindir}/smbprint >+ > echo 127.0.0.1 localhost > %{buildroot}%{_sysconfdir}/samba/lmhosts > > install -d -m 0755 %{buildroot}%{_sysconfdir}/openldap/schema >@@ -532,8 +591,10 @@ > install -d -m 0755 %{buildroot}%{_sysconfdir}/xinetd.d > install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.d/swat > >+%if %with_tmpfiles > install -d -m 0755 %{buildroot}%{_sysconfdir}/tmpfiles.d/ > install -m644 %{SOURCE7} %{buildroot}%{_sysconfdir}/tmpfiles.d/samba.conf >+%endif > > install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig > install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba >@@ -548,7 +609,7 @@ > > %if 0%{?fedora} > 15 || 0%{?rhel} > 6 > install -d -m 0755 %{buildroot}%{_unitdir} >-for i in nmb smb winbind ; do >+for i in nmb smb winbind samba ; do > cat packaging/systemd/$i.service | sed -e 's@Type=forking@Type=forking\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' >tmp$i.service > install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service > done >@@ -556,15 +617,15 @@ > > %if 0%{?rhel} == 6 > install -d -m 0755 %{buildroot}%{_initrddir} >-install -m 0644 %{SOURCE100} %{buildroot}%{_initrddir}/nmb >-install -m 0644 %{SOURCE101} %{buildroot}%{_initrddir}/smb >-install -m 0644 %{SOURCE102} %{buildroot}%{_initrddir}/winbind >+install -m 0755 %{SOURCE100} %{buildroot}%{_initrddir}/nmb >+install -m 0755 %{SOURCE101} %{buildroot}%{_initrddir}/smb >+install -m 0755 %{SOURCE102} %{buildroot}%{_initrddir}/winbind >+install -m 0755 %{SOURCE103} %{buildroot}%{_initrddir}/samba > %endif > > # winbind krb5 locator > install -d -m 0755 %{buildroot}%{_libdir}/krb5/plugins/libkrb5 >-install -m 755 %{buildroot}/%{_libdir}/winbind_krb5_locator.so %{buildroot}/%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so >-rm -f %{buildroot}/%{_libdir}/winbind_krb5_locator.so >+touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so > > # cleanup stuff that does not belong here > rm -f %{buildroot}/%{_mandir}/man3/ldb.3* >@@ -586,10 +647,6 @@ > rm -f %{buildroot}/%{smb_lib}/security/pam_smbpass.so > rm -f %{buildroot}%{python_sitelib}/tevent.py > >-%if ! %with_libwbclient >-ln -sf %{_libdir}/samba/libwbclient.so.0 %{buildroot}%{_libdir}/samba/libwbclient.so >-%endif >- > %post > %if 0%{?rhel} == 6 > /sbin/chkconfig --add smb >@@ -665,6 +722,61 @@ > %post dc-libs -p /sbin/ldconfig > > %postun dc-libs -p /sbin/ldconfig >+ >+%post dc >+%if 0%{?rhel} == 6 >+/sbin/chkconfig --add samba >+if [ "$1" -ge "1" ]; then >+ /sbin/service samba condrestart >/dev/null 2>&1 || : >+fi >+exit 0 >+%endif >+ >+%if 0%{?fedora} == 17 >+if [ $1 -eq 1 ] ; then >+ # Initial installation >+ /bin/systemctl daemon-reload >/dev/null 2>&1 || : >+fi >+%endif >+ >+%if 0%{?fedora} > 17 || 0%{?rhel} > 6 >+%systemd_post samba.service >+%endif >+ >+%preun dc >+%if 0%{?rhel} == 6 >+if [ $1 = 0 ] ; then >+ /sbin/service samba stop >/dev/null 2>&1 || : >+ /sbin/chkconfig --del samba >+fi >+exit 0 >+%endif >+ >+%if 0%{?fedora} == 17 >+if [ $1 -eq 0 ] ; then >+ # Package removal, not upgrade >+ /bin/systemctl --no-reload disable samba.service > /dev/null 2>&1 || : >+ /bin/systemctl stop samba.service > /dev/null 2>&1 || : >+fi >+%endif >+ >+%if 0%{?fedora} > 17 || 0%{?rhel} > 6 >+%systemd_preun samba.service >+%endif >+ >+%postun dc >+%if 0%{?fedora} == 17 >+/bin/systemctl daemon-reload >/dev/null 2>&1 || : >+if [ $1 -ge 1 ] ; then >+ # Package upgrade, not uninstall >+ /bin/systemctl try-restart samba.service >/dev/null 2>&1 || : >+fi >+%endif >+ >+%if 0%{?fedora} > 17 || 0%{?rhel} > 6 >+%systemd_postun_with_restart samba.service >+%endif >+ > %endif # with_dc > > %post test -p /sbin/ldconfig >@@ -755,6 +867,22 @@ > %postun -n libwbclient -p /sbin/ldconfig > %endif # with_libwbclient > >+%postun winbind-krb5-locator >+if [ "$1" -ge "1" ]; then >+ if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "%{_libdir}/winbind_krb5_locator.so" ]; then >+ %{_sbindir}/alternatives --set winbind_krb5_locator %{_libdir}/winbind_krb5_locator.so >+ fi >+fi >+ >+%post winbind-krb5-locator >+%{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \ >+ winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so 10 >+ >+%preun winbind-krb5-locator >+if [ $1 -eq 0 ]; then >+ %{_sbindir}/update-alternatives --remove winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so >+fi >+ > %clean > rm -rf %{buildroot} > >@@ -830,6 +958,7 @@ > %{_libdir}/samba/libcli-nbt.so > %{_libdir}/samba/libcli_cldap.so > %{_libdir}/samba/libcli_smb_common.so >+%{_libdir}/samba/libcli_spoolss.so > %{_libdir}/samba/libcliauth.so > #%{_libdir}/samba/libclidns.so > %{_libdir}/samba/libcluster.so >@@ -872,6 +1001,7 @@ > %{_libdir}/samba/libsmbregistry.so > %{_libdir}/samba/libtdb-wrap.so > %{_libdir}/samba/libtdb_compat.so >+%{_libdir}/samba/libtrusts_util.so > %{_libdir}/samba/libutil_cmdline.so > #%{_libdir}/samba/libutil_ntdb.so > %{_libdir}/samba/libutil_reg.so >@@ -942,7 +1072,9 @@ > %files common > %defattr(-,root,root) > #%{_libdir}/samba/charset ??? >+%if %with_tmpfiles > %{_sysconfdir}/tmpfiles.d/samba.conf >+%endif > %{_bindir}/net > %{_bindir}/pdbedit > %{_bindir}/profiles >@@ -951,8 +1083,13 @@ > %{_libdir}/libnetapi.so.* > %{_libdir}/samba/libprinting_migrate.so > %{_datadir}/samba/codepages >+%if %{with_runmove} > %ghost %dir /var/run/samba > %ghost %dir /var/run/winbindd >+%else >+%dir /var/run/samba >+%dir /var/run/winbindd >+%endif > %attr(700,root,root) %dir /var/lib/samba/private > %attr(755,root,root) %dir %{_sysconfdir}/samba > %config(noreplace) %{_sysconfdir}/samba/smb.conf >@@ -985,6 +1122,12 @@ > %{_libdir}/samba/libdsdb-module.so > > %if %with_dc >+%if 0%{?fedora} > 15 || 0%{?rhel} > 6 >+%{_unitdir}/samba.service >+%endif >+%if 0%{?rhel} == 6 >+%{_initrddir}/samba >+%endif > %{_bindir}/samba-tool > %{_sbindir}/samba > %{_sbindir}/samba_kcc >@@ -1031,13 +1174,9 @@ > %{_libdir}/samba/libidmap.so > %{_sbindir}/winbindd > %attr(750,root,wbpriv) %dir /var/lib/samba/winbindd_privileged >-%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf > %if 0%{?fedora} > 15 || 0%{?rhel} > 6 > %{_unitdir}/winbind.service > %endif >-%{_mandir}/man1/wbinfo.1* >-%{_mandir}/man5/pam_winbind.conf.5* >-%{_mandir}/man8/pam_winbind.8* > %{_mandir}/man8/winbindd.8* > %{_mandir}/man8/idmap_*.8* > #%{_datadir}/locale/*/LC_MESSAGES/pam_winbind.mo >@@ -1047,7 +1186,8 @@ > > %files winbind-krb5-locator > %defattr(-,root,root) >-%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so >+%ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so >+%{_libdir}/winbind_krb5_locator.so > %{_mandir}/man7/winbind_krb5_locator.7* > > %files winbind-clients >@@ -1055,12 +1195,14 @@ > %{_bindir}/ntlm_auth > %{_bindir}/ntlm_auth3 > %{_bindir}/wbinfo >-%{_libdir}/libnss_winbind.so >-/%{smb_lib}/libnss_winbind.so.2 >-%{_libdir}/libnss_wins.so >-/%{smb_lib}/libnss_wins.so.2 >+/%{smb_lib}/libnss_winbind.so* >+/%{smb_lib}/libnss_wins.so* > /%{smb_lib}/security/pam_winbind.so >+%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf > %{_mandir}/man1/ntlm_auth.1.gz >+%{_mandir}/man1/wbinfo.1* >+%{_mandir}/man5/pam_winbind.conf.5* >+%{_mandir}/man8/pam_winbind.8* > > %files client > %defattr(-,root,root) >@@ -1085,13 +1227,12 @@ > %{_bindir}/smbget > #%{_bindir}/smbiconv > %{_bindir}/smbpasswd >+%{_bindir}/smbprint > %{_bindir}/smbspool > %{_bindir}/smbta-util > %{_bindir}/smbtree > %{_bindir}/split_tokens >-%{_libdir}/samba/libcli_spoolss.so > %{_libdir}/samba/libldb-cmdline.so >-%{_libdir}/samba/libtrusts_util.so > %{_mandir}/man1/nmblookup.1* > %{_mandir}/man1/oLschema2ldif.1* > %{_mandir}/man1/regdiff.1* >@@ -1347,7 +1488,6 @@ > %endif # ! with_libsmbclient > > %if ! %with_libwbclient >-%{_libdir}/samba/libwbclient.so > %{_includedir}/samba-4.0/wbclient.h > %endif # ! with_libwbclient > >@@ -1401,6 +1541,43 @@ > %endif # with_libwbclient > > %changelog >+* Thu Oct 18 2012 Giuseppe Ragusa <giuseppe.ragusa@hotmail.com>- 2:4.0.0-140.5.rc3 >+- Add tweaks from latest (up to 158.rc3) Rawhide samba packages: >+- Move pam_winbind.conf and the manpages to the right package. >+- resolves: #866959 - Built auth_builtin as static module. >+- Add back the AES patches which didn't make it in rc3. >+- Update to 4.0.0rc3. >+- resolves: #805562 - Unable to share print queues. >+- resolves: #863388 - Unable to reload smbd configuration with systemctl. >+ >+* Mon Oct 15 2012 Giuseppe Ragusa <giuseppe.ragusa@hotmail.com>- 2:4.0.0-140.4.rc2 >+- Add tweaks from latest (152.rc2 and 153.rc2) Rawhide samba packages: >+- Add kerberos AES support. >+- Fix printing initialization. >+- Use alternatives to configure winbind_krb5_locator.so >+- Fix Requires for winbind. >+ >+* Fri Oct 05 2012 Giuseppe Ragusa <giuseppe.ragusa@hotmail.com>- 2:4.0.0-140.3.rc2 >+- Add tweaks from latest (151.rc2) Rawhide samba package: >+- Update to 4.0.0rc2. >+- Remove upstreamed patches. >+- Add pam configure option. >+- Fix lib{wb,smb}client support. >+ >+* Mon Oct 01 2012 Giuseppe Ragusa <giuseppe.ragusa@hotmail.com>- 2:4.0.0-140.2.rc1 >+- Add tweaks from latest (150.rc1) Rawhide samba package: >+- Change lib{wb,smb}client as separate packages default to on when building DC. >+- Add conditional lib{wb,smb}client dependency for winbind-krb5-locator. >+- Package smbprint again. >+- Make clustering support explicit and default to on. >+ >+* Mon Sep 24 2012 Giuseppe Ragusa <giuseppe.ragusa@hotmail.com>- 2:4.0.0-140.1.rc1 >+- Make tmpfiles.d support conditional. >+- Fix runmove paths. >+- Fix permissions of SysVinit control scripts >+- Disable MIT Kerberos when enabling full DC functionalities. >+- Add initscript/unit and post/preun/postun for full DC functionalities. >+ > * Tue Sep 18 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-140.rc1 > - Fixed building the manpages. > - Fixed building passdb and smbldaphelper
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 862194
:
620195
|
620197
|
620198
|
622292
| 629223