On Tue, Nov 7, 2017 at 6:11 AM, ToddAndMargo <toddandma...@zoho.com> wrote:
>
> SL 7.4
>
> What am I doing wrong?
>
> $ rpmbuild --rebuild simple-scan-3.26.1-1.fc27.src.rpm
> Installing simple-scan-3.26.1-1.fc27.src.rpm
> ...
> error: line 25: Unknown tag: Recommends:     yelp
>
> $ rpm -qa yelp\*
> yelp-3.22.0-1.el7.x86_64
> yelp-xsl-3.20.1-1.el7.noarch
> yelp-libs-3.22.0-1.el7.x86_64
> yelp-tools-3.18.0-1.el7.noarch

Fedora has introduced weak dependencies, "recommends" and "suggests",
like Debian/Ubuntu/etc.

You can either remove the "recommends" or change it/them to
"requires", with the latter solution being the safer one.

Reply via email to