debuginfod: Fracture tests/run-debuginfod-find.sh into specific tests
Mark Wielaard
mark@klomp.org
Thu Sep 2 11:29:23 GMT 2021
Hi Noah,
I am excited about this patch, but wondering about this part:
> diff --git a/ChangeLog b/ChangeLog
> index 12b8f403..0aeac175 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2021-08-23 Noah Sanci <nsanci@redhat.com
> + * ChangeLog: removed --sign flag on rpmbuild
> +
> 2021-07-28 Mark Wielaard <mark@klomp.org>
>
> * configure.ac (AC_CHECK_DECLS): Add reallocarray check.
> diff --git a/Makefile.am b/Makefile.am
> index 9c47afa9..3dfefa9f 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -45,7 +45,7 @@ distcheck-hook:
> chmod -R u+w $(distdir)
>
> rpm: dist
> - rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.bz2
> + rpmbuild -ts elfutils-@PACKAGE_VERSION@.tar.bz2
>
> if GCOV
This might be a ok thing to do. I am not sure who is actually using the
rpm target (we release src.tar.bz files, not srpms). But it seems
unrelated to the rest of the patch.
Cheers,
Mark
More information about the Elfutils-devel
mailing list