Forgotten bzr for fedora packages
ClosedPublic

Authored by usta on Jul 8 2019, 8:21 AM.

Details

Summary

libdbusmenu-qt needs bzr and we forget to put it in the requirements list for fedora.
libgpg-error needs makeinfo ( which supported by texinfo )
libassuan-devel for gpgme
I don't know other distros got it default or not but we have to be sure that for fedora because it doesn't come with it

Diff Detail

Repository
R365 kdesrc-build
Lint
Lint Skipped
Unit
Unit Tests Skipped
usta requested review of this revision.Jul 8 2019, 8:21 AM
usta created this revision.
usta added a comment.Jul 8 2019, 9:24 AM

hmm also texinfo is missing for libgpg-error

usta updated this revision to Diff 61320.Jul 8 2019, 9:33 AM
usta edited the summary of this revision. (Show Details)
usta added a comment.Jul 8 2019, 9:55 AM

libassuan-devel for gpgme

usta updated this revision to Diff 61322.Jul 8 2019, 9:56 AM
usta edited the summary of this revision. (Show Details)
mpyne accepted this revision.Jul 10 2019, 12:16 AM
mpyne added a subscriber: mpyne.

Change is good to commit. Please let me know if you're not able to commit and I can on your behalf.

This revision is now accepted and ready to land.Jul 10 2019, 12:16 AM
usta added a comment.Jul 10 2019, 9:08 AM

Change is good to commit. Please let me know if you're not able to commit and I can on your behalf.

I had kde git account on the other hand i didnt made any commits since about 2 years, maybe because of that or maybe there is another type of write access needed by kdesrc-build repo ,
i couldnt able to push my changes.

usta@sakura ~/D/k/c/kdesrc-build> git push origin master:master
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 8 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 646 bytes | 646.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: FATAL: W refs/heads/master kdesrc-build usta DENIED by refs/.*
remote: error: hook declined to update refs/heads/master
To git.kde.org:kdesrc-build.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git@git.kde.org:kdesrc-build.git'

Could you tell me if i am doing something wrong ?

mpyne added a comment.Jul 12 2019, 1:09 AM
In D22319#493438, @usta wrote:

Change is good to commit. Please let me know if you're not able to commit and I can on your behalf.

I had kde git account on the other hand i didnt made any commits since about 2 years, maybe because of that or maybe there is another type of write access needed by kdesrc-build repo ,
i couldnt able to push my changes.

remote: error: hook declined to update refs/heads/master
To git.kde.org:kdesrc-build.git

! [remote rejected] master -> master (hook declined)

error: failed to push some refs to 'git@git.kde.org:kdesrc-build.git'

Could you tell me if i am doing something wrong ?

Nothing you did wrong, I forgot to mention that kdesrc-build is participating in the test of Gitlab at invent.kde.org.

The right URL to use for Git should be git@invent.kde.org:kde/kdesrc-build.git

But that would be annoying to setup for just this minor change so I'll go ahead and commit. Thanks again!

This revision was automatically updated to reflect the committed changes.