- Fix filelist for 3.4.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=65
This commit is contained in:
parent
dea061db50
commit
f2acad044d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 13:21:20 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Fix filelist for 3.4.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 12 19:22:27 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Dec 12 19:22:27 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -944,14 +944,14 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/gem2rpm.ruby3.4
|
%ghost %{_sysconfdir}/alternatives/gem2rpm.ruby3.4
|
||||||
%ghost %{_sysconfdir}/alternatives/gem2rpm-%{version}
|
%ghost %{_sysconfdir}/alternatives/gem2rpm-%{version}
|
||||||
# cache file
|
# cache file
|
||||||
%{_libdir}/ruby/gems/3.4.0/cache/gem2rpm-%{version}.gem
|
%{_libdir}/ruby/gems/3.4.0+1/cache/gem2rpm-%{version}.gem
|
||||||
%{_libdir}/ruby/gems/3.4.0/gems/gem2rpm-%{version}
|
%{_libdir}/ruby/gems/3.4.0+1/gems/gem2rpm-%{version}
|
||||||
%{_libdir}/ruby/gems/3.4.0/specifications/gem2rpm-%{version}.gemspec
|
%{_libdir}/ruby/gems/3.4.0+1/specifications/gem2rpm-%{version}.gemspec
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%files -n ruby3.4-rubygem-gem2rpm-doc
|
%files -n ruby3.4-rubygem-gem2rpm-doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_libdir}/ruby/gems/3.4.0/doc/gem2rpm-%{version}
|
%doc %{_libdir}/ruby/gems/3.4.0+1/doc/gem2rpm-%{version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user