[stgit/f19] Added dependency on git-email package

pschiffe pschiffe at fedoraproject.org
Thu Oct 17 19:26:49 UTC 2013


commit dfd32553ae468b771b6f569a63147228cbead2b2
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Oct 17 21:26:20 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 |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/stgit.spec b/stgit.spec
index a7bd922..68d3753 100644
--- a/stgit.spec
+++ b/stgit.spec
@@ -1,7 +1,7 @@
 Summary: Patch stack for Git repositories
 Name: stgit
 Version: 0.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.procode.org/stgit/
@@ -12,7 +12,7 @@ Patch: stgit-0.16-tmpl.patch
 
 BuildArch: noarch
 BuildRequires: git-core, python2-devel, asciidoc, xmlto
-Requires: git-core, python2
+Requires: git-core, git-email, python2
 
 %description
 StGit is a Python application providing similar functionality
@@ -51,6 +51,11 @@ ln -s ../..%{_datadir}/%{name}/completion/stgit-completion.bash \
 %{_mandir}/man1/stg*
 
 %changelog
+* Thu Oct 17 2013 Peter Schiffer <pschiffe at redhat.com> - 0.16-4
+- resolves: #1004478
+  added dependency on git-email package, so the stg mail command
+  can function properly
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list