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:
commit
7228e4c8df
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user