Accepting request 1099914 from home:wagi:branches:Base:System

- Label __pycache__ directory because meson 1.2.0 starts to install
  the precompiled files.

OBS-URL: https://build.opensuse.org/request/show/1099914
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=36
This commit is contained in:
Daniel Wagner 2023-07-21 13:07:09 +00:00 committed by Git OBS Bridge
parent 3a342953a8
commit 87478ddc0e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 21 12:54:56 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
- Label __pycache__ directory because meson 1.2.0 starts to install
the precompiled files.
-------------------------------------------------------------------
Thu Jul 06 09:40:01 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -113,5 +113,6 @@ export KBUILD_BUILD_TIMESTAMP=@${SOURCE_DATE_EPOCH:-$(date +%s)}
%{python3_sitearch}/libnvme/*.so
%{python3_sitearch}/libnvme/__init__.py
%{python3_sitearch}/libnvme/nvme.py
%pycache_only %{python3_sitearch}/libnvme/__pycache__
%changelog