Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package checksec for openSUSE:Factory checked in at 2021-06-09 21:53:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/checksec (Old) and /work/SRC/openSUSE:Factory/.checksec.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "checksec" Wed Jun 9 21:53:11 2021 rev:2 rq:898845 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/checksec/checksec.changes 2021-03-30 21:50:24.794913475 +0200 +++ /work/SRC/openSUSE:Factory/.checksec.new.32437/checksec.changes 2021-06-09 21:53:31.110604832 +0200 @@ -1,0 +2,5 @@ +Wed Jun 9 15:36:08 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- add missing gawk dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ checksec.spec ++++++ --- /var/tmp/diff_new_pack.EMK715/_old 2021-06-09 21:53:31.470605473 +0200 +++ /var/tmp/diff_new_pack.EMK715/_new 2021-06-09 21:53:31.474605481 +0200 @@ -27,6 +27,7 @@ Requires: binutils Requires: file Requires: findutils +Requires: gawk Requires: which BuildArch: noarch @@ -53,13 +54,11 @@ %build # noop - %install mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 install -pm 0755 %{name} %{buildroot}%{_bindir} install -pm 0644 extras/man/%{name}.1 %{buildroot}%{_mandir}/man1 - %files %license LICENSE.txt %doc ChangeLog README.md