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:
Ondřej Budai 2020-11-12 09:34:26 +01:00 committed by msehnout
parent e02e5da1bf
commit 8e34cef1ec

View file

@ -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):