diff --git a/libvirt-0.8.8.tar.bz2 b/libvirt-0.8.8.tar.bz2
index 75e3c12..fe8d7d3 100644
--- a/libvirt-0.8.8.tar.bz2
+++ b/libvirt-0.8.8.tar.bz2
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:fcd3c836429379789a50d995e93aece543568b7c0da57ff11bc6a82317b22529
-size 9515125
+oid sha256:1b055afdea9df8d502b7572ea4c81a9aa5fa0f8688d3a58cf63abcef6e84b807
+size 9569079
diff --git a/libvirt.changes b/libvirt.changes
index 661b7df..2b12474 100644
--- a/libvirt.changes
+++ b/libvirt.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Thu Feb 17 10:26:11 MST 2011 - jfehlig@novell.com
+
+- Update to libvirt 0.8.8 final
+  - sysinfo: expose new API
+  - cgroup blkio weight support
+  - smartcard device support
+  - qemu: Support per-device boot ordering
+
 -------------------------------------------------------------------
 Tue Feb 15 09:02:30 MST 2011 - jfehlig@novell.com
 
diff --git a/libvirt.spec b/libvirt.spec
index 60d8a9c..79ccf12 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -348,12 +348,6 @@ Authors:
 %define _without_virtualport --without-virtualport
 %endif
 
-%define when  %(date +"%%F-%%T")
-%define where %(hostname)
-%define who   %{?packager}%{!?packager:Unknown}
-%define with_packager --with-packager="%{who}, %{when}, %{where}"
-%define with_packager_version --with-packager-version="%{version}-%{release}"
-
 autoreconf -f -i
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure --disable-static --with-pic \
@@ -377,8 +371,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
            %{?_without_yajl} \
            %{?_without_macvtap} \
            %{?_without_virtualport} \
-           %{with_packager} \
-           %{with_packager_version} \
            --without-xen-proxy \
            --libexecdir=%{_libdir}/%{name} \
            --with-init-script=none \