[rubygem-openscap] The upper range must not equal to the minor release.

Šimon Lukašík isimluk at fedoraproject.org
Sat Sep 27 11:42:25 UTC 2014


commit 3577dee27fd083d2550e6c040a41c3122706262a
Author: Šimon Lukašík <slukasik at redhat.com>
Date:   Sat Sep 27 13:34:25 2014 +0200

    The upper range must not equal to the minor release.
    
    The minor release like 1.2.0 may include libopenscap.9.

 rubygem-openscap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-openscap.spec b/rubygem-openscap.spec
index 5353d87..9c405b4 100644
--- a/rubygem-openscap.spec
+++ b/rubygem-openscap.spec
@@ -3,7 +3,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 0.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A FFI wrapper around the OpenSCAP library
 Group: Development/Languages
 License: GPLv2+
@@ -14,7 +14,7 @@ Requires: ruby(rubygems)
 Requires: rubygem(ffi) >= 1.4.0
 # require libopenscap.so.8 in an arch neutral way
 Requires: openscap >= 1.0.0
-Requires: openscap <= 1.2.0
+Requires: openscap < 1.2.0
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby >= 2.0.0
@@ -82,6 +82,9 @@ mv %{buildroot}%{gem_instdir}/openscap.gemspec %{buildroot}/%{gem_spec}
 %{gem_instdir}/Rakefile
 
 %changelog
+* Sat Sep 27 2014 Šimon Lukašík <slukasik at redhat.com> - 0.2.0-2
+- fix dependency issue
+
 * Fri Jul 25 2014 Šimon Lukašík <slukasik at redhat.com> - 0.2.0-1
 - upgrade to the new upstream version
 


More information about the scm-commits mailing list