From 423bef3f61943aba450c6396984025b9d5c8f2a8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Aug 21 2014 20:16:14 +0000 Subject: First packaging attempt. --- diff --git a/.gitignore b/.gitignore index e69de29..9881fec 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +*.tar.* diff --git a/dbxtool.spec b/dbxtool.spec new file mode 100644 index 0000000..40dfec1 --- /dev/null +++ b/dbxtool.spec @@ -0,0 +1,44 @@ +Name: dbxtool +Version: 0.4 +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 +Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 + +%description +This package contains DBX updates for UEFI Secure Boot. + +%prep +%setup -q -n %{name}-%{version} +git init +git config user.email "%{name}-owner@fedoraproject.org" +git config user.name "Fedora Ninjas" +git add . +git commit -a -q -m "%{version} baseline." +git am %{patches} - 0.4-1 +- First packaging attempt. diff --git a/sources b/sources index e69de29..a8cc562 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +47d81d7f458badb628e87b259a699a67 dbxtool-0.4.tar.bz2