From a2d889c53ac624d26b2d9eca5b444b532cba9610 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Oct 12 2010 18:53:56 +0000 Subject: "i build tested it" are famous last words --- diff --git a/dm-allow-setting-of-uuid-via-rename-if-not-already-set.patch b/dm-allow-setting-of-uuid-via-rename-if-not-already-set.patch index 8364187..ba5d453 100644 --- a/dm-allow-setting-of-uuid-via-rename-if-not-already-set.patch +++ b/dm-allow-setting-of-uuid-via-rename-if-not-already-set.patch @@ -91,7 +91,7 @@ index bb6bdc8..d102269 100644 + if (hc->uuid) { + DMWARN("Unable to change uuid of device, %s because " + "uuid is already set to %s", -+ param->name, hc->uuid); ++ old, hc->uuid); + up_write(&_hash_lock); + kfree(new_data); + return -EINVAL; diff --git a/kernel.spec b/kernel.spec index 07c7230..b578af9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -48,7 +48,7 @@ Summary: The Linux kernel # reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec). # scripts/rebase.sh should be made to do that for you, actually. # -%global baserelease 41 +%global baserelease 42 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1989,7 +1989,7 @@ fi # and build. %changelog -* Tue Oct 12 2010 Kyle McMartin 2.6.35.6-41 +* Tue Oct 12 2010 Kyle McMartin 2.6.35.6-42 - Fix devicemapper UUID field cannot be assigned after map creation (rhbz#641476) thanks pjones@.