[fedora-review] Really use phpcompatinfo instead of phpci

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Oct 15 08:58:39 UTC 2013


commit 9fa511de24fe65ca374e3682227c0083b3aa8b10
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Oct 15 10:55:28 2013 +0200

    Really use phpcompatinfo instead of phpci

 ...ec.get_section-returned-None-before-using.patch |   69 --------------------
 fedora-review.spec                                 |    8 ++-
 2 files changed, 7 insertions(+), 70 deletions(-)
---
diff --git a/fedora-review.spec b/fedora-review.spec
index c66909e..6368a62 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -6,7 +6,7 @@
 
 Name:       fedora-review
 Version:    0.5.0
-Release:    2%{?git_tag}%{?dist}
+Release:    3%{?git_tag}%{?dist}
 Summary:    Review tool for fedora rpm packages
 
 License:    GPLv2+
@@ -70,6 +70,9 @@ Tests are packaged separately due to space concerns.
 %prep
 %setup -q
 
+mv scripts/php-{phpci,compatinfo}.sh
+sed -i 's:^phpci :phpcompatinfo :' scripts/php-compatinfo.sh
+
 %build
 %{__python} setup.py --quiet build
 
@@ -116,6 +119,9 @@ python -m unittest discover -f
 
 
 %changelog
+* Tue Oct 15 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.5.0-3
+- Really use phpcompatinfo instead of phpci
+
 * Mon Oct 14 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.5.0-2
 - Fix requires for licensecheck (#1016309)
 - Remove separate php plugin subpackage (#971875)


More information about the scm-commits mailing list