aboutsummaryrefslogtreecommitdiffstats
path: root/kernel.spec.template
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-23 11:32:11 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-03-23 11:32:11 +0100
commitaa3233274953cbff7058a3c4073b23c4242fd710 (patch)
tree9c4ef48da472b59bac2cd2c5b86f1e51f6c7a0ee /kernel.spec.template
parentc19aed80febfb556324360e32e480482dcea16c8 (diff)
downloadjenkinsfiles-aa3233274953cbff7058a3c4073b23c4242fd710.tar.gz
fix candidate build
Diffstat (limited to 'kernel.spec.template')
-rw-r--r--kernel.spec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec.template b/kernel.spec.template
index c5b6d8e..b37be1d 100644
--- a/kernel.spec.template
+++ b/kernel.spec.template
@@ -63,7 +63,7 @@ find %{buildroot}/usr -name .install -print | xargs rm
find %{buildroot}/usr -name ..install.cmd -print | xargs rm
find %{buildroot}/lib/modules -name "*.ko" | xargs strip --strip-debug
-find %{buildroot}/lib/modules -name "*.ko" | xargs gzip -v
+find %{buildroot}/lib/modules -name "*.ko" | xargs gzip
%post
echo "# new-kernel-pkg install %{name}-%{KVERREL}"