diff --git a/pagure-5.0.1.tar.gz b/pagure-5.0.1.tar.gz deleted file mode 100644 index 2df5d6d..0000000 --- a/pagure-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f80add9dd706e5b59f0b1f9cf44fe2820b5b2573aea390602c17cbd3a742da58 -size 21696775 diff --git a/pagure-5.1.1.tar.gz b/pagure-5.1.1.tar.gz new file mode 100644 index 0000000..b903805 --- /dev/null +++ b/pagure-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7e3816b24d9d89866084c5ea87b198c3895da3e66340d408c8ce113f4c471c +size 21730358 diff --git a/pagure-5.1.tar.gz b/pagure-5.1.tar.gz new file mode 100644 index 0000000..f9b5d50 --- /dev/null +++ b/pagure-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731752887df2aad8d4a8b9dbe4a4ac55580ae9d0463b207e9f01c7b69dfbfc52 +size 21729428 diff --git a/pagure.changes b/pagure.changes index d5e6a78..3d8cfa9 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,8 +1,32 @@ +------------------------------------------------------------------- +Tue Oct 9 14:56:15 UTC 2018 - Neal Gompa + +- Invert Conflicts to Requires OpenSSH >= 7.4 + +------------------------------------------------------------------- +Tue Oct 9 14:38:32 UTC 2018 - Neal Gompa + +- Update to 5.1.1 + + Fix adding and removing ssh keys in the user's profile + +------------------------------------------------------------------- +Tue Oct 9 12:16:28 UTC 2018 - Neal Gompa + +- Update to 5.1 + + Multiple fixes to the UI to address visual quirks and glitches + + Initial implementation of HTTP(S) push support + + Rework how SSH keys are stored in the database + + Multiple changes and fixes around the ACL checker + + Adding 'list-groups' function to pagure-admin + + Add a new API endpoint to retrieve the list of files changed in a PR +- Add Conflicts for OpenSSH < 7.4 due to SSH key handling rework +- Re-wrap previous changelog entry for readability + ------------------------------------------------------------------- Tue Oct 2 09:28:36 UTC 2018 - Jan Engelhardt -- Trim bias from description. Replace old $RPM_* shell vars by - macros. +- Trim bias from description. +- Replace old $RPM_* shell vars by macros. - Update summaries to include those are Pagure themes. ------------------------------------------------------------------- diff --git a/pagure.spec b/pagure.spec index 1a3fe2e..e6c29f3 100644 --- a/pagure.spec +++ b/pagure.spec @@ -23,7 +23,7 @@ Name: pagure -Version: 5.0.1 +Version: 5.1.1 Release: 0 Summary: A git-centered forge Group: Development/Tools/Version Control @@ -82,6 +82,8 @@ BuildRequires: python3-WTForms BuildRequires: python3-munch BuildRequires: python3-redis +# We require OpenSSH 7.4+ for SHA256 support +Requires: openssh >= 7.4 Requires: python3-alembic Requires: python3-arrow