Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Oct 7, 2014
1 parent 5c13b40 commit 6c4afe0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/Make.defaults

SUBDIRS := src data
DOCDIR := /share/doc/
VERSION = 0.4
VERSION = 0.5

all : $(SUBDIRS)

Expand Down
11 changes: 9 additions & 2 deletions dbxtool.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +19,8 @@ git config user.name "Fedora Ninjas"
git add .
git commit -a -q -m "%{version} baseline."
git am %{patches} </dev/null
git config --unset user.email
git config --unset user.name

%build
make PREFIX=%{_prefix} LIBDIR=%{_libdir} CFLAGS="$RPM_OPT_FLAGS"
Expand All @@ -40,5 +42,10 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING
%{_unitdir}/dbxtool.service

%changelog
* Tue Oct 07 2014 Peter Jones <pjones@redhat.com> - 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 <pjones@redhat.com> - 0.4-1
- First packaging attempt.

0 comments on commit 6c4afe0

Please sign in to comment.