Hi there,
is there an updated centos-packager version somewhere, that works with Fedora 31?
sudo dnf install centos-packager Last metadata expiration check: 1:35:13 ago on Thu 02 Jan 2020 05:30:08 CET. Error: Problem: package centos-packager-0.5.5-2.fc28.noarch requires python-centos, but none of the providers can be installed - conflicting requests - nothing provides python-urllib3 needed by python-centos-0.1.1-2.fc28.noarch - nothing provides python-lockfile needed by python-centos-0.1.1-2.fc28.noarch - nothing provides python-munch needed by python-centos-0.1.1-2.fc28.noarch (try to add '--skip-broken' to skip uninstallable packages)
Best, Matthias
On Thu, Jan 2, 2020 at 1:07 AM Matthias Runge mrunge@matthias-runge.de wrote:
Hi there,
is there an updated centos-packager version somewhere, that works with Fedora 31?
The big "building Fedora packages on CentOS problem is a bigger one. The problem is that the binary RPM's for Fedora are zstd based. And RHEL and CentOS RPM have no support whatsoever for this. There are allegedly working configs for "mock" that use podman to pull Fedora 31 images and run those inside a chroot cage to make this work, but they're not stable and have already broken several times in the "devel" branch of mock. See the bug report and workaround at:
https://github.com/rpm-software-management/mock/issues/390
The problem you're seeing is somewhat different. Fedora and RHEL 8 started more consistently naming python modules as "python2-" and "python3-", rather than merely "python-" Why don't you rebuild centos-packager from source with the dependencies corrected, or even set to use
sudo dnf install centos-packager Last metadata expiration check: 1:35:13 ago on Thu 02 Jan 2020 05:30:08 CET. Error: Problem: package centos-packager-0.5.5-2.fc28.noarch requires python-centos, but none of the providers can be installed
- conflicting requests
- nothing provides python-urllib3 needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-lockfile needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-munch needed by
python-centos-0.1.1-2.fc28.noarch (try to add '--skip-broken' to skip uninstallable packages)
On 02/01/2020 07:07, Matthias Runge wrote:
Hi there,
is there an updated centos-packager version somewhere, that works with Fedora 31?
sudo dnf install centos-packager Last metadata expiration check: 1:35:13 ago on Thu 02 Jan 2020 05:30:08 CET. Error: Problem: package centos-packager-0.5.5-2.fc28.noarch requires python-centos, but none of the providers can be installed
- conflicting requests
- nothing provides python-urllib3 needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-lockfile needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-munch needed by
python-centos-0.1.1-2.fc28.noarch (try to add '--skip-broken' to skip uninstallable packages)
Best, Matthias
FWIW, from a discussion in #centos-devel some days ago : https://copr.fedorainfracloud.org/coprs/jstanek/centos-packager/
Brian wanted to work on this but (obviously) busy wit 8.1.1911 so Jan (From SCLo SIG) worked on a variant that works on F31
On 02/01/2020 08:36, Fabian Arrotin wrote:
On 02/01/2020 07:07, Matthias Runge wrote:
Hi there,
is there an updated centos-packager version somewhere, that works with Fedora 31?
sudo dnf install centos-packager Last metadata expiration check: 1:35:13 ago on Thu 02 Jan 2020 05:30:08 CET. Error: Problem: package centos-packager-0.5.5-2.fc28.noarch requires python-centos, but none of the providers can be installed
- conflicting requests
- nothing provides python-urllib3 needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-lockfile needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-munch needed by
python-centos-0.1.1-2.fc28.noarch (try to add '--skip-broken' to skip uninstallable packages)
Best, Matthias
FWIW, from a discussion in #centos-devel some days ago : https://copr.fedorainfracloud.org/coprs/jstanek/centos-packager/
Brian wanted to work on this but (obviously) busy wit 8.1.1911 so Jan (From SCLo SIG) worked on a variant that works on F31
Ah, I clearly missed that.
Thank you Jan for working on this and thank you Fabian for the pointer. This is excellent and it worked well for me.
Matthias
On Thu, Jan 2, 2020 at 2:56 AM Matthias Runge mrunge@matthias-runge.de wrote:
On 02/01/2020 08:36, Fabian Arrotin wrote:
On 02/01/2020 07:07, Matthias Runge wrote:
Hi there,
is there an updated centos-packager version somewhere, that works with Fedora 31?
sudo dnf install centos-packager Last metadata expiration check: 1:35:13 ago on Thu 02 Jan 2020 05:30:08 CET. Error: Problem: package centos-packager-0.5.5-2.fc28.noarch requires python-centos, but none of the providers can be installed
- conflicting requests
- nothing provides python-urllib3 needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-lockfile needed by
python-centos-0.1.1-2.fc28.noarch
- nothing provides python-munch needed by
python-centos-0.1.1-2.fc28.noarch (try to add '--skip-broken' to skip uninstallable packages)
Best, Matthias
FWIW, from a discussion in #centos-devel some days ago : https://copr.fedorainfracloud.org/coprs/jstanek/centos-packager/
Brian wanted to work on this but (obviously) busy wit 8.1.1911 so Jan (From SCLo SIG) worked on a variant that works on F31
Ah, I clearly missed that.
Thank you Jan for working on this and thank you Fabian for the pointer. This is excellent and it worked well for me.
Matthias
I'm going to look completely innocent and post tools to build "python2" versions of these RPMs at:
On 03/01/2020 02:45, Nico Kadel-Garcia wrote:
Ah, I clearly missed that.
Thank you Jan for working on this and thank you Fabian for the pointer. This is excellent and it worked well for me.
I'm going to look completely innocent and post tools to build "python2" versions of these RPMs at:
Maybe we are/were talking about two different issues? I was looking for the python3 version of centos-packager (to get the certificate to enable builiding on cbs via cbs aka koji).
The builds for CentOS opstools are driven by gerrit on https://review.rdoproject.org/r
Matthias
On Fri, Jan 3, 2020 at 2:22 AM Matthias Runge mrunge@matthias-runge.de wrote:
On 03/01/2020 02:45, Nico Kadel-Garcia wrote:
Ah, I clearly missed that.
Thank you Jan for working on this and thank you Fabian for the pointer. This is excellent and it worked well for me.
I'm going to look completely innocent and post tools to build "python2" versions of these RPMs at:
Maybe we are/were talking about two different issues? I was looking for the python3 version of centos-packager (to get the certificate to enable builiding on cbs via cbs aka koji).
The builds for CentOS opstools are driven by gerrit on https://review.rdoproject.org/r
Matthias
I didn't personally expend cycles to port it to python 3 when it failed tests. I just put up a structure to enable building it at all.