On 6/25/20 2:38 PM, PGNet Dev wrote:
> On 6/25/20 10:08 AM, Pavel Raiskup wrote:
>> Good, just let me know it is OK.

started from scratch -- just in case.

for the spec'd pkg, rpmbuild locally

        rpm -Uvh ../RPMS/x86_64/nginx-1.19.0.fc32.x86_64.rpm
        dnf info nginx
                ...
                Installed Packages
                Name         : nginx
                Version      : 1.19.0
                Release      : git
??              Architecture : x86_64
                Size         : 5.0 M
                Source       : nginx-1.19.0-git.src.rpm
                Repository   : @System
                Summary      : Nginx Web Server
                URL          : https://github.com/nginx/nginx
                License      : BSD
                Description  : Nginx Web Server
                ...


for the identical spec, after build on COPR

        dnf info nginx
                ...
                Name         : nginx
                Version      : 1.19.0
                Release      : git
??              Architecture : src
                Size         : 2.4 M
                Source       : None
                Repository   : 
copr:copr.fedorainfracloud.org:pgfed:nginx-mainline
                Summary      : Nginx Web Server
                URL          : https://github.com/nginx/nginx
                License      : BSD
                Description  : Nginx Web Server

note the diff in 'Architeture:' -- 'X86_64' vs 'src'.  AND the significantly 
smaller size, 5.0M vs 2.4M.

which remains a bit of a mystery for me.

but still uninstallable,

        /etc/yum.repos.d/fedora.repo 
                [fedora]
+++             exclude=nginx*
                name=Fedora $releasever - $basearch
                ...

        /etc/yum.repos.d/fedora-updates.repo 
                [updates]
+++             exclude=nginx*
                name=Fedora $releasever - $basearch - Updates
                ...

        dnf install nginx
                Last metadata expiration check: 0:08:17 ago on Thu 25 Jun 2020 
05:37:37 PM PDT.
                All matches were filtered out by exclude filtering for 
argument: nginx
                Error: Unable to find a match: nginx


_______________________________________________
copr-devel 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.fedorahosted.org/archives/list/[email protected]

Reply via email to