Spec URL: https://github.com/dustymabe/git-remote-gcrypt-rpm/blob/master/git-remote-gcrypt.spec SRPM URL: https://github.com/dustymabe/git-remote-gcrypt-rpm/blob/master/git-remote-gcrypt-1.2-1.fc31.src.rpm Fedora Account System Username: dustymabe Description: This lets git store git repositories in encrypted form. It supports storing repositories on rsync or sftp servers. It can also store the encrypted git repository inside a remote git repository. All the regular git commands like git push and git pull can be used to operate on such an encrypted repository. The aim is to provide confidential, authenticated git storage and collaboration using typical untrusted file hosts or services. NOTE: The spec file was adapted from the spec file in the upstream code repository [1]. I did not change the spec file much with the intentions of submitting my minimal changes back upstream. [1] https://git.spwhitton.name/git-remote-gcrypt/tree/redhat/git-remote-gcrypt.spec
I also created a copr for this: http://copr.fedorainfracloud.org/coprs/dustymabe/git-remote-gcrypt/
- Not useful for a noarch package: %global debug_package %{nil} - /usr/bin/%{name} → %{_bindir}/%{name} - Man pages should not be marked as %doc - man pages extension should be globbed as the compression may change in the future. - the man page should be installed unzipped. The compression will be handled by the rpm build process. - %doc /usr/share/man/man1/%{name}.1.gz → %{_mandir}/man1/%{name}.1* - You should provide the doc files: %doc CHANGELOG CONTRIBUTING.rst README.rst
Thanks for the review! Updated based on comments: Spec URL: https://github.com/dustymabe/git-remote-gcrypt-rpm/blob/master/git-remote-gcrypt.spec SRPM URL: https://github.com/dustymabe/git-remote-gcrypt-rpm/blob/master/git-remote-gcrypt-1.2-1.fc31.src.rpm
If you'd like you can review the changes by viewing the commits on the master branch of the GH repo: https://github.com/dustymabe/git-remote-gcrypt-rpm/commits/master
Any other fixes I need to make?
- Group is not used in Fedora. Package approved.
ok I'll try to remove the group stuff. Thanks!
FEDORA-2019-30deef4773 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-30deef4773
FEDORA-2019-820dc59315 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-820dc59315
git-remote-gcrypt-1.2-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-30deef4773
git-remote-gcrypt-1.2-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-820dc59315
git-remote-gcrypt-1.2-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.
git-remote-gcrypt-1.2-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.