diff --git a/dbxtool.spec b/dbxtool.spec index b790274..f55c9eb 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,5 +1,5 @@ Name: dbxtool -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Summary: Secure Boot DBX updater License: GPLv2 @@ -19,6 +19,8 @@ git config user.name "Fedora Ninjas" git add . git commit -a -q -m "%{version} baseline." git am %{patches} - 0.5-1 +- Update to 0.5: +- make applying to dbx when it doesn't exist work (lersek) +- make displaying KEK work right + * Wed Aug 20 2014 Peter Jones - 0.4-1 - First packaging attempt. diff --git a/sources b/sources index a8cc562..6f2f9fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47d81d7f458badb628e87b259a699a67 dbxtool-0.4.tar.bz2 +908ceb9afe796b118b1c37740799f747 dbxtool-0.5.tar.bz2