[setroubleshoot] Add requires for libreport-python

Daniel J Walsh dwalsh at fedoraproject.org
Wed Nov 20 15:05:51 UTC 2013


commit 31aefd2430f7eec00dc2457aef975aeb7f2a5e48
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Nov 20 10:05:53 2013 -0500

    Add requires for libreport-python

 setroubleshoot.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index a299696..aed2ef1 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -8,6 +8,7 @@ URL: https://fedorahosted.org/setroubleshoot
 # git clone git://git.fedorahosted.org/git/setroubleshoot.git; cd setroubleshoot
 # git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz
 Source0: %{name}-%{version}.tar.gz
+patch: setroubleshoot-po.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl-XML-Parser
 BuildRequires: libcap-ng-devel
@@ -75,6 +76,7 @@ fi
 
 %prep
 %setup -q
+%patch -p1 -b .badpo
 
 %build
 %configure


More information about the scm-commits mailing list