From 75438ae4390512081e167a0f675bded0efad8b86 Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Dec 29 2016 10:03:53 +0000 Subject: Add missing drupal7(views) dependency --- diff --git a/drupal7-views_slideshow.spec b/drupal7-views_slideshow.spec index b58764e..17e0f07 100644 --- a/drupal7-views_slideshow.spec +++ b/drupal7-views_slideshow.spec @@ -4,7 +4,7 @@ Name: drupal7-%{module} Version: 3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Views Slideshow can be used to create a slideshow of any content Group: Applications/Publishing @@ -15,6 +15,8 @@ Source0: http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}.tar BuildArch: noarch BuildRequires: drupal7-rpmbuild >= 7.23-3 +# views_slideshow.info +Requires: drupal7(views) # phpcompatinfo (computed from version 3.2) # @@ -56,6 +58,9 @@ cp -pr * %{buildroot}%{drupal7_modules}/%{module}/ %changelog +* Thu Dec 29 2016 Shawn Iwinski - 3.2-2 +- Add missing drupal7(views) dependency + * Thu Dec 29 2016 Shawn Iwinski - 3.2-1 - Updated to 3.2 (RHBZ #1408732)