diff --git a/open-iscsi.changes b/open-iscsi.changes index 42e182a..dd4af75 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 17 18:02:13 UTC 2023 - Lee Duncan + +- Remove "--strip" in SPEC file for meson build, so that + debuginfo is generated. (from mwilck) (bsc#1210536) + ------------------------------------------------------------------- Sat Feb 25 01:32:02 UTC 2023 - Lee Duncan diff --git a/open-iscsi.spec b/open-iscsi.spec index f329ecf..dc614b5 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -150,8 +150,7 @@ the libopeniscsiusr library. %meson --libdir=%{_libdir} \ -Dc_args="%{optflags} -fno-strict-aliasing -fno-common -DOFFLOAD_BOOT_SUPPORTED" \ -Discsi_sbindir=%{_iscsi_sbindir} -Ddbroot=%{_dbroot} -Drulesdir=%{_udevrulesdir} -Dlockdir=%{_lockdir} \ - -Dinstall_dbdir_move_readme=%{_install_dbdir_move_readme_value} \ - --strip + -Dinstall_dbdir_move_readme=%{_install_dbdir_move_readme_value} %meson_build %install