From 26b0fc4897d290974bfbbe2a508607048a2360dc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Mar 2017 16:50:32 +0100 Subject: [PATCH 1/3] kexec-tools: Recreate bee file ``` $ bee init https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.11.tar.gz creating kexec-tools-2.0.11-0.bee from template '/etc/default/bee/templates/fallback' ``` This removes a trailing space, and fixes some typos. --- kexec-tools-2.0.11-0.bee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kexec-tools-2.0.11-0.bee b/kexec-tools-2.0.11-0.bee index 01eb34feb..939d0abf7 100755 --- a/kexec-tools-2.0.11-0.bee +++ b/kexec-tools-2.0.11-0.bee @@ -22,8 +22,8 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${PKG # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +52,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${PKG #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 92ecb47db9a74739123a1cd6fd5d78b363b14c6b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Mar 2017 16:53:21 +0100 Subject: [PATCH 2/3] kexec-tools: Convert to versionless bee file --- kexec-tools-2.0.11-0.bee => kexec-tools.be0 | 2 ++ 1 file changed, 2 insertions(+) rename kexec-tools-2.0.11-0.bee => kexec-tools.be0 (98%) diff --git a/kexec-tools-2.0.11-0.bee b/kexec-tools.be0 similarity index 98% rename from kexec-tools-2.0.11-0.bee rename to kexec-tools.be0 index 939d0abf7..f185b0985 100755 --- a/kexec-tools-2.0.11-0.bee +++ b/kexec-tools.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION kexec-tools-2.0.11-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 4134c83c076cf22c72257e2c1fa768443d341b8c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Mar 2017 16:53:46 +0100 Subject: [PATCH 3/3] kexec-tools: Update version from 2.0.11 to 2.0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From *[ANNOUNCE] kexec-tools 2.0.14* [1]: > I am happy to announce the release of kexec-tools 2.0.14. > > This is a feature release coinciding with the release of the v4.9 > Linux Kernel. > > […] [1] https://lists.infradead.org/pipermail/kexec/2016-December/017882.html --- kexec-tools.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec-tools.be0 b/kexec-tools.be0 index f185b0985..03ae826c0 100755 --- a/kexec-tools.be0 +++ b/kexec-tools.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION kexec-tools-2.0.11-0 +# BEE_VERSION kexec-tools-2.0.14-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)