Skip to content

Commit

Permalink
Check for license
Browse files Browse the repository at this point in the history
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
  • Loading branch information
jcsiadal committed Mar 30, 2023
1 parent 9603f15 commit 23d80ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/check_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
'provisioning|rms|runtimes|serial-libs)$',
# Need a URL
'(^URL:.*$|Url:.*$)',
# RPMs should include their license files; don't use %doc for licenses
# Add a comment if no license file is needed
'(^%License.*$|^# No license.*$)',
]

if len(sys.argv) <= 1:
Expand Down

0 comments on commit 23d80ef

Please sign in to comment.