Skip to content
Snippets Groups Projects
Commit afca96c1 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'rpm-subdir' into 'main'

Move RPM spec file into subdirectory

See merge request computing/gwdatafind/client!89
parents 11078ff9 db1af41a
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,8 @@ test:el8:
stage: Code quality
variables:
GIT_STRATEGY: fetch
RPMLINT_OPTIONS: '--info --file .rpmlintrc'
INSTALLED_RPMS: "*gwdatafind*"
RPMLINT_OPTIONS: "--info --file rpm/rpmlintrc"
rpmlint:el7:
extends:
......
include LICENSE README.md
include gwdatafind.spec
include rpm/python-gwdatafind.spec
include debian/*
include debian/source/*
......@@ -19,7 +19,7 @@ with an actual release version.
- Bump versions and add changelog entries in OS packaging files:
- `debian/changelog`
- `gwdatafind.spec`
- `rpm/python-gwdatafind.spec`
and then commit the changes to the branch.
......
File moved
# - python -
# don't care that the gwdatafind package includes 'GWDataFind' in the name
addFilter("W: name-repeated-in-summary")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment