From: Elan Ruusamäe Date: Fri, 12 Jan 2018 08:06:07 +0000 (+0200) Subject: use https url X-Git-Tag: auto/th/microcode-data-intel-20180312-1~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=b7f6af29e20f0f9c845d215a059dc36ff19b0c6f;p=packages%2Fmicrocode-data-intel.git use https url --- diff --git a/microcode-data-intel.spec b/microcode-data-intel.spec index 55d431c..fb4c660 100644 --- a/microcode-data-intel.spec +++ b/microcode-data-intel.spec @@ -6,13 +6,12 @@ Release: 1 License: INTEL SOFTWARE LICENSE AGREEMENT Group: Base # http://downloadcenter.intel.com/, enter "processor microcode data file" to the search -Source0: http://downloadmirror.intel.com/27431/eng/microcode-%{version}.tgz +Source0: https://downloadmirror.intel.com/27431/eng/microcode-%{version}.tgz # Source0-md5: 871df55f0ab010ee384dabfc424f2c12 # Tool for splitting Intel's microcode file. From Fedora Source1: intel-microcode2ucode.c # Produces single file for use by boot loader (like grub) Source2: intel-microcode2ucode-single.c -BuildRequires: cpio Provides: microcode-data BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -39,10 +38,9 @@ Mikrokod dla procesorów Intel dla initrd. %prep %setup -qc - %build if ! grep -q 0x00000000 microcode.dat; then - echo >&2 microcode.dat contains giberrish + echo >&2 "microcode.dat contains giberrish" exit 1 fi