]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- fix kernl BR generator auto/th/rpm-build-macros-1.703-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Dec 2014 13:44:16 +0000 (14:44 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Dec 2014 13:44:16 +0000 (14:44 +0100)
rpm-build-macros.spec
rpm.macros.kernel

index 1a84a33e71ec8e60f874dba5f7a86ef24bb7fb7c..b5005f6f2fdfa2198fd489c61eebacdf867af732 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.702
+%define                rpm_macros_rev  1.703
 %define                find_lang_rev   1.36
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index ca160fa9b4fe1e3ac585bbb87323e6d8474a6394..98b91e586618be26ec0cccc48d76fa8f89ac44c4 100644 (file)
@@ -25,6 +25,7 @@
 # %{expand:%install_kernel_packages}
 #
 %buildrequires_kernel()        %(echo %{_build_kernels} | tr , '\\n' | while read n ; do \
+echo %%undefine alt_kernel \
 [ -z "$n" -o "$n" = "head" ] || echo %%define alt_kernel $n \
 echo "BuildRequires:   %{*}" \
 done)
This page took 0.053263 seconds and 4 git commands to generate.