summaryrefslogtreecommitdiff |
diff options
author | Jeff Mahoney <jeffm@suse.com> | 2018-03-14 10:18:32 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-11-05 19:58:52 +0100 |
commit | 9e06c56c0937a8a485229c4d6e87e4070d645136 (patch) | |
tree | 0845498a220b13d2ba13ec211c90354a68bb5c41 | |
parent | 843582f57e72801f722f03c9929d94be66eabf3c (diff) |
rpm/kernel-source.spec.in: Add check-module-license to Sourcesrpm-4.4.162-94.69
The package builds in the build service but the script won't make it
into the SRPM if it's not in the Sources list.
-rw-r--r-- | rpm/kernel-source.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/kernel-source.spec.in b/rpm/kernel-source.spec.in index c11ade6794..c43d863775 100644 --- a/rpm/kernel-source.spec.in +++ b/rpm/kernel-source.spec.in @@ -94,6 +94,7 @@ Source69: try-disable-staging-driver Source70: kernel-obs-build.spec.in Source71: kernel-obs-qa.spec.in Source72: compress-vmlinux.sh +Source73: check-module-license Source90: SLES-UEFI-SIGN-Certificate-2048.crt Source100: config.tar.bz2 Source101: config.addon.tar.bz2 |