Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
587fd8ba53 | ||
|
|
fe90e14469 | ||
|
|
5b8208a9cb | ||
|
|
9feb76fc22 | ||
|
|
4bfb2eecf5 | ||
|
|
27c9affd98 | ||
|
|
ea04c33b73 | ||
|
|
39c93ce08f | ||
|
|
4ffbbcc192 | ||
|
|
df1215265f |
3 changed files with 17 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
/dist-git-client-1.0.tar.gz
|
/dist-git-client-1.0.tar.gz
|
||||||
/dist-git-client-1.1.tar.gz
|
/dist-git-client-1.1.tar.gz
|
||||||
|
/dist-git-client-1.2.tar.gz
|
||||||
|
/dist-git-client-1.3.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Name: dist-git-client
|
Name: dist-git-client
|
||||||
Version: 1.1
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Get sources for RPM builds from DistGit repositories
|
Summary: Get sources for RPM builds from DistGit repositories
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
@ -78,6 +78,18 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.3-2
|
||||||
|
- Rebuilt for Python 3.15
|
||||||
|
|
||||||
|
* Mon Feb 09 2026 Pavel Raiskup <pavel@raiskup.cz> 1.3-1
|
||||||
|
- dist-git-client: ask dist-git httpd server to send response as-is
|
||||||
|
|
||||||
|
* Mon Jul 14 2025 Jakub Kadlcik <frostyx@email.cz> 1.2-1
|
||||||
|
- Add configuration for CentOS SIG packages
|
||||||
|
|
||||||
* Fri Apr 04 2025 Pavel Raiskup <praiskup@redhat.com> 1.1-1
|
* Fri Apr 04 2025 Pavel Raiskup <praiskup@redhat.com> 1.1-1
|
||||||
- more powerful parsing for ssh clone urls
|
- more powerful parsing for ssh clone urls
|
||||||
- nicer error output for not-matched origin.url hostnames
|
- nicer error output for not-matched origin.url hostnames
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (dist-git-client-1.1.tar.gz) = b0f4c7444a5831d36ee14363a827a4f5241aaf4d42269f90145ea7dd5b2d54ba046426c26ef5130bc68b99f75ef8e8ed8ef57896dd6e559fa6be173d58e019ac
|
SHA512 (dist-git-client-1.3.tar.gz) = 6ac9b7ee8d72a4065ee4005f59a8c7cf49b59278ce1410317b336e57dee8010be1c746f0dcda5aba9baf40905e69bf781939225271d85d6e601a95e339c3cd38
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue