diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-05-31 12:52:38 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-05-31 12:52:38 +0200 | 
| commit | 68bd06a08b8b7c5b7e135cc52a7e064d85583a77 (patch) | |
| tree | 9fa2b3cb57447855db01878c3890790d23fa59bc | |
| parent | 2498481bdc1e1d82034c0941f4371c772566b99e (diff) | |
php-symfony: dup the spec
| -rw-r--r-- | composer.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.spec b/composer.spec index 920545c..a3effcb 100644 --- a/composer.spec +++ b/composer.spec @@ -17,7 +17,7 @@  Name:           composer  Version:        1.1.1 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Dependency Manager for PHP  Group:          Development/Libraries @@ -35,6 +35,7 @@ BuildArch:      noarch  BuildRequires:  php-cli  %if %{with_tests}  BuildRequires:  php-composer(justinrainbow/json-schema) >= 1.6 +BuildRequires:  php-composer(justinrainbow/json-schema) <  2  BuildRequires:  php-composer(composer/spdx-licenses)    >= 1.0  BuildRequires:  php-composer(composer/ca-bundle)        >= 1.0  BuildRequires:  php-composer(composer/semver)           >= 1.0 @@ -240,6 +241,9 @@ rm -rf %{buildroot}  %changelog +* Tue May 31 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2 +- ensure justinrainbow/json-schema v1 is used for the build +  * Tue May 17 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1  - update to 1.1.1  | 
