fix for eln
This commit is contained in:
parent
16fd0f27c9
commit
29ba658366
@ -3,7 +3,7 @@
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Fast, pure-Ruby Markdown-superset converter
|
||||
|
||||
License: MIT
|
||||
@ -47,7 +47,7 @@ Documentation for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
%if 0%{?fedora} >= 37
|
||||
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
|
||||
GEMSPECPATH=%{_sourcedir}
|
||||
%else
|
||||
GEMSPECPATH=%{_builddir}
|
||||
@ -111,7 +111,7 @@ popd
|
||||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.4.0-1
|
||||
* Tue Apr 26 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.4.0-2
|
||||
- 2.4.0
|
||||
|
||||
* Sun Mar 20 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user