[EPEL-devel] python build package in epel9

2023-05-26 Thread Brad Bell

I am getting the following message when I try to execute
    fedpkg mockbuild
in the epel9 branch for my package:
    No matching package to install: 'python3dist(build)'

Does this mean that the python build package
    https://pypi.org/project/build/
is not available in epel9 ?
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Re: python build package in epel9

2023-05-26 Thread Stephen Smoogen
On Fri, 26 May 2023 at 13:43, Brad Bell  wrote:

> I am getting the following message when I try to execute
>  fedpkg mockbuild
> in the epel9 branch for my package:
>  No matching package to install: 'python3dist(build)'
>
>
I don't see this when rebuilding something for epel9.

1. What is the base operating system and version you are using?
2. what is the version of mock and fedpkg (rpm -q mock fedpkg)

On my alma9

$ rpm -q rpm mock fedpkg
rpm-4.16.1.3-22.el9.x86_64
mock-3.5-1.el9.noarch
fedpkg-1.44-4.el9.noarch

on my fedora 38 system
$ rpm -q rpm mock fedpkg
rpm-4.18.1-3.fc38.x86_64
mock-3.5-2.fc38.noarch
fedpkg-1.44-4.fc38.noarch


> Does this mean that the python build package
>  https://pypi.org/project/build/
> is not available in epel9 ?
> ___
> epel-devel mailing list -- epel-devel@lists.fedoraproject.org
> To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
> 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/epel-devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Re: python build package in epel9

2023-05-26 Thread Brad Bell

>uname -a
Linux fedora 6.2.15-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 11 15:56:33 UTC 2023 x86_64 
x86_64 x86_64 GNU/Linux


>mock --version
3.5

>git branch
* epel9
  f37
  f38
  rawhide

>dnf info fedpkg
... snip ...
Name : fedpkg
Version  : 1.44
Release  : 4.fc37
Architecture : noarch
Size : 333 k
Source   : fedpkg-1.44-4.fc37.src.rpm
Repository   : @System
From repo    : updates
Summary  : Fedora utility for working with dist-git
URL  : https://pagure.io/fedpkg
License  : GPLv2+
Description  : Provides the fedpkg command for working with dist-git


The command
    fedpkg mockbuid
works on all the branches except epel9 where I get the error messages:

    No matching package to install: 'python3dist(build)'
    No matching package to install: 'python3dist(furo)'
    ... snip ...
    Not all dependencies satisfied
    Error: Some packages could not be found

The command below has not output; i.e, the spec files are the same:
>git diff epel9:python-xrst.spec rawhide:python-xrst.spec
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Re: python build package in epel9

2023-05-26 Thread Scott Talbert

On Fri, 26 May 2023, Brad Bell wrote:


uname -a
Linux fedora 6.2.15-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 11 
15:56:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux



mock --version

3.5


git branch

* epel9
  f37
  f38
  rawhide


dnf info fedpkg

... snip ...
Name : fedpkg
Version  : 1.44
Release  : 4.fc37
Architecture : noarch
Size : 333 k
Source   : fedpkg-1.44-4.fc37.src.rpm
Repository   : @System
From repo    : updates
Summary  : Fedora utility for working with dist-git
URL  : https://pagure.io/fedpkg
License  : GPLv2+
Description  : Provides the fedpkg command for working with dist-git


The command
    fedpkg mockbuid
works on all the branches except epel9 where I get the error messages:

    No matching package to install: 'python3dist(build)'
    No matching package to install: 'python3dist(furo)'
    ... snip ...
    Not all dependencies satisfied
    Error: Some packages could not be found

The command below has not output; i.e, the spec files are the same:

git diff epel9:python-xrst.spec rawhide:python-xrst.spec


python-build doesn't exist for EPEL, see:

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

Scott___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Re: python build package in epel9

2023-05-26 Thread Stephen Smoogen
On Fri, 26 May 2023 at 14:10, Brad Bell  wrote:

>  >uname -a
> Linux fedora 6.2.15-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 11
> 15:56:33 UTC 2023 x86_64
> x86_64 x86_64 GNU/Linux
>
>  >mock --version
> 3.5
>
>  >git branch
> * epel9
>f37
>f38
>rawhide
>
>  >dnf info fedpkg
> ... snip ...
> Name : fedpkg
> Version  : 1.44
> Release  : 4.fc37
> Architecture : noarch
> Size : 333 k
> Source   : fedpkg-1.44-4.fc37.src.rpm
> Repository   : @System
>  From repo: updates
> Summary  : Fedora utility for working with dist-git
> URL  : https://pagure.io/fedpkg
> License  : GPLv2+
> Description  : Provides the fedpkg command for working with dist-git
>
>
> The command
>  fedpkg mockbuid
> works on all the branches except epel9 where I get the error messages:
>
>  No matching package to install: 'python3dist(build)'
>  No matching package to install: 'python3dist(furo)'
>  ... snip ...
>  Not all dependencies satisfied
>  Error: Some packages could not be found
>
>
Weird. I just did
```
[ssmoogen@xenadu Fedora]$ fedpkg clone -a screen
Cloning into 'screen'...
remote: Enumerating objects: 710, done.
remote: Counting objects: 100% (710/710), done.
remote: Compressing objects: 100% (533/533), done.
remote: Total 710 (delta 372), reused 344 (delta 157), pack-reused 0
Receiving objects: 100% (710/710), 142.71 KiB | 9.51 MiB/s, done.
Resolving deltas: 100% (372/372), done.
[ssmoogen@xenadu Fedora]$ cd screen/
[ssmoogen@xenadu screen (rawhide)]$ fedpkg switch-branch epel9
branch 'epel9' set up to track 'origin/epel9' by rebasing.
[ssmoogen@xenadu screen (epel9)]$ fedpkg srpm
Downloading screen-4.8.0.tar.gz

100.0%
[ssmoogen@xenadu screen (epel9)]$ fedpkg mockbuild
Not downloading already downloaded screen-4.8.0.tar.gz

setting SOURCE_DATE_EPOCH=1626998400
Wrote: /home/ssmoogen/Fedora/screen/screen-4.8.0-6.el9.src.rpm
INFO: mock.py version 3.5 starting (python version = 3.9.16, NVR =
mock-3.5-1.el9)...
Start(bootstrap): init plugins
INFO: selinux enabled
Finish(bootstrap): init plugins
Start: init plugins
INFO: selinux enabled
Finish: init plugins
INFO: Signal handler active
Start: run
INFO: Start(/home/ssmoogen/Fedora/screen/screen-4.8.0-6.el9.src.rpm)
 Config(alma+epel-9-x86_64)
Start: clean chroot
Finish: clean chroot
Start(bootstrap): chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled package manager cache
Start(bootstrap): cleaning package manager metadata
Finish(bootstrap): cleaning package manager metadata
INFO: enabled HW Info plugin
Mock Version: 3.5
INFO: Mock Version: 3.5
Finish(bootstrap): chroot init
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
Start: unpacking root cache
Finish: unpacking root cache
INFO: enabled package manager cache
Start: cleaning package manager metadata
Finish: cleaning package manager metadata
INFO: enabled HW Info plugin
Mock Version: 3.5
INFO: Mock Version: 3.5
Start: dnf update
Finish: dnf update
Finish: chroot init
...
INFO: Done(/home/ssmoogen/Fedora/screen/screen-4.8.0-6.el9.src.rpm)
Config(epel-9-x86_64) 0 minutes 36 seconds
INFO: Results and/or logs in:
/home/ssmoogen/Fedora/screen/results_screen/4.8.0/6.el9
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
Finish: clean chroot
Finish: run
```


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Fedora EPEL 7 updates-testing report

2023-05-26 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-1388277bf4   
chromium-113.0.5672.126-1.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-2455ae47ae   
godot-3.1.2-2.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

golang-1.19.9-1.el7
radsecproxy-1.10.0-1.el7

Details about builds:



 golang-1.19.9-1.el7 (FEDORA-EPEL-2023-efd9bbf67e)
 The Go Programming Language

Update Information:

Security fix for CVE-2023-24538, CVE-2023-24536 , CVE-2023-24537,
CVE-2023-24534, CVE-2023-24539, CVE-2023-29400, and CVE-2023-24540

ChangeLog:

* Fri May 26 2023 Dave Dykstra  - 1.19.9-1
- Update to 1.19.9 by doing the equivalent changes as centos8-stream.

References:

  [ 1 ] Bug #2184481 - CVE-2023-24538 golang: html/template: backticks not 
treated as string delimiters
https://bugzilla.redhat.com/show_bug.cgi?id=2184481
  [ 2 ] Bug #2184482 - CVE-2023-24536 golang: net/http, net/textproto, 
mime/multipart: denial of service from excessive resource consumption
https://bugzilla.redhat.com/show_bug.cgi?id=2184482
  [ 3 ] Bug #2184483 - CVE-2023-24534 golang: net/http, net/textproto: denial 
of service from excessive memory allocation
https://bugzilla.redhat.com/show_bug.cgi?id=2184483
  [ 4 ] Bug #2184484 - CVE-2023-24537 golang: go/parser: Infinite loop in 
parsing
https://bugzilla.redhat.com/show_bug.cgi?id=2184484
  [ 5 ] Bug #2196026 - CVE-2023-24539 golang: html/template: improper 
sanitization of CSS values
https://bugzilla.redhat.com/show_bug.cgi?id=2196026
  [ 6 ] Bug #2196027 - CVE-2023-24540 golang: html/template: improper handling 
of JavaScript whitespace
https://bugzilla.redhat.com/show_bug.cgi?id=2196027
  [ 7 ] Bug #2196029 - CVE-2023-29400 golang: html/template: improper handling 
of empty HTML attributes
https://bugzilla.redhat.com/show_bug.cgi?id=2196029




 radsecproxy-1.10.0-1.el7 (FEDORA-EPEL-2023-3c32763fc0)
 Generic RADIUS proxy with RadSec support

Update Information:

# radsecproxy 1.10.0 (2023-05-26)  ## New features - Native dynamic discovery
for NAPTR and SRV records - Optionally log accounting requests when respoinding
directly - SNI support for outgoing connections - Optionally specify server name
for certificate name check - Manual MTU setting for DTLS on non-linux platforms
## Misc - Don't require server type to be set by dyndisc scripts - Improve
locating openssl lib using pkg-config  ## Bug Fixes - Fix radius message length
handling

ChangeLog:

* Fri May 26 2023 Robert Scheck  1.10.0-1
- Upgrade to 1.10.0 (#2207652)

References:

  [ 1 ] Bug #2207652 - radsecproxy-1.10.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2207652


___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue