summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-03-10 23:07:35 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-03-10 23:07:35 -0500
commit900e106773deca1e2c1ddc59c5025bfa70b603f3 (patch)
tree6fe712605819ccad5121eb6ef61d812fc150c8a3
parent69bc19100964a54f0aace7f1ed5945e871f51bd7 (diff)
downloadkernel-900e106773deca1e2c1ddc59c5025bfa70b603f3.tar.gz
kernel-900e106773deca1e2c1ddc59c5025bfa70b603f3.tar.xz
kernel-900e106773deca1e2c1ddc59c5025bfa70b603f3.zip
Linux-v5.0.1
-rw-r--r--kernel.spec5
-rwxr-xr-xscripts/stable-update.sh17
-rw-r--r--sources1
3 files changed, 6 insertions, 17 deletions
diff --git a/kernel.spec b/kernel.spec
index 8a310d8c4..171f7b921 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 0
+%define stable_update 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -1890,6 +1890,9 @@ fi
#
#
%changelog
+* Mon Mar 11 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.0.1-300
+- Linux v5.0.1
+
* Mon Mar 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-1
- Linux v5.0.0
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index 2ea5fb78b..26c81b937 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -35,28 +35,13 @@ if [ -z $VERSION ]; then
fi
if [ ! -f patch-$1.xz ]; then
- wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz
+ wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz
if [ ! $? -eq 0 ]; then
echo "Download fail"
exit 1
fi
fi
-if [ ! -f "patch-$1.sign" ]; then
- wget "https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.sign"
- if [ ! $? -eq 0 ]; then
- echo "Signature download failed"
- exit 1
- fi
-fi
-
-xzcat "patch-$1.xz" | gpg2 --verify "patch-$1.sign" -
-if [ ! $? -eq 0 ]; then
- echo "Patch file has invalid or untrusted signature!"
- echo "See https://www.kernel.org/category/signatures.html"
- exit 1
-fi
-
grep $1 sources &> /dev/null
if [ ! $? -eq 0 ]; then
fedpkg upload patch-$1.xz
diff --git a/sources b/sources
index 1eb341ce6..b43e3e87c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (linux-5.0.tar.xz) = 3fbab70c7b03b1a10e9fa14d1e2e1f550faba4f5792b7699ca006951da74ab86e7d7f19c6a67849ab99343186e7d6f2752cd910d76222213b93c1eab90abf1b0
+SHA512 (patch-5.0.1.xz) = 1c756abb0f2583625a9c8551125743989c82b401f5b54fe2dd5b0e3f88774a240438abc5d0b2d4bbe16dec9317cdd9810d69d9effcbfc17a4aa4fa82c6e1e5c9