Accepting request 971119 from GNOME:Next
- Call find_lang before fdupes: find_lang potentially deletes some files which might, in worst case, be link targets identified by fdupes. OBS-URL: https://build.opensuse.org/request/show/971119 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=127
This commit is contained in:
parent
ab203197a8
commit
fac156f308
@ -1,4 +1,4 @@
|
||||
From 8d09749616cbb66f52c7c5c23f8eb231d66e7a79 Mon Sep 17 00:00:00 2001
|
||||
From 994af76ce5144062d55d141129bf6bf5fab002ee Mon Sep 17 00:00:00 2001
|
||||
From: Michal Vasilek <michal@vasilek.cz>
|
||||
Date: Sat, 22 Jan 2022 23:16:37 +0100
|
||||
Subject: [PATCH] meson: fix build with meson 0.61
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 11:01:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Call find_lang before fdupes: find_lang potentially deletes some
|
||||
files which might, in worst case, be link targets identified by
|
||||
fdupes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 09:29:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -77,8 +77,8 @@ search results from documents.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user