Changelog for
rpkg-common-1.67-4.el9.noarch.rpm :
* Mon Sep 16 2024 Ondřej Nosek
- 1.67-4- Patch: Fixing encoding of the url when checking lookaside- Patch: Fix package in Pypi
* Fri Jul 19 2024 Fedora Release Engineering - 1.67-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 25 2024 Ondřej Nosek - 1.67-1- Include URL in upload/download (walters)- Use python-requests-gssapi instead of -kerberos (lsedlar)- man page generator: use $SOURCE_DATE_EPOCH if specified (zbyszek)- do not block tag --clog due autospec usage (msuchy)- Processing of another return message from lookaside cache (onosek)- Allow setting --force for sources command by env var (lsedlar)- Update docker image for Jenkinks tests (onosek)- \'_set_token\' method moved to a shared place (onosek)- Fix copr-build command with results_dir=subdir option (otto.liljalaakso)- mockbuild: use results/mock_
* when results_dir=subdir (tmz)- Add option to mockbuild use default resultdir of mock (v3) (sergio)- Restrict completion to .src.rpm files for import - #706 (orion)- `remote add` command: create a non-anonymous remote - #599 (onosek)- `mockbuild`: new argument --extra-pkgs - 498 (onosek)-
*pkg import: check specfile matches the repo name - 529 (onosek)- Fixes syntax issues reported by flake8 (onosek)- Unittests for \"Undo rpmautospec processing\" (onosek)-
*pkg import: Undo rpmautospec processing - 527 (miro)-
*pkg import: Don\'t delete changelog generated by `rpmautospec convert` (miro)- Make lookaside cache retries configurable (onosek)- Lookaside cache operations retries (onosek)- Prepare the lookaside cache code for retries (onosek)- Fix flake8 complaints (onosek)- Support for checking exploded sources before push (onosek)- Split git credential data on first = only - 694 (lsedlar)- `commit` command fails on \'containers\' namespace (onosek)- `copr-build` passes extra_args to copr-cli command - 510 (onosek)- Do not require \'sources\' file for all namespaces - #684 (onosek)- Use release\'s rpmdefines in unused sources check - #671 (otto.liljalaakso)- Pre-push hook won\'t check private branches - #683 (onosek)- Config file option to skip the hook script creation - 515 (onosek)- Allow empty commits when `uses_rpmautospec` - #677 (j1.kyjovsky)- Check remote file with correct hash (lsedlar)- Ignore missing spec file in pre-push hook (lsedlar)- import_srpm: allow pre-generated srpms - #655 (onosek)- Fix unittests for `clone` and pre-push hook script (onosek)- pre-push hook script contains a user\'s config - #667 (onosek)- A HEAD query into a lookaside cache - 513 (onosek)- `pre-push-check` have to use spectool with --define - #672 (onosek)- Add more information about pre-push hook (lsedlar)- Update to spec file presence checking - #663 (onosek)- More robust spec file presence checking - #663 (onosek)- Do not generate pre-push hook script in some cases - #665 (onosek)- Avoid calling repo_name from load_nameverrel - #657 (otto.liljalaakso)- Move warnings from missing Git repo to debug level - #659 (otto.liljalaakso)- Update docker image for Jenkinks tests (onosek)- container-build: update --signing-intent help for OSBS 2 (kdreyer)- Process source URLs with fragment in pre-push hook (lsedlar)
* Sun Jun 09 2024 Python Maint - 1.66-19- Rebuilt for Python 3.13
* Tue May 28 2024 Ondřej Nosek - 1.66-16- Patch: Use python-requests-gssapi instead of -kerberos
* Thu May 23 2024 Ondřej Nosek - 1.66-18- Fix compatibility with Python 3.13+ - rhbz#2276896
* Fri Jan 26 2024 Fedora Release Engineering - 1.66-17- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering - 1.66-16- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 10 2024 Ondřej Nosek - 1.66-15- Patch: Add option to mockbuild use default resultdir of mock (v3)- Patch: mockbuild`: new argument --extra-pkgs- Patch: `copr-build` passes extra_args to copr-cli command
* Mon Dec 11 2023 Miro Hrončok - 1.66-14- Actually add the patches:- Patch:
*pkg import: Don\'t delete changelog generated by `rpmautospec convert`- Patch:
*pkg import: Undo rpmautospec processing- Patch: Unittests for \"Undo rpmautospec processing\"
* Wed Nov 22 2023 Ondřej Nosek - 1.66-13- Patch:
*pkg import: Don\'t delete changelog generated by `rpmautospec convert`- Patch:
*pkg import: Undo rpmautospec processing- Patch: Unittests for \"Undo rpmautospec processing\"
* Mon Sep 25 2023 Ondřej Nosek - 1.66-12- Patch: Fix flake8 complaints- Patch: Prepare the lookaside cache code for retries- Patch: Lookaside cache operations retries- Patch: Make lookaside cache retries configurable
* Sun Aug 20 2023 Ondřej Nosek - 1.66-11- Patch: Support for checking exploded sources before push- Patch: Split git credential data on first = only
* Fri Jul 21 2023 Fedora Release Engineering - 1.66-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 28 2023 Python Maint - 1.66-9- Rebuilt for Python 3.12
* Mon Jun 12 2023 Ondřej Nosek - 1.66-8- Patch: `commit` command fails on \'containers\' namespace
* Fri Apr 28 2023 Ondřej Nosek - 1.66-7- Patch: Do not require \'sources\' file for all namespaces- Use release\'s rpmdefines in unused sources check
* Tue Apr 18 2023 Ondřej Nosek - 1.66-6- Patch: Pre-push hook won\'t check private branches- Patch: Config file option to skip the hook script creation- Patch: Allow empty commits when `uses_rpmautospec`- Patch: Check remote file with correct hash- Patch: Ignore missing spec file in pre-push hook- Patch: import_srpm: allow pre-generated srpms
* Sat Apr 01 2023 Ondřej Nosek - 1.66-5- Patch: Fix unittests for `clone` and pre-push hook script- Patch: pre-push hook script contains a user\'s config- Patch: A HEAD query into a lookaside cache- Patch: `pre-push-check` have to use spectool with --define- Patch: Add more information about pre-push hook- Patch: Update to spec file presence checking- Patch: More robust spec file presence checking
* Fri Mar 10 2023 Ondřej Nosek - 1.66-4- Patch: Do not generate pre-push hook script in some cases
* Wed Mar 01 2023 Ondřej Nosek - 1.66-3- Patch: Process source URLs with fragment in pre-push hook- Patch: container-build: update --signing-intent help for OSBS 2
* Tue Feb 21 2023 Ondřej Nosek - 1.66-2- rebuild for unification of all branches
* Mon Feb 20 2023 Ondřej Nosek - 1.66-1- container-build: document --compose-ids overrides any new composes (kdreyer)- Use srpm when scratch-building from dirty repo - #652 (otto.liljalaakso)- Code cleanup in tests/test_cli.py (otto.liljalaakso)- Reduce indentation in assert_build helper (otto.liljalaakso)- Allow empty commits - 494 (msuchy)- Allow forcing download of all sources - #650 (otto.liljalaakso)- Add test case for not downloading unused sources (otto.liljalaakso)- Support \'results_dir=subdir\' when building from srpm - #648 (otto.liljalaakso)- Use local branch name as release when there is no remote (otto.liljalaakso)- Allow downstreams to define a default release (otto.liljalaakso)- Switch load_branch_merge to use multiple return (otto.liljalaakso)- Unittests for \'git push\' hook script (onosek)- Checking a repo configuration before \'git push\' with a git hook script - 491 (onosek)- Fix skipping NVR check with autorelease (nils)- pyrpkg.spec.SpecFile: More lenient parser for Source/Patch lines (fweimer)- Fix URL in CHANGELOG.rst (tmz)- Add Jenkinsfile for CI (onosek)- mockbuild: escape rpm command under mock - rhbz#2130349 (onosek)- Fixes for exploded SRPM layouts - #633 (tdawson)- `fedpkg local` does not show rpmbuild output - rhbz#2124809 (onosek)
* Mon Oct 10 2022 Ondřej Nosek - 1.65-3- Patch: Fixes for exploded SRPM layouts- Patch: mockbuild: escape rpm command under mock