From 6c4afe0dc7607f06fb49f219b3136fba2ae08d04 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 7 Oct 2014 15:02:00 -0400 Subject: [PATCH] Bump version to 0.5 Signed-off-by: Peter Jones --- Makefile | 2 +- dbxtool.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 38fdfd7..222af2b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make.defaults SUBDIRS := src data DOCDIR := /share/doc/ -VERSION = 0.4 +VERSION = 0.5 all : $(SUBDIRS) diff --git a/dbxtool.spec b/dbxtool.spec index 40dfec1..f55c9eb 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,11 +1,11 @@ Name: dbxtool -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Summary: Secure Boot DBX updater License: GPLv2 URL: https://github.com/vathpela/dbxtool ExclusiveArch: i386 x86_64 aarch64 -BuildRequires: popt-devel git efivar-devel +BuildRequires: popt-devel git efivar-devel systemd Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 %description @@ -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.