[stgit/f20] Added dependency on git-email

pschiffe pschiffe at fedoraproject.org
Thu Oct 17 19:06:16 UTC 2013


commit 18704a34db648870fb5f0468ec3d5c9c8998c93b
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Oct 17 21:05:35 2013 +0200

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

 stgit.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/stgit.spec b/stgit.spec
index 2078372..37e7080 100644
--- a/stgit.spec
+++ b/stgit.spec
@@ -1,7 +1,7 @@
 Summary: Patch stack for Git repositories
 Name: stgit
 Version: 0.17
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.procode.org/stgit/
@@ -14,7 +14,7 @@ Patch1: stgit-0.17-dirty-index-errors.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
@@ -61,6 +61,11 @@ install -m 644 -D contrib/vim/ftdetect/stg.vim $RPM_BUILD_ROOT%{_datadir}/vim/vi
 %{_datadir}/vim/vimfiles/ftdetect/stg.vim
 
 %changelog
+* Thu Oct 17 2013 Peter Schiffer <pschiffe at redhat.com> - 0.17-4
+- 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