Adding explicit Provides

epel9
Greg Hellings 9 years ago
parent cd9b7d2a0e
commit a065abe7e3

@ -3,7 +3,7 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 3.4.19 Version: 3.4.19
Release: 1%{?dist} Release: 2%{?dist}
Summary: A powerful but elegant CSS compiler that makes CSS fun again Summary: A powerful but elegant CSS compiler that makes CSS fun again
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -13,6 +13,9 @@ BuildRequires: ruby(release)
BuildRequires: rubygems-devel BuildRequires: rubygems-devel
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest)
BuildArch: noarch BuildArch: noarch
%if 0%{?rhel} == 7
Provides: rubygem(%{gem_name}) = %{version}
%endif
%description %description
Sass makes CSS fun again. Sass is an extension of CSS, adding Sass makes CSS fun again. Sass is an extension of CSS, adding
@ -96,6 +99,9 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Wed Jan 06 2016 Greg Hellings <greg.hellings@gmail.com> - 3.4.19-2
- Added explicit Provides for EPEL 7
* Mon Oct 12 2015 Vít Ondruch <vondruch@redhat.com> - 3.4.19-1 * Mon Oct 12 2015 Vít Ondruch <vondruch@redhat.com> - 3.4.19-1
- Update to Sass 3.4.19. - Update to Sass 3.4.19.

Loading…
Cancel
Save