This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" | ||
|
@@ -40,5 +42,10 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING | |
%{_unitdir}/dbxtool.service | ||
|
||
%changelog | ||
* Tue Oct 07 2014 Peter Jones <[email protected]> - 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 <[email protected]> - 0.4-1 | ||
- First packaging attempt. |