Accepting request 829702 from home:dimstar:Factory
- Use %{_prefix}/lib instead of %{_libexecdir}: obs services are explicitly looked for at this location. OBS-URL: https://build.opensuse.org/request/show/829702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=152
This commit is contained in:
parent
a876292bcd
commit
c3d59f849a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 26 08:15:04 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %{_prefix}/lib instead of %{_libexecdir}: obs services are
|
||||||
|
explicitly looked for at this location.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 10:46:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Jun 16 10:46:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -64,10 +64,10 @@ python3 -m pytest -k "not webtest"
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%dir %{_libexecdir}/obs/
|
%dir %{_prefix}/lib/obs/
|
||||||
%dir %{_libexecdir}/obs/service/
|
%dir %{_prefix}/lib/obs/service/
|
||||||
%{_libexecdir}/obs/service/clean_spec_file
|
%{_prefix}/lib/obs/service/clean_spec_file
|
||||||
%{_libexecdir}/obs/service/clean_spec_file.service
|
%{_prefix}/lib/obs/service/clean_spec_file.service
|
||||||
%dir %{python3_sitelib}/spec_cleaner/
|
%dir %{python3_sitelib}/spec_cleaner/
|
||||||
%{python3_sitelib}/spec_cleaner/__init__.py
|
%{python3_sitelib}/spec_cleaner/__init__.py
|
||||||
%{python3_sitelib}/spec_cleaner/__main__.py
|
%{python3_sitelib}/spec_cleaner/__main__.py
|
||||||
@ -104,7 +104,7 @@ python3 -m pytest -k "not webtest"
|
|||||||
%{_datadir}/%{name}/tex_conversions.txt
|
%{_datadir}/%{name}/tex_conversions.txt
|
||||||
|
|
||||||
%files format_spec_file
|
%files format_spec_file
|
||||||
%{_libexecdir}/obs/service/format_spec_file
|
%{_prefix}/lib/obs/service/format_spec_file
|
||||||
%{_libexecdir}/obs/service/format_spec_file.service
|
%{_prefix}/lib/obs/service/format_spec_file.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user