[vacation] Added missing requirement perl(GDBM_File)

Dr. Tilmann Bubeck bubeck at fedoraproject.org
Tue Oct 4 07:39:50 UTC 2011


commit 433af85f7abf5c7176c29b0e9f6f32fc3d63c113
Author: Dr. Tilmann Bubeck <t.bubeck at reinform.de>
Date:   Tue Oct 4 09:39:27 2011 +0200

    Added missing requirement perl(GDBM_File)

 vacation.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vacation.spec b/vacation.spec
index e6f32d8..1378445 100644
--- a/vacation.spec
+++ b/vacation.spec
@@ -2,13 +2,13 @@ Summary: Automatic mail answering program
 Summary(de): Programm zum automatisierten Beantworten von Mails
 Name: vacation
 Version: 1.2.7.1
-Release: 0.2.beta1%{?dist}
+Release: 0.3.beta1%{?dist}
 License: BSD
 Group: Applications/System
 Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz
 Source1: license-clarification
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Requires: smtpdaemon
+Requires: smtpdaemon perl(GDBM_File)
 URL: http://sourceforge.net/projects/vacation/
 BuildRequires: gdbm-devel
 
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README README.smrsh ChangeLog license-clarification
 
 %changelog
+* Tue Oct 04 2011 Dr. Tilmann Bubeck <t.bubeck at reinform.de> - 1.2.7.1-0.3.beta1
+- Added requirement perl(GDBM)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7.1-0.2.beta1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list