Description of problem: `fedpkg import` removing `<package name>.rpmlintrc`. I think the `<package name>.rpmlintrc` is used by Zuul CI. However this file is removed by `fedpkg import ..`. It's not convenient. Could you add the file to a list of the files skipped by `fedpkg import ..`? Version-Release number of selected component (if applicable): ``` $ rpm -q fedpkg fedpkg-1.40-5.fc33.noarc ``` How reproducible: Steps to Reproduce: 1. fedpkg co simde 2. cd simde 3. fedpkg srpm 4. fedpkg import simde-0.7.2-1.git22609d4.fc35.src.rpm Actual results: ``` $ fedpkg import simde-0.7.2-1.git22609d4.fc35.src.rpm Removing no longer used file: simde.rpmlintrc ... $ git status On branch rawhide Your branch is up to date with 'origin/rawhide'. Changes to be committed: (use "git restore --staged <file>..." to unstage) deleted: simde.rpmlintrc ... ``` Expected results: Do not remove simde.rpmlintrc (<package name>.rpmlintrc). Additional info:
Ping? I think other packages having the <package>.rpmlintrc file also are affected by this issue.
This is currently in progress.
Oh thanks!! I am looking forward to seeing the updated version!
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35.
It still happens on Fedora 34. ``` $ cat /etc/fedora-release Fedora release 34 (Thirty Four) $ rpm -q fedpkg fedpkg-1.40-6.fc34.noarch $ pwd /home/jaruga/fed/simde $ fedpkg import simde-0.7.3-1.git3378ab3.fc36.src.rpm Removing no longer used file: simde.rpmlintrc Could not execute import_srpm: (52, 'Empty reply from server') ``` The `Could not execute import_srpm: (52, 'Empty reply from server')` is not related to this issue.
FEDORA-EPEL-2021-4b1bb0ee48 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-4b1bb0ee48
FEDORA-2021-20e5f8a6b8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-20e5f8a6b8
FEDORA-2021-20e5f8a6b8 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-20e5f8a6b8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-20e5f8a6b8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Thanks for fixing it. I am not sure why a comment for Fedora 34 by Bodhi system is not written here. But I could find the actual URL. https://bodhi.fedoraproject.org/updates/?packages=fedpkg https://bodhi.fedoraproject.org/updates/FEDORA-2021-55652a7b38
Yes, it is fixed in every supported fedpkg's distribution. I didn't want to spam e-mails. It produces a number of messages when BZ is linked in the Bodhi. I only linked it with f33.
FEDORA-2021-20e5f8a6b8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.