diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 11:32:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 11:32:11 +0100 |
commit | aa3233274953cbff7058a3c4073b23c4242fd710 (patch) | |
tree | 9c4ef48da472b59bac2cd2c5b86f1e51f6c7a0ee /kernel.spec.template | |
parent | c19aed80febfb556324360e32e480482dcea16c8 (diff) | |
download | jenkinsfiles-aa3233274953cbff7058a3c4073b23c4242fd710.tar.gz |
fix candidate build
Diffstat (limited to 'kernel.spec.template')
-rw-r--r-- | kernel.spec.template | 2 |
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}" |