Bug 1500831
| Summary: | Review Request: douceur - A simple CSS parser and inliner in Go | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Athos Ribeiro <athoscribeiro> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eclipseo, package-review |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-11 02:53:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1500821, 1500828 | ||
| Bug Blocks: | 1500574 | ||
|
Description
Athos Ribeiro
2017-10-11 14:52:03 UTC
A dependency is missing: DEBUG util.py:458: - nothing provides golang(github.com/andybalholm/cascadia) needed by golang-github-PuerkitoBio-goquery-devel-1.1.0-1.fc28.noarch Oops disregard the previous message.
- There's an error in the Requires of unit-test-devel:
%if 0%{?with_unit_test} && 0%{?with_devel}
%package -n golang-%{provider}-%{project}-%{repo}-unit-test-devel
Summary: Unit tests for %{name} package
%if 0%{?with_check}
#Here comes all BuildRequires: PACKAGE the unit tests
#in %%check section need for running
%endif
# test subpackage tests code from devel subpackage
Requires: %{name}-devel = %{version}-%{release}
%{name}-devel will be replaced by douceur-devel which doesn't exist. It should be:
Requires: golang-%{provider}-%{project}-%{repo}-devel = %{version}-%{release}
Hi Robert, Thanks for the input here. I did let that one pass, sorry for that. There you go: Spec URL: https://athoscr.fedorapeople.org/packaging/douceur.spec SRPM URL: https://athoscr.fedorapeople.org/packaging/douceur-0.2.0-2.fc26.src.rpm Package accepted. Thanks for the review!!! (fedrepo-req-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/douceur douceur-0.2.0-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7ae434fd66 douceur-0.2.0-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-7ae434fd66 douceur-0.2.0-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |