[microcode_ctl] fixups

Anton Arapov aarapov at fedoraproject.org
Tue Oct 2 08:14:07 UTC 2012


commit b401619a101def3821788c55b3dffd51a40efebf
Author: Anton Arapov <anton at redhat.com>
Date:   Tue Oct 2 10:14:01 2012 +0200

    fixups
    
    Signed-off-by: Anton Arapov <anton at redhat.com>

 microcode_ctl.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/microcode_ctl.spec b/microcode_ctl.spec
index eefb4b3..c3be9c7 100644
--- a/microcode_ctl.spec
+++ b/microcode_ctl.spec
@@ -1,12 +1,12 @@
 Summary:        Tool to transform and deploy CPU microcode update for x86.
 Name:           microcode_ctl
 Version:        2.0
-Release:        2
+Release:        1
 Epoch:          2
 Group:          System Environment/Base
 License:        GPLv2+ and Redistributable, no modification permitted
 URL:            http://fedorahosted.org/microcode_ctl
-Source0:        http://fedorahosted.org/released/microcode_ctl/microcode_ctl-2.0-1.tar.xz
+Source0:        http://fedorahosted.org/released/microcode_ctl/%{name}-%{version}-%{release}.tar.xz
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 ExclusiveArch:  %{ix86} x86_64
 
@@ -19,7 +19,7 @@ boot i.e. it doesn't reflash your cpu permanently, reboot and it reverts
 back to the old microcode.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{release}
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -38,10 +38,10 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Tue Oct 02 2012 Anton Arapov <anton at redhat.com> 2.0-2
+* Tue Oct 02 2012 Anton Arapov <anton at redhat.com> 2.0-1
 - Update to upstream 2.0-1
 
-* Mon Aug 06 2012 Anton Arapov <anton at redhat.com> 2.0-1
+* Mon Aug 06 2012 Anton Arapov <anton at redhat.com> 2.0
 - Update to upstream 2.0
 
 * Wed Jul 25 2012 Anton Arapov <anton at redhat.com> 1.18-1


More information about the scm-commits mailing list