https://bugzilla.redhat.com/show_bug.cgi?id=2224412



--- Comment #10 from Maxwell G <[email protected]> ---
> I needed to do it a bit differently because this printed a lot of warnings 
> like this

Yes, but that won't fix the dangling symlink problem. That was the whole point
of keeping the docs directory where it is. The warnings you mentioned are
spurious and can be ignored.

You could probably keep the doc subpackage and build_ignores, add

```
# Remove dangling symlinks
cp --dereference docs %{_pkgdocdir}
```

and then have

```
%files doc
%doc %{_pkgdocdir}/docs
```

but the current approach definitely does not work.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2224412

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202224412%23c10
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to