On Monday, October 4, 2021 2:24:22 PM CEST Miro Hrončok wrote:
> On 04. 10. 21 14:16, Kamil Dudka wrote:
> > On Monday, October 4, 2021 1:58:36 PM CEST František Šumšal wrote:
> >> Some results from a Rawhide podman container:
> >> 
> >> # koji download-build --arch x86_64 coreutils-9.0-1.fc36
> >> # dnf install coreutils-common-9.0-1.fc36.x86_64.rpm
> >> coreutils-9.0-1.fc36.x86_64.rpm
> >> 
> >   # git clone
> >> 
> >> https://github.com/systemd/systemd
> >> # cd systemd
> >> # /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
> >> # echo $?
> >> 1
> >> 
> >> Some further tests:
> >> # mkdir test
> >> # cd test
> >> # touch testfile
> >> # ln -s testfile testlink
> >> # strace /usr/bin/chmod -R a+rX,u+w,g-w,o-w .
> > 
> > Thanks for the reproducer!  This is a regression in the new upstream 
> > release:
> >      https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v
> >      9.0-2-ge8b56ebd536> 
> > I will submit a fixed build as soon as I figure out how to untag the
> > broken one:
> > 
> > $ koji untag-build f36 coreutils-8.32-31.fc36
> > 2021-10-04 14:16:18,518 [ERROR] koji: ActionNotAllowed: tag requires
> > autosign permission
> It seems that coreutils itself builds fine, so there should be no need to
> untag jut to fix it:
> 
> https://koji.fedoraproject.org/koji/taskinfo?taskID=76673896

Indeed.  A build of coreutils with the upstream fix applied is running:

    https://koji.fedoraproject.org/koji/buildinfo?buildID=1840134

Thank you both for the help and sorry for the breakage!

Kamil

> But either way: to answer the question how to untag: You need a releng
> person to do that.
> 
> Or, you can:
> 
>   $ fedpkg request-side-tag
>   $ koji tag f36-build-side-12345 coreutils-8.32-32.fc36
>   $ koji wait-repo f36-build-side-12345 --build coreutils-8.32-32.fc36
>   $ fedpkg build --target f36-build-side-12345

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

Reply via email to