diff --git a/kexec-tools-2.0.0-rc1.tar.bz2 b/kexec-tools-2.0.0-rc1.tar.bz2 deleted file mode 100644 index 3468fd4..0000000 --- a/kexec-tools-2.0.0-rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3a5cc833b1bfad227169ada0d4863fe830b4cab065549ff01397a4587f0a031 -size 265663 diff --git a/kexec-tools-2.0.0.tar.bz2 b/kexec-tools-2.0.0.tar.bz2 new file mode 100644 index 0000000..3812228 --- /dev/null +++ b/kexec-tools-2.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41439d49957d0400c7bd9e26b7573049025133cb5edac18c1eb08993953e2044 +size 262331 diff --git a/kexec-tools.changes b/kexec-tools.changes index 977ff94..d96c9b4 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 19 16:54:57 CEST 2008 - bwalle@suse.de + +- update to kexec-tools 2.0.0 (final) + o Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at + configure time + ------------------------------------------------------------------- Mon Jul 14 17:32:17 CEST 2008 - bwalle@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index ea05178..0fd617a 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,5 +1,5 @@ # -# spec file for package kexec-tools (Version 1.9.9_rc1) +# spec file for package kexec-tools (Version 2.0.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,19 +12,17 @@ Name: kexec-tools -# kdump does not work yet, kexec-tools.ppc64.rpm still required for kdump %ifarch ppc BuildRequires: gcc-64bit glibc-devel-64bit %endif -%define package_version 2.0.0-rc1 License: GPL v2 or later Group: System/Kernel Requires: %insserv_prereq %fillup_prereq AutoReqProv: on Summary: Tools for fast kernel loading -Version: 1.9.9_rc1 +Version: 2.0.0 Release: 1 -Source: %{name}-%{package_version}.tar.bz2 +Source: %{name}-%{version}.tar.bz2 Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: zlib-devel @@ -47,14 +45,15 @@ Authors: Tim Deegan %prep -%setup -q -n kexec-tools-%{package_version} +%setup -q -n kexec-tools-%{version} %build %{?suse_update_config -f} %ifarch ia64 RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//') %endif -CFLAGS=$RPM_OPT_FLAGS ./configure \ +CFLAGS=$RPM_OPT_FLAGS BUILD_CFLAGS=$RPM_OPT_FLAGS \ +./configure \ --prefix=/ \ %ifarch ppc --host=powerpc64-suse-linux \ @@ -82,6 +81,10 @@ install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8 %endif %changelog +* Sat Jul 19 2008 bwalle@suse.de +- update to kexec-tools 2.0.0 (final) + o Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at + configure time * Mon Jul 14 2008 bwalle@suse.de - update to kexec-tools 2.0.0-rc1 o implement support for /sys/firmware/memmap interface