Hi everybody,

So here we go. I have asked for side tag for Ruby 3.0 rebuild:

~~~

$ fedpkg request-side-tag
Side tag 'f34-build-side-35577' (id 35577) created.
Use 'fedpkg build --target=f34-build-side-35577' to use it.
Use 'koji wait-repo f34-build-side-35577' to wait for the build repo to be generated.

~~~

and Ruby 3.0 is already built there as you can see at:

https://koji.fedoraproject.org/koji/builds?inherited=0&tagID=35577&order=-build_id&latest=1

or using:

~~~
$ koji list-tagged f34-build-side-35577
~~~

Now this is a list of packages, which very likely needs rebuild:

~~~
$ dnf repoquery --disablerepo=* --enablerepo=rawhide --enablerepo=rawhide-source --arch=src --whatrequires 'ruby-devel' | sort | uniq
~~~


You can take the package and just fire rebuild, but please ensure that you are using f34-build-side-35577 build target, i.e. the build command should look like:


~~~
$ fedpkg build --target f34-build-side-35577
~~~


Please be careful, because if you, by a chance, omit the f34-build-side-35577 target, you'll be building against Ruby 2.7 which is not what you want.

If you won't do it by yourself, I'll be rebuilding all packages after I am finished with my packages. I'll be using fermig [1] to help me with that. If you don't want me to touch your packages for whatever reason, please let me know.

As always, any help/testing/feedback is welcome.



Vít


[1] https://github.com/fedora-ruby/fermig

Attachment: OpenPGP_0x0CE09EE79917B87C.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org
To unsubscribe send an email to ruby-sig-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/ruby-sig@lists.fedoraproject.org

Reply via email to