[samba/f19] Fix installation of pam_winbind after upgrade.

asn asn at fedoraproject.org
Wed Oct 16 07:10:04 UTC 2013


commit f577bb16e4b303e1ecc3c399d096ae894a8ca0b7
Author: Andreas Schneider <asn at redhat.com>
Date:   Tue Oct 15 16:48:15 2013 +0200

    Fix installation of pam_winbind after upgrade.
    
    resolves: #1018856

 samba.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index e1addf4..795cffd 100644
--- a/samba.spec
+++ b/samba.spec
@@ -1,7 +1,7 @@
 # Set --with testsuite or %bcond_without to run the Samba torture testsuite.
 %bcond_with testsuite
 
-%define main_release 2
+%define main_release 3
 
 %define samba_version 4.0.9
 %define talloc_version 2.0.7
@@ -400,6 +400,7 @@ Summary: Samba winbind
 Group: Applications/System
 Requires: %{name}-common = %{samba_depver}
 Requires: %{name}-libs = %{samba_depver}
+Requires: %{name}-winbind-modules = %{samba_depver}
 
 Provides: samba4-winbind = %{samba_depver}
 Obsoletes: samba4-winbind < %{samba_depver}
@@ -1523,6 +1524,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/pam_winbind.8*
 
 %changelog
+* Wed Oct 16 2013 - Andreas Schneider <asn at redhat.com> 2:4.0.9-3
+- resolves: #1018856 - Fix installation of pam_winbind after upgrade.
+- related: #1010722 - Split out a samba-winbind-modules package.
+
 * Fri Oct 04 2013 - Andreas Schneider <asn at redhat.com> - 2:4.0.9-2
 - resolves: #1010722 - Split out a samba-winbind-modules package.
 


More information about the scm-commits mailing list