From 40836de0c603f59ebfd8009c6e1fcea94ef4d199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Tue, 16 Jul 2024 10:45:16 +0200 Subject: [PATCH] whitelist: add more packages in MISMATCH_OBS_GIT_IGNORELIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- data/whitelists.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/whitelists.yaml b/data/whitelists.yaml index 218cb58..08fb65f 100644 --- a/data/whitelists.yaml +++ b/data/whitelists.yaml @@ -339,14 +339,24 @@ whitelists: golang-github-lithammer-shortuuid: "former version with wrong versioning (incorrect packaging revision)" golang-github-threedotslabs-watermill: "former version with wrong versioning (incorrect packaging revision)" golang-github-ulikunitz-xz: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + kyua: "non-monotonic git history" libbpf: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" libcgroup: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + libgpiod: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + libidn: "an epoch was removed between v2022 and v2023, older tags are still in git" libxmlxx2.6: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" lqa: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" mmc-utils: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + optee-client: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + pkgconf: "non-monotonic git history" + policykit-1: "an epoch was removed between v2022 and v2023, older tags are still in git" + slirp4netns: "non-monotonic git history" tmux: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" unifdef: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" utfcpp: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + v2024: + libidn: "an epoch was removed between v2022 and v2023, older tags are still in git" + policykit-1: "an epoch was removed between v2022 and v2023, older tags are still in git" ignore_packages: v2022: abego-treelayout: "1.0.3-2+apertis1" -- GitLab