[etckeeper] Add a missing requirement on crontabs to spec file.

Thomas Moschny thm at fedoraproject.org
Sat Jul 27 14:30:10 UTC 2013


commit 2b40d1fab622467b1b7c776f0afaac5c77318264
Author: Jóhann B. Guðmundsson <johannbg at fedoraproject.org>
Date:   Sat Jul 27 16:15:38 2013 +0200

    Add a missing requirement on crontabs to spec file.

 etckeeper.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/etckeeper.spec b/etckeeper.spec
index 198fdea..73a86a2 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -2,7 +2,7 @@
 
 Name:      etckeeper
 Version:   1.4
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
 License:   GPLv2+
@@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  git >= 1.5.4
 Requires:  perl
+Requires:  crontabs
 
 %description
 The etckeeper program is a tool to let /etc be stored in a git,
@@ -93,6 +94,9 @@ fi
 %endif
 
 %changelog
+* Sat Jul 27 2013 Jóhann B. Guðmundsson <johannbg at fedoraproject.org> - 1.4-2
+- Add a missing requirement on crontabs to spec file
+
 * Sun Jun 23 2013 Thomas Moschny <thomas.moschny at gmx.de> - 1.4-1
 - Update to 1.4.
 


More information about the scm-commits mailing list