makefile: always use the same specfile name
rpmlint doesn't like SRPMs built from specfiles with a filename different than what it's in the Name field inside the spec. This commit removes the renaming. Now, the specfile is always named osbuild-composer.spec.
This commit is contained in:
parent
e02e5da1bf
commit
8e34cef1ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -201,7 +201,7 @@ worker-key-pair: ca
|
|||
# ./rpmbuild, using rpmbuild's usual directory structure.
|
||||
#
|
||||
|
||||
RPM_SPECFILE=rpmbuild/SPECS/osbuild-composer-$(COMMIT).spec
|
||||
RPM_SPECFILE=rpmbuild/SPECS/osbuild-composer.spec
|
||||
RPM_TARBALL=rpmbuild/SOURCES/osbuild-composer-$(COMMIT).tar.gz
|
||||
|
||||
$(RPM_SPECFILE):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue