| |
@@ -9,7 +9,7 @@
|
| |
%global _python_bytecompile_extra 1
|
| |
|
| |
Name: pagure-dist-git
|
| |
- Version: 1.12
|
| |
+ Version: 1.13
|
| |
Release: 1%{?dist}
|
| |
Summary: Pagure Git auth backend for Dist-Git setups
|
| |
|
| |
@@ -73,6 +73,21 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Tue Nov 30 2022 Lenka Segura <lsegura@redhat.com> - 1.13
|
| |
+ - Update to 1.13
|
| |
+ - Include the sync_fas_group and load_from_disk utility scripts (Pierre-Yves Chibon)
|
| |
+ - Script to sync all the ACLs from pkgdb to pagure
|
| |
+ - Add utility script to migrate a single project from pkgdb to pagure_poc
|
| |
+ - Include pkgdb2pagure_acls.py in the releases
|
| |
+ - Multiple fixes in the pkgdb2pagure_acls.py scripts
|
| |
+ - Updated the load_from_disk and other scripts to python3 (Adam Saleh)
|
| |
+ - search exact build NVRs in Koji (Ken Dreyer)
|
| |
+ - Add new monitoring options for release-monitoring (Michal Konecny)
|
| |
+ - Consistent order of users in pagure_owner_alias.json (Anatoli Babenia)
|
| |
+ - Explain relation to src.fedoraproject.org (Anatoli Babenia)
|
| |
+ - Add a hint for rejecting a push to disabled branch (Lenka Segura)
|
| |
+ - Add give_orphan endpoint (Mattia Verga)
|
| |
+
|
| |
* Tue May 04 2021 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.12-1
|
| |
- Update to 1.12
|
| |
- Fixed retrieve updates info from bodhi
|
| |
Signed-off-by: Lenka Segura lsegura@redhat.com