2016-04-18 12:16:51 +00:00
|
|
|
%global edk2_date 20160418
|
|
|
|
%global edk2_githash a8c39ba
|
|
|
|
%global openssl_version 1.0.2g
|
2013-05-02 12:46:06 +00:00
|
|
|
|
2015-12-29 17:03:01 +00:00
|
|
|
Name: edk2
|
2016-04-18 12:16:51 +00:00
|
|
|
Version: %{edk2_date}git%{edk2_githash}
|
|
|
|
Release: 0%{dist}
|
2015-12-29 17:03:01 +00:00
|
|
|
Summary: EFI Development Kit II
|
2013-05-02 12:46:06 +00:00
|
|
|
|
2015-12-29 17:03:01 +00:00
|
|
|
Group: Applications/Emulators
|
2016-04-18 12:16:51 +00:00
|
|
|
License: BSD
|
|
|
|
URL: http://www.tianocore.org/edk2/
|
|
|
|
Source0: edk2-%{edk2_date}-%{edk2_githash}.tar.gz
|
|
|
|
Source1: https://www.openssl.org/source/openssl-%{openssl_version}.tar.gz
|
|
|
|
Source3: build-iso.sh
|
|
|
|
Source9: update-tarball.sh
|
|
|
|
|
|
|
|
Patch1: 0001-pick-up-any-display-device-not-only-vga.patch
|
|
|
|
Patch2: 0001-MdeModulePkg-TerminalDxe-add-other-text-resolutions.patch
|
|
|
|
Patch3: 0001-EXCLUDE_SHELL_FROM_FD.patch
|
|
|
|
|
|
|
|
Patch10: 0001-OvmfPkg-silence-EFI_D_VERBOSE-0x00400000-in-NvmExpre.patch
|
|
|
|
Patch11: 0002-OvmfPkg-silence-EFI_D_VERBOSE-0x00400000-in-the-DXE-.patch
|
|
|
|
Patch12: 0003-OvmfPkg-enable-DEBUG_VERBOSE.patch
|
|
|
|
Patch13: 0004-OvmfPkg-increase-max-debug-message-length-to-512.patch
|
|
|
|
Patch14: 0005-OvmfPkg-QemuVideoDxe-enable-debug-messages-in-VbeShi.patch
|
|
|
|
|
|
|
|
Patch20: 0001-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch
|
|
|
|
|
|
|
|
#
|
|
|
|
# actual firmware builds are done on x86_64 and aarch64,
|
|
|
|
# see all the %ifarch blocks below.
|
|
|
|
#
|
|
|
|
# edk2-tools builds are done on all x86 and arm.
|
|
|
|
# in theory they should build everywhere without much trouble, but
|
|
|
|
# in practice the edk2 build system barfs on archs it doesn't know
|
|
|
|
# (such as ppc), so lets limit things to the known-good ones.
|
|
|
|
#
|
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
|
|
|
|
|
|
|
BuildRequires: python
|
2015-12-29 17:03:01 +00:00
|
|
|
BuildRequires: libuuid-devel
|
2016-04-18 12:16:51 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
BuildRequires: iasl
|
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: dosfstools
|
|
|
|
BuildRequires: mtools
|
|
|
|
BuildRequires: genisoimage
|
|
|
|
%endif
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%description
|
2013-08-22 10:46:29 +00:00
|
|
|
EDK II is a development code base for creating UEFI drivers, applications
|
|
|
|
and firmware images.
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%package tools
|
2015-12-29 17:03:01 +00:00
|
|
|
Summary: EFI Development Kit II Tools
|
|
|
|
Group: Development/Tools
|
2013-05-02 12:46:06 +00:00
|
|
|
%description tools
|
|
|
|
This package provides tools that are needed to
|
|
|
|
build EFI executables and ROMs using the GNU tools.
|
|
|
|
|
|
|
|
%package tools-python
|
2015-12-29 17:03:01 +00:00
|
|
|
Summary: EFI Development Kit II Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: python
|
2013-05-02 12:46:06 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description tools-python
|
|
|
|
This package provides tools that are needed to build EFI executables
|
|
|
|
and ROMs using the GNU tools. You do not need to install this package;
|
|
|
|
you probably want to install edk2-tools only.
|
|
|
|
|
|
|
|
%package tools-doc
|
2015-12-29 17:03:01 +00:00
|
|
|
Summary: Documentation for EFI Development Kit II Tools
|
|
|
|
Group: Development/Tools
|
2016-04-18 12:16:51 +00:00
|
|
|
BuildArch: noarch
|
2013-05-02 12:46:06 +00:00
|
|
|
%description tools-doc
|
|
|
|
This package documents the tools that are needed to
|
|
|
|
build EFI executables and ROMs using the GNU tools.
|
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
%package ovmf
|
|
|
|
Summary: Open Virtual Machine Firmware
|
|
|
|
License: BSD and OpenSSL
|
|
|
|
Provides: OVMF
|
|
|
|
BuildArch: noarch
|
|
|
|
%description ovmf
|
|
|
|
EFI Development Kit II
|
|
|
|
Open Virtual Machine Firmware (x64)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch aarch64
|
|
|
|
%package aarch64
|
|
|
|
Summary: AARCH64 Virtual Machine Firmware
|
|
|
|
Provides: AAVMF
|
|
|
|
BuildArch: noarch
|
|
|
|
%description aarch64
|
|
|
|
EFI Development Kit II
|
|
|
|
AARCH64 UEFI Firmware
|
|
|
|
%endif
|
|
|
|
|
2013-05-02 12:46:06 +00:00
|
|
|
%prep
|
2016-04-18 12:16:51 +00:00
|
|
|
%setup -q -n tianocore-%{name}-%{edk2_githash}
|
2013-11-14 15:30:12 +00:00
|
|
|
%patch1 -p1
|
2016-04-18 12:16:51 +00:00
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
2016-02-15 17:30:33 +00:00
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
%patch10 -p1
|
|
|
|
%patch11 -p1
|
|
|
|
%patch12 -p1
|
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
2013-05-02 12:46:06 +00:00
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
%patch20 -p1
|
|
|
|
|
|
|
|
# add openssl
|
|
|
|
tar -C CryptoPkg/Library/OpensslLib -xf %{SOURCE1}
|
|
|
|
(cd CryptoPkg/Library/OpensslLib/openssl-%{openssl_version};
|
|
|
|
patch -p1 < ../EDKII_openssl-%{openssl_version}.patch)
|
|
|
|
(cd CryptoPkg/Library/OpensslLib; ./Install.sh)
|
|
|
|
cp CryptoPkg/Library/OpensslLib/openssl-*/LICENSE LICENSE.openssl
|
2013-05-02 12:46:06 +00:00
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
%build
|
|
|
|
source ./edksetup.sh
|
|
|
|
|
|
|
|
# conpiler
|
|
|
|
CC_FLAGS="-t GCC49"
|
|
|
|
|
|
|
|
# parallel builds
|
|
|
|
JOBS="%{?_smp_mflags}"
|
|
|
|
JOBS="${JOBS#-j}"
|
|
|
|
if test "$JOBS" != ""; then
|
|
|
|
CC_FLAGS="${CC_FLAGS} -n $JOBS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# common features
|
|
|
|
CC_FLAGS="${CC_FLAGS} -b DEBUG"
|
|
|
|
CC_FLAGS="${CC_FLAGS} --cmd-len=65536"
|
|
|
|
|
|
|
|
# ovmf features
|
|
|
|
OVMF_FLAGS="${CC_FLAGS}"
|
|
|
|
OVMF_FLAGS="${OVMF_FLAGS} -D HTTP_BOOT_ENABLE"
|
|
|
|
OVMF_FLAGS="${OVMF_FLAGS} -D NETWORK_IP6_ENABLE"
|
|
|
|
|
|
|
|
# ovmf + secure boot features
|
|
|
|
OVMF_SB_FLAGS="${OVMF_FLAGS}"
|
|
|
|
OVMF_SB_FLAGS="${OVMF_SB_FLAGS} -D SECURE_BOOT_ENABLE"
|
|
|
|
OVMF_SB_FLAGS="${OVMF_SB_FLAGS} -D SMM_REQUIRE"
|
|
|
|
OVMF_SB_FLAGS="${OVMF_SB_FLAGS} -D EXCLUDE_SHELL_FROM_FD"
|
|
|
|
|
|
|
|
# arm firmware features
|
|
|
|
ARM_FLAGS="${CC_FLAGS}"
|
|
|
|
ARM_FLAGS="${ARM_FLAGS} -D DEBUG_PRINT_ERROR_LEVEL=0x8040004F"
|
|
|
|
|
|
|
|
make -C BaseTools #%{?_smp_mflags}
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
# build ovmf
|
|
|
|
mkdir -p ovmf
|
|
|
|
build ${OVMF_FLAGS} -a X64 -p OvmfPkg/OvmfPkgX64.dsc
|
|
|
|
cp Build/OvmfX64/*/FV/OVMF_*.fd ovmf
|
|
|
|
rm -rf Build/OvmfX64
|
|
|
|
|
|
|
|
# build ovmf with secure boot
|
|
|
|
build ${OVMF_SB_FLAGS} -a IA32 -a X64 -p OvmfPkg/OvmfPkgIa32X64.dsc
|
|
|
|
cp Build/Ovmf3264/*/FV/OVMF_CODE.fd ovmf/OVMF_CODE.secboot.fd
|
|
|
|
|
|
|
|
# build shell iso with EnrollDefaultKeys
|
|
|
|
cp Build/Ovmf3264/*/X64/Shell.efi ovmf
|
|
|
|
cp Build/Ovmf3264/*/X64/EnrollDefaultKeys.efi ovmf
|
|
|
|
sh %{SOURCE3} ovmf
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch aarch64
|
|
|
|
# build arm/aarch64 firmware
|
|
|
|
mkdir -p aarch64
|
|
|
|
build $ARM_FLAGS -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc
|
|
|
|
cp Build/ArmVirtQemu-AARCH64/DEBUG_*/FV/*.fd aarch64
|
|
|
|
dd of="aarch64/QEMU_EFI-pflash.raw" if="/dev/zero" bs=1M count=64
|
|
|
|
dd of="aarch64/QEMU_EFI-pflash.raw" if="aarch64/QEMU_EFI.fd" conv=notrunc
|
|
|
|
dd of="aarch64/vars-template-pflash.raw" if="/dev/zero" bs=1M count=64
|
|
|
|
%endif
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%install
|
2016-04-18 12:16:51 +00:00
|
|
|
mkdir -p %{buildroot}%{_bindir} \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/Conf \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/Scripts
|
|
|
|
install BaseTools/Source/C/bin/* \
|
2015-12-29 17:03:01 +00:00
|
|
|
%{buildroot}%{_bindir}
|
2016-04-18 12:16:51 +00:00
|
|
|
install BaseTools/BinWrappers/PosixLike/LzmaF86Compress \
|
|
|
|
%{buildroot}%{_bindir}
|
|
|
|
install BaseTools/BuildEnv \
|
2014-06-24 07:50:13 +00:00
|
|
|
%{buildroot}%{_datadir}/%{name}
|
2016-04-18 12:16:51 +00:00
|
|
|
install BaseTools/Conf/*.template \
|
2014-06-23 15:25:24 +00:00
|
|
|
%{buildroot}%{_datadir}/%{name}/Conf
|
2016-04-18 12:16:51 +00:00
|
|
|
install BaseTools/Scripts/GccBase.lds \
|
2014-06-23 15:25:24 +00:00
|
|
|
%{buildroot}%{_datadir}/%{name}/Scripts
|
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
cp -R BaseTools/Source/Python %{buildroot}%{_datadir}/%{name}/Python
|
2014-06-23 15:25:24 +00:00
|
|
|
for i in build BPDG Ecc GenDepex GenFds GenPatchPcdTable PatchPcdValue TargetTool Trim UPT; do
|
2016-04-18 12:16:51 +00:00
|
|
|
echo '#!/bin/sh
|
|
|
|
export PYTHONPATH=%{_datadir}/%{name}/Python
|
2013-05-02 12:46:06 +00:00
|
|
|
exec python '%{_datadir}/%{name}/Python/$i/$i.py' "$@"' > %{buildroot}%{_bindir}/$i
|
|
|
|
chmod +x %{buildroot}%{_bindir}/$i
|
|
|
|
done
|
|
|
|
|
2016-04-18 12:16:51 +00:00
|
|
|
mkdir -p %{buildroot}/usr/share/%{name}
|
|
|
|
%ifarch x86_64
|
|
|
|
cp -a ovmf %{buildroot}/usr/share/%{name}
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
cp -a aarch64 %{buildroot}/usr/share/%{name}
|
|
|
|
%endif
|
|
|
|
|
2013-05-02 12:46:06 +00:00
|
|
|
%files tools
|
|
|
|
%{_bindir}/BootSectImage
|
|
|
|
%{_bindir}/EfiLdrImage
|
|
|
|
%{_bindir}/EfiRom
|
|
|
|
%{_bindir}/GenCrc32
|
|
|
|
%{_bindir}/GenFfs
|
|
|
|
%{_bindir}/GenFv
|
|
|
|
%{_bindir}/GenFw
|
|
|
|
%{_bindir}/GenPage
|
|
|
|
%{_bindir}/GenSec
|
|
|
|
%{_bindir}/GenVtf
|
|
|
|
%{_bindir}/GnuGenBootSector
|
|
|
|
%{_bindir}/LzmaCompress
|
2014-06-23 15:25:24 +00:00
|
|
|
%{_bindir}/LzmaF86Compress
|
2013-05-02 12:46:06 +00:00
|
|
|
%{_bindir}/Split
|
2014-06-23 15:25:24 +00:00
|
|
|
%{_bindir}/TianoCompress
|
2013-05-02 12:46:06 +00:00
|
|
|
%{_bindir}/VfrCompile
|
|
|
|
%{_bindir}/VolInfo
|
2016-04-18 12:16:51 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
2014-06-24 07:50:13 +00:00
|
|
|
%{_datadir}/%{name}/BuildEnv
|
2016-04-18 12:16:51 +00:00
|
|
|
%{_datadir}/%{name}/Conf
|
|
|
|
%{_datadir}/%{name}/Scripts
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%files tools-python
|
2014-06-23 15:25:24 +00:00
|
|
|
%{_bindir}/build
|
2013-05-02 12:46:06 +00:00
|
|
|
%{_bindir}/BPDG
|
2014-06-23 15:25:24 +00:00
|
|
|
%{_bindir}/Ecc
|
2013-05-02 12:46:06 +00:00
|
|
|
%{_bindir}/GenDepex
|
|
|
|
%{_bindir}/GenFds
|
|
|
|
%{_bindir}/GenPatchPcdTable
|
|
|
|
%{_bindir}/PatchPcdValue
|
|
|
|
%{_bindir}/TargetTool
|
|
|
|
%{_bindir}/Trim
|
|
|
|
%{_bindir}/UPT
|
2016-04-18 12:16:51 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/Python
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%files tools-doc
|
2016-04-18 12:16:51 +00:00
|
|
|
%doc BaseTools/UserManuals/*.rtf
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
%files ovmf
|
|
|
|
%license OvmfPkg/License.txt
|
|
|
|
%license LICENSE.openssl
|
|
|
|
%doc OvmfPkg/README
|
|
|
|
%dir /usr/share/%{name}
|
|
|
|
%dir /usr/share/%{name}/ovmf
|
|
|
|
/usr/share/%{name}/ovmf/OVMF*.fd
|
|
|
|
/usr/share/%{name}/ovmf/*.efi
|
|
|
|
/usr/share/%{name}/ovmf/*.iso
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch aarch64
|
|
|
|
%files aarch64
|
|
|
|
%license ArmVirtPkg/License.txt
|
|
|
|
%dir /usr/share/%{name}
|
|
|
|
%dir /usr/share/%{name}/aarch64
|
|
|
|
/usr/share/%{name}/aarch64/QEMU*.fd
|
|
|
|
/usr/share/%{name}/aarch64/*.raw
|
|
|
|
%endif
|
2013-05-02 12:46:06 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-04-18 12:16:51 +00:00
|
|
|
* Mon Apr 18 2016 Gerd Hoffmann <kraxel@redhat.com> 20160418gita8c39ba-0
|
|
|
|
- Update to latest git.
|
|
|
|
- Add firmware builds (FatPkg is free now).
|
|
|
|
|
2016-02-15 17:30:33 +00:00
|
|
|
* Mon Feb 15 2016 Cole Robinson <crobinso@redhat.com> 20151127svn18975-3
|
|
|
|
- Fix FTBFS gcc warning (bz 1307439)
|
|
|
|
|
2016-02-03 19:40:27 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20151127svn18975-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-15 17:30:33 +00:00
|
|
|
* Fri Nov 27 2015 Paolo Bonzini <pbonzini@redhat.com> - 20151127svn18975-1
|
2015-11-27 13:00:44 +00:00
|
|
|
- Rebase to 20151127svn18975-1
|
|
|
|
- Linker script renamed to GccBase.lds
|
|
|
|
|
2015-06-17 05:16:07 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150519svn17469-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-11-27 13:00:44 +00:00
|
|
|
* Tue May 19 2015 Paolo Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
|
2015-05-19 10:46:43 +00:00
|
|
|
- Rebase to 20150519svn17469-1
|
|
|
|
- edk2-remove-tree-check.patch now upstream
|
|
|
|
|
2015-05-02 11:27:18 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 20140724svn2670-6
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2014-08-16 10:25:01 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140724svn2670-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 12:27:29 +00:00
|
|
|
* Thu Jul 24 2014 Paolo Bonzini <pbonzini@redhat.com> - 20140724svn2670-1
|
|
|
|
- Rebase to 20140724svn2670-1
|
|
|
|
|
2014-06-24 08:43:55 +00:00
|
|
|
* Tue Jun 24 2014 Paolo Bonzini <pbonzini@redhat.com> - 20140624svn2649-1
|
|
|
|
- Use standalone .tar.xz from buildtools repo
|
|
|
|
|
2014-06-24 07:50:13 +00:00
|
|
|
* Tue Jun 24 2014 Paolo Bonzini <pbonzini@redhat.com> - 20140328svn15376-4
|
|
|
|
- Install BuildTools/BaseEnv
|
|
|
|
|
2014-06-23 15:25:24 +00:00
|
|
|
* Mon Jun 23 2014 Paolo Bonzini <pbonzini@redhat.com> - 20140328svn15376-3
|
|
|
|
- Rebase to get GCC48 configuration
|
|
|
|
- Package EDK_TOOLS_PATH as /usr/share/edk2
|
|
|
|
- Package "build" and LzmaF86Compress too, as well as the new
|
|
|
|
tools Ecc and TianoCompress.
|
|
|
|
|
2014-06-07 09:55:49 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20131114svn14844-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-11-14 14:50:55 +00:00
|
|
|
* Thu Nov 14 2013 Paolo Bonzini <pbonzini@redhat.com> - 20131114svn14844-1
|
|
|
|
- Upgrade to r14844.
|
2013-11-14 15:30:12 +00:00
|
|
|
- Remove upstreamed parts of patch 1.
|
2013-11-14 14:50:55 +00:00
|
|
|
|
2013-11-08 13:34:26 +00:00
|
|
|
* Fri Nov 8 2013 Paolo Bonzini <pbonzini@redhat.com> - 20130515svn14365-7
|
|
|
|
- Make BaseTools compile on ARM.
|
|
|
|
|
2013-08-30 07:52:03 +00:00
|
|
|
* Fri Aug 30 2013 Paolo Bonzini <pbonzini@redhat.com> - 20130515svn14365-6
|
|
|
|
- Revert previous change; firmware packages should be noarch, and building
|
|
|
|
BaseTools twice is simply wrong.
|
|
|
|
|
2013-08-19 16:24:02 +00:00
|
|
|
* Mon Aug 19 2013 Kay Sievers <kay@redhat.com> - 20130515svn14365-5
|
|
|
|
- Add sub-package with EFI shell
|
|
|
|
|
2013-08-03 09:22:44 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130515svn14365-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-23 06:16:31 +00:00
|
|
|
* Thu May 23 2013 Dan Horák <dan[at]danny.cz> 20130515svn14365-3
|
|
|
|
- set ExclusiveArch
|
|
|
|
|
2013-05-02 12:46:06 +00:00
|
|
|
* Thu May 16 2013 Paolo Bonzini <pbonzini@redhat.com> 20130515svn14365-2
|
|
|
|
- Fix edk2-tools-python Requires
|
|
|
|
|
|
|
|
* Wed May 15 2013 Paolo Bonzini <pbonzini@redhat.com> 20130515svn14365-1
|
|
|
|
- Split edk2-tools-doc and edk2-tools-python
|
|
|
|
- Fix Python BuildRequires
|
|
|
|
- Remove FatBinPkg at package creation time.
|
|
|
|
- Use fully versioned dependency.
|
|
|
|
- Add comment on how to generate the sources.
|
|
|
|
|
|
|
|
* Thu May 2 2013 Paolo Bonzini <pbonzini@redhat.com> 20130502.g732d199-1
|
|
|
|
- Create.
|