#190 Pin libsolv to libsolv-0.7.15-1.fc33
Merged 3 years ago by walters. Opened 3 years ago by walters.
walters/workstation-ostree-config f33-pin-libsolv  into  f33

@@ -0,0 +1,11 @@ 

+ [fedora-33-updates-archive]

+ name=Fedora $releasever - $basearch - Updates Archive

+ baseurl=https://fedoraproject-updates-archive.fedoraproject.org/fedora/33/$basearch/

+ enabled=0

+ metadata_expire=6h

+ repo_gpgcheck=0

+ type=rpm

+ gpgcheck=1

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-33-$basearch

+ skip_if_unavailable=True

+ cost=10000 # default is 1000

@@ -34,6 +34,8 @@ 

    # the archive repo for more reliable package layering

    # https://github.com/coreos/fedora-coreos-tracker/issues/400

    - fedora-repos-archive

+   # https://pagure.io/fedora-infrastructure/issue/9634

+   - libsolv-0.7.15-1.fc33

  

  selinux: true

  documentation: true

file modified
+1
@@ -18,3 +18,4 @@ 

  repos:

    - fedora-33

    - fedora-33-updates

+   - fedora-33-updates-archive

rebased onto f5268ca

3 years ago

Pull-Request has been merged by walters

3 years ago

OK this is apparently failing, I think because pungi overrides the input rpm-md repos. That said, I think we can actually revert this now that https://bodhi.fedoraproject.org/updates/FEDORA-2021-9091468793 is ready.

Yeah, https://pagure.io/releng/failed-composes/issue/2244 failed yesterday. ;(

ok, so we just need to get that stable?

@kevin Could we fast-track it into pungi? The overall fix requires that composes are done with that rpm-ostree version.

The updates process uses a mock chroot, so the f33-updates pushes use whatever is in f33-updates and likwise f33-updates-testing uses stuff in there.

So, testing should be fixed now with this update, but we need it in stable updates to use it for f33-updates.

Or, possibly a buildroot override would do it.

Sorry for the LGTM here. This worked for me as I don't build in Pungi with repos overrides.