Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpmbuild may not download the source code if disable_source_fetch is defined. #477

Closed
bschonec opened this issue Jun 5, 2023 · 1 comment

Comments

@bschonec
Copy link

bschonec commented Jun 5, 2023

In the deployment/rpm/about.md file the documentation states to run:

rpmbuild -ba hello.spec

If deisable_source_fetch is enabled/true, rpmbuild may not automatically download the source from ftp.gnu.org unless the

--undefine=_disable_source_fetch

parameter is set. I recommend updating the documentation so that the source tarball is downloaded.

rpmbuild -ba --undefine=_disable_source_fetch

@jackorp
Copy link
Contributor

jackorp commented Dec 20, 2023

the setup section on the same page explicitly states wget http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz, which is the way the sources are retrieved here.

@jackorp jackorp closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants