Add direct dependency to samba-libs in the glusterfs package.
authorAndreas Schneider <asn@redhat.com>
Wed, 30 Oct 2013 07:04:59 +0000 (08:04 +0100)
committerAndreas Schneider <asn@redhat.com>
Wed, 30 Oct 2013 07:09:23 +0000 (08:09 +0100)
related: #884169

samba.spec

index e05ead422512f1b2c1cc00f8f2bc47dc0b3a00f0..ff2d253ac2472120b8d7e533d4a7e6fe22d63489 100644 (file)
@@ -266,7 +266,8 @@ Summary: Samba VFS module for GlusterFS
 Group: Applications/System
 Requires: glusterfs-api >= 3.4.0.16
 Requires: glusterfs >= 3.4.0.16
-Requires: samba = %{epoch}:%{samba_version}-%{release}
+Requires: %{name} = %{epoch}:%{samba_version}-%{release}
+Requires: %{name}-libs = %{epoch}:%{samba_version}-%{release}
 
 Obsoletes: samba-glusterfs
 Provides: samba-glusterfs
@@ -1525,6 +1526,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/pam_winbind.8*
 
 %changelog
+* Wed Oct 30 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-4
+- related: #884169 - Add direct dependency to samba-libs in the
+                     glusterfs package.
+
 * Fri Oct 18 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-3
 - resolves: #1020329 - Build glusterfs VFS plguin.