[Bug 1191229] [Staging][rpm4.17] Kernel fails to build with rpm 4.17
https://bugzilla.suse.com/show_bug.cgi?id=1191229 https://bugzilla.suse.com/show_bug.cgi?id=1191229#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msuchanek@suse.com, | |tiwai@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> --- Hrm, I failed to find where the problem lies. Is the line 130 of kernel-source.spec %obsolete_rebuilds %name ?? This is expanded in rpm/kernel-spec-macros as %define obsolete_rebuilds() %( %{verbose:set -x} \ set -- $(echo %release | sed -rn 's/(.*\\.)([0-9]+)($|\\.[^.]*[^.0-9][^.]*$)/\\1 \\2 \\3/p') \ if test -n "$2" && test "$2" -gt 99; then echo "warning: Rebuild counter too high in %release" >&2; exit 0; fi \ seq 1 $(($2-1)) | sed "s/.*/Obsoletes: %1 = %version-$1&$3/" \ ) In anyway adding Michal to Cc. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com