[cqrlog] Changed the way we open the tar.gz source.

Eric Christensen sparks at fedoraproject.org
Fri Feb 7 14:01:58 UTC 2014


commit f7d98d919cba32fb47355db99b96adee9419d4b6
Author: Eric Christensen <echriste at redhat.com>
Date:   Fri Feb 7 09:02:21 2014 -0500

    Changed the way we open the tar.gz source.

 cqrlog.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cqrlog.spec b/cqrlog.spec
index d34501e..b497143 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -34,7 +34,7 @@ operation and maintenance.
 
 %prep
 tar -xpf %{SOURCE0}
-tar -xpf %{name}_%{version}.orig.tar.gz
+#tar -xpf %{name}_%{version}.orig.tar.gz
 %setup -q -D -T
 %patch0
 %patch1


More information about the scm-commits mailing list