From 95edb2cae7028a8d370645763dd7f1381bcd406fb2aa991500f40d6624e03ebe Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Tue, 29 Jul 2025 17:18:03 +0200 Subject: [PATCH] Add reproducible.patch to skip install of unreproducible meson-info files (boo#1246670) --- kea.changes | 6 ++++++ kea.spec | 1 + reproducible.patch | 16 ++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 reproducible.patch diff --git a/kea.changes b/kea.changes index 193baed..60c9c2e 100644 --- a/kea.changes +++ b/kea.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 29 15:16:55 UTC 2025 - Bernhard Wiedemann + +- Add reproducible.patch to skip install of unreproducible + meson-info files (boo#1246670) + ------------------------------------------------------------------- Mon Jul 7 14:40:57 UTC 2025 - Jorik Cronenberg diff --git a/kea.spec b/kea.spec index c518f04..954ab01 100644 --- a/kea.spec +++ b/kea.spec @@ -58,6 +58,7 @@ Source4: kea-dhcp4.service Source5: kea-dhcp6.service Source6: kea-dhcp-ddns.service Source7: kea-ctrl-agent.service +Patch0: reproducible.patch BuildRequires: meson BuildRequires: freeradius-server-devel BuildRequires: gcc-c++ diff --git a/reproducible.patch b/reproducible.patch new file mode 100644 index 0000000..82bc91d --- /dev/null +++ b/reproducible.patch @@ -0,0 +1,16 @@ +Date: 2025-07-29 +Author: Bernhard M. Wiedemann + +Drop unreproducible meson-info for +https://bugzilla.suse.com/show_bug.cgi?id=1246670 + +diff --git a/meson.build b/meson.build +index 66e7fd0..9339dae 100644 +--- a/meson.build ++++ b/meson.build +@@ -1129,4 +1129,4 @@ install_meson_info = configure_file( + }, + ), + ) +-meson.add_install_script(install_meson_info) ++#meson.add_install_script(install_meson_info) -- 2.51.1