Created test for dnf over FTP protocol#50
Conversation
| /usr/bin/cp -u dummy.spec /run/fedora-networking/ | ||
| cd /run/fedora-networking | ||
|
|
||
| rpmbuild -ba dummy.spec |
There was a problem hiding this comment.
can we use something like:
rpmbuild --define "_topdir /var/run/fedora-networking" -ba dummy.spec
To keep ${HOME} clean?
| License: GPL+ | ||
| BuildArch: noarch | ||
|
|
||
| BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
There was a problem hiding this comment.
I can't remove the License, since the rpmbuild requires it, however I removed the other lines.
There was a problem hiding this comment.
I meant BuildRoot: tag only. So BuildArch should be there to keep from building for all arches.
|
|
||
| /usr/bin/cp -u \ | ||
| /root/rpmbuild/RPMS/noarch/dummy-rpm-1.0-1.noarch.rpm \ | ||
| /var/ftp/pub/fedora-networking |
There was a problem hiding this comment.
Same here. It'd be good to use /run/ for all testing related stuff (overriden vsftpd config?)
landgraf
left a comment
There was a problem hiding this comment.
BuildArch should be noarch. Sorry for the confusion. See inline
| License: GPL+ | ||
| BuildArch: noarch | ||
|
|
||
| BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
There was a problem hiding this comment.
I meant BuildRoot: tag only. So BuildArch should be there to keep from building for all arches.
Undu deletion of the BuildArch.
|
I have added the BuildArch tag back, as you asked. I am sorry I misunderstood the previous request :). |
No description provided.