From 4d2a8acc3ffe9232b3c42d729cc28be00aa19b5d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 14 Sep 2012 11:38:52 +0200 Subject: [PATCH] * Fri Oct 16 2012 Paolo Bonzini - 0.1.git20120731-1 - Move date from release to version. --- SLOF.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SLOF.spec b/SLOF.spec index fb8286e..8638899 100644 --- a/SLOF.spec +++ b/SLOF.spec @@ -2,8 +2,8 @@ %global gittag qemu-slof-%{gittagdate} Name: SLOF -Version: 0 -Release: 0.1.git%{gittagdate}%{?dist} +Version: 0.1.git%{gittagdate} +Release: 1%{?dist} Summary: Slimline Open Firmware License: BSD @@ -58,6 +58,9 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin %changelog +* Tue Oct 16 2012 Paolo Bonzini - 0.1.git20120731-1 +- Move date from release to version. + * Fri Sep 14 2012 Paolo Bonzini - 0-0.1.git20120731 - SLOF packages is very out of date with respect to what qemu expects (bug #855246) - SLOF package builds wrong version of SLOF (bug #855236)