[opensuse-kernel] Oddities
Hi, just what is this all supposed to be in kernel-<flavor>.spec, I ask? Summary: Dummy summary %if ! 0%{?opensuse_bs} BuildRequires: kernel-dummy %endif %description Dummy description. No description for the user, and additionally a BulidRequired package that is nowhere to find. Hm! -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Thu, 11 Oct 2007, Jan Engelhardt wrote:
Hi,
just what is this all supposed to be in kernel-<flavor>.spec, I ask?
Summary: Dummy summary
%if ! 0%{?opensuse_bs} BuildRequires: kernel-dummy %endif
%description Dummy description.
No description for the user, and additionally a BulidRequired package that is nowhere to find. Hm!
that's the "keep the release-number in sync"-package ... -- with kind regards (mit freundlichem Grinsen), Ruediger Oertel (ro@novell.com,ro@suse.de,bugfinder@t-online.de) ---------------------------------------------------------------------- Linux Fatou 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC x86_64 Key fingerprint = 17DC 6553 86A7 384B 53C5 CA5C 3CE4 F2E7 23F2 B417 SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
On Oct 11 2007 11:03, Ruediger Oertel wrote:
BuildRequires: kernel-dummy %endif
%description Dummy description.
No description for the user, and additionally a BulidRequired package that is nowhere to find. Hm!
that's the "keep the release-number in sync"-package ...
So kernel-dummy has a Requires: kernel = %version-%release? -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Thu, 11 Oct 2007, Jan Engelhardt wrote:
On Oct 11 2007 11:03, Ruediger Oertel wrote:
BuildRequires: kernel-dummy %endif
%description Dummy description.
No description for the user, and additionally a BulidRequired package that is nowhere to find. Hm!
that's the "keep the release-number in sync"-package ...
So kernel-dummy has a Requires: kernel = %version-%release?
not exactly. - all kernel-specfiles live in one directory. - kernel-dummy is built first, all others later on (enforced by all others build-requiring kernel-dummy). - kernel-dummy get's the new release number. - all other kernels get exactly what kernel-dummy has. -- with kind regards (mit freundlichem Grinsen), Ruediger Oertel (ro@novell.com,ro@suse.de,bugfinder@t-online.de) ---------------------------------------------------------------------- Linux Fatou 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC x86_64 Key fingerprint = 17DC 6553 86A7 384B 53C5 CA5C 3CE4 F2E7 23F2 B417 SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
participants (2)
-
Jan Engelhardt
-
Ruediger Oertel