XFLAIM change. Needed to pass "nodeps" option to rpmbuild when creating a source RPM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@708 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -2137,7 +2137,7 @@ pkgconfig: dircheck
|
||||
.PHONY : srcrpm
|
||||
srcrpm: srcdist spec
|
||||
$(ec)$(gprintf) "Creating source RPM ...\n"
|
||||
$(ec)rpmbuild --define="_topdir $(package_dir)" --quiet -bs $(spec_file)
|
||||
$(ec)rpmbuild --define="_topdir $(package_dir)" --quiet --nodeps -bs $(spec_file)
|
||||
$(ec)$(gprintf) "Source RPM created.\n"
|
||||
|
||||
# -- RPMS --
|
||||
|
||||
Reference in New Issue
Block a user