I have made the following changes intended for : CE:Adaptation:N950-N9 / kernel-adaptation-n950
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3236 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3236: Messages from BOSS: WARNING check_package_is_complete_sources (kernel-adaptation-n950) failed: Failed to parse spec file: can't parse specfile WARNING check_valid_changes (kernel-adaptation-n950) failed: Latest changelog version '2.6.32.20112201' does not match version in spec file Could not notify CE-maintainers (no address found) State: review 2011-11-24T09:31:03 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:sage:branches:CE:Adaptation:N950-N9 / kernel-adaptation-n950 -> CE:Adaptation:N950-N9 / kernel-adaptation-n950 changes files: -------------- --- kernel-adaptation-n950.changes +++ kernel-adaptation-n950.changes @@ -0,0 +1,3 @@ +* Wed Nov 23 2011 Marko Saukko <[email protected]> - 2.6.32.20112201 +- Disabled %kernel_variant_preun and %kernel_variant_post. + new: ---- boss.conf spec files: ----------- --- kernel-adaptation-n950.spec +++ kernel-adaptation-n950.spec @@ -861,6 +861,7 @@ ### scripts ### +%if 0 # # This macro defines a %%post script for a kernel*-devel package. # %%kernel_devel_post <subpackage> @@ -928,6 +929,8 @@ %endif +%endif + ### ### file lists ### other changes: -------------- ++++++ boss.conf (new) --- boss.conf +++ boss.conf @@ -0,0 +1,4 @@ +[checks] +check_valid_changes = warn +check_package_is_complete_sources = warn +check_package_is_complete = warn ++++++ kernel.spec.in --- kernel.spec.in +++ kernel.spec.in @@ -650,6 +650,7 @@ ### scripts ### +%if 0 # # This macro defines a %%post script for a kernel*-devel package. # %%kernel_devel_post <subpackage> @@ -727,6 +728,8 @@ %endif +%endif + ### ### file lists ###
