From 09a2fac630641a00832ab30c5d58b012caa4215b Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Dec 04 2012 01:52:54 +0000 Subject: Fix fedora-burn-yubikey to allow user to specify which yubikey slot --- diff --git a/.gitignore b/.gitignore index 25f5842..3b48984 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ fedora-packager-0.5.1.2.tar.bz2 /fedora-packager-0.5.9.5.tar.bz2 /fedora-packager-0.5.9.6.tar.bz2 /fedora-packager-0.5.10.0.tar.bz2 +/fedora-packager-0.5.10.1.tar.bz2 diff --git a/fedora-packager.spec b/fedora-packager.spec index a32f55f..2d4f416 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,7 +3,7 @@ %endif Name: fedora-packager -Version: 0.5.10.0 +Version: 0.5.10.1 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 03 2012 Nick Bebout - 0.5.10.1-1 +- fix fedora-burn-yubikey to allow specifying what slot to use + * Fri Aug 03 2012 Dennis Gilmore - 0.5.10.0-1 - fix up secondary arch configs for newer koji - clean up message for browser import diff --git a/sources b/sources index 2d27f48..8311303 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ccb2e619a81a46df308123c1ab302f4 fedora-packager-0.5.10.0.tar.bz2 +ddc41dc6de59b74588597b6ddd03d708 fedora-packager-0.5.10.1.tar.bz2