Needed to pass --nodeps to rpmbuild when executing the rpms target.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@601 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -2134,9 +2134,9 @@ srcrpm: srcdist spec
|
||||
# -- RPMS --
|
||||
|
||||
.PHONY : rpms
|
||||
rpms: dist spec
|
||||
rpms: spec srcdist
|
||||
$(ec)$(gprintf) "Creating source and binary RPMs ...\n"
|
||||
$(ec)rpmbuild --define="_topdir $(package_dir)" --quiet -ba $(spec_file)
|
||||
$(ec)rpmbuild --define="_topdir $(package_dir)" --quiet --nodeps -ba $(spec_file)
|
||||
$(ec)find $(package_dir) -name *.rpm | xargs chmod 775
|
||||
$(ec)$(gprintf) "Source and binary RPMs created.\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user