Accepting request 1227816 from graphics

Limit fdupes to %_libdir

The only dup reported was for /usr/lib64/libraw.a and libraw_r.a (forwarded request 1227792 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/1227816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=67
This commit is contained in:
Ana Guerrero 2024-12-03 19:45:53 +00:00 committed by Git OBS Bridge
commit 7228e4c8df
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 2 14:38:59 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Limit fdupes to %_libdir
-------------------------------------------------------------------
Thu Dec 28 18:09:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -132,7 +132,7 @@ chmod -x manual/index.html
find %buildroot -type f -name "*.la" -delete -print
# duplicated files
rm -rf %buildroot%_datadir/doc
%fdupes %buildroot/%_prefix
%fdupes %buildroot/%_libdir
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig