[arch-commits] Commit in kexec-tools/trunk (2 files)
Tobias Powalowski
tpowa at archlinux.org
Tue Jun 26 19:28:16 UTC 2012
Date: Tuesday, June 26, 2012 @ 15:28:15
Author: tpowa
Revision: 162394
upgpkg: kexec-tools 2.0.3-1
bump to latest version
Modified:
kexec-tools/trunk/PKGBUILD
Deleted:
kexec-tools/trunk/kexec-tools-2.0.0-purgatory-makefile.patch
--------------------------------------------+
PKGBUILD | 16 +++++++---------
kexec-tools-2.0.0-purgatory-makefile.patch | 20 --------------------
2 files changed, 7 insertions(+), 29 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-06-26 18:57:06 UTC (rev 162393)
+++ PKGBUILD 2012-06-26 19:28:15 UTC (rev 162394)
@@ -3,26 +3,21 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kexec-tools
-pkgver=2.0.2
-pkgrel=5
+pkgver=2.0.3
+pkgrel=1
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('i686' 'x86_64')
url="http://kernel.org/pub/linux/utils/kernel/kexec/"
-source=("http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2"
- 'kexec-tools-2.0.0-purgatory-makefile.patch'
+source=("ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2"
+ #"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2"
'kexec'
'kexec.conf.d')
depends=('gawk' 'zlib' 'xz')
backup=('etc/conf.d/kexec')
license=('GPL2')
-md5sums=('35d05fed1c97008ac34c5bfb929295eb'
- 'b96f47c29757fcadfbc50ea6ea22f839'
- 'be059a103e5989519d22fca99f860a64'
- '9ca7e31d2c5c66c436a9a2baf20ad9b2')
build() {
cd $srcdir/$pkgname-$pkgver
- patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
./configure --prefix=/usr
make
}
@@ -37,3 +32,6 @@
install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
}
+md5sums=('3d9ff82e8e16165b9e79ded271c08348'
+ 'be059a103e5989519d22fca99f860a64'
+ '9ca7e31d2c5c66c436a9a2baf20ad9b2')
Deleted: kexec-tools-2.0.0-purgatory-makefile.patch
===================================================================
--- kexec-tools-2.0.0-purgatory-makefile.patch 2012-06-26 18:57:06 UTC (rev 162393)
+++ kexec-tools-2.0.0-purgatory-makefile.patch 2012-06-26 19:28:15 UTC (rev 162394)
@@ -1,20 +0,0 @@
-diff -up kexec-tools-2.0.0/purgatory/Makefile.orig kexec-tools-2.0.0/purgatory/Makefile
---- kexec-tools-2.0.0/purgatory/Makefile.orig 2011-03-10 11:39:22.100799291 -0500
-+++ kexec-tools-2.0.0/purgatory/Makefile 2011-03-10 11:39:36.422736886 -0500
-@@ -55,14 +55,14 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATO
- -I$(srcdir)/util_lib/include \
- -I$(shell $(CC) -print-file-name=include)
- $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
-- --no-undefined -nostartfiles -nostdlib -nodefaultlibs \
-+ -nostartfiles -nostdlib -nodefaultlibs \
- -e purgatory_start -r
-
- $(PURGATORY): $(PURGATORY_OBJS)
- $(MKDIR) -p $(@D)
- $(CC) $(LDFLAGS) -o $@ $^
-
--# $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
-+# $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
-
- echo::
- @echo "PURGATORY_SRCS $(PURGATORY_SRCS)"
More information about the arch-commits
mailing list