diff -Nru livecd-rootfs-2.306+ppa1/debian/changelog livecd-rootfs-2.306+ppa2/debian/changelog --- livecd-rootfs-2.306+ppa1/debian/changelog 2015-06-01 10:54:44.000000000 +0000 +++ livecd-rootfs-2.306+ppa2/debian/changelog 2015-06-03 09:40:23.000000000 +0000 @@ -1,10 +1,10 @@ -livecd-rootfs (2.306+ppa1) wily; urgency=low +livecd-rootfs (2.306+ppa2) wily; urgency=low * live-build/ubuntu-core/hooks/90_pecompile-apparmor.chroot: - generate /etc/apparmod.d/cache files during image build to avoid out-of-sync issue with profiles and cache (LP: #1460152) - -- Michael Vogt Mon, 01 Jun 2015 12:53:22 +0200 + -- Michael Vogt Wed, 03 Jun 2015 11:40:23 +0200 livecd-rootfs (2.306) wily; urgency=medium diff -Nru livecd-rootfs-2.306+ppa1/live-build/ubuntu-core/hooks/90_precompile-apparmor.chroot livecd-rootfs-2.306+ppa2/live-build/ubuntu-core/hooks/90_precompile-apparmor.chroot --- livecd-rootfs-2.306+ppa1/live-build/ubuntu-core/hooks/90_precompile-apparmor.chroot 2015-06-01 10:53:48.000000000 +0000 +++ livecd-rootfs-2.306+ppa2/live-build/ubuntu-core/hooks/90_precompile-apparmor.chroot 2015-06-01 14:49:10.000000000 +0000 @@ -6,8 +6,6 @@ set -e -FEATURES=/var/cache/apparmor/.features - echo "I: precompiling deb apparmor policies" -/sbin/apparmor_parser -M ${FEATURES} -Q --write-cache --cache-loc=/etc/apparmor.d/cache/ $(find /etc/apparmor.d/ -maxdepth 1 -type f -not -path '*/\.*') +/sbin/apparmor_parser -Q --write-cache --cache-loc=/etc/apparmor.d/cache/ $(find /etc/apparmor.d/ -maxdepth 1 -type f -not -path '*/\.*')