[stgit] Added dependency on git-email package

pschiffe pschiffe at fedoraproject.org
Thu Oct 17 18:59:04 UTC 2013


commit 16390ce9f9230fc5def9200ff6b1af751e423c08
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Oct 17 20:56:51 2013 +0200

    Added dependency on git-email package
    
    - resolves: #1004478
      added dependency on git-email package, so the stg mail command
      can function properly

 stgit.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/stgit.spec b/stgit.spec
index 9078ec1..7e70b2a 100644
--- a/stgit.spec
+++ b/stgit.spec
@@ -12,7 +12,7 @@ Patch0: stgit-0.16-tmpl.patch
 
 BuildArch: noarch
 BuildRequires: git-core, python2-devel, asciidoc, xmlto
-Requires: git-core, python2, vim-filesystem
+Requires: git-core, git-email, python2, vim-filesystem
 
 %description
 StGit is a Python application providing similar functionality
@@ -60,6 +60,9 @@ install -m 644 -D contrib/vim/ftdetect/stg.vim $RPM_BUILD_ROOT%{_datadir}/vim/vi
 * Thu Oct 17 2013 Peter Schiffer <pschiffe at redhat.com> - 0.17.1-1
 - resolves: #1014240
   updated to 0.17.1
+- resolves: #1004478
+  added dependency on git-email package, so the stg mail command
+  can function properly
 
 * Wed Jul 31 2013 Peter Schiffer <pschiffe at redhat.com> - 0.17-3
 - fixed dirty index errors when resolving conflicts


More information about the scm-commits mailing list