ID | 203993 |
Package Name | rpkg |
Version | 1.65 |
Release | 2.fc37 |
Epoch | |
Summary |
Description |
Built by | davidlt |
State |
complete
|
Volume |
DEFAULT |
Started | Mon, 19 Sep 2022 23:11:29 UTC |
Completed | Mon, 19 Sep 2022 23:11:29 UTC |
Tags |
|
RPMs |
|
Changelog |
* Wed Sep 07 2022 Ondřej Nosek <onosek@redhat.com> - 1.65-2
- Patch: `fedpkg local` does not show rpmbuild output
* Wed Sep 07 2022 Ondřej Nosek <onosek@redhat.com> - 1.65-1
- Extra arguments now use shell-escaping - revert (onosek
- Remove pytest warnings (onosek)
- Refuse import of packages processed by rpmautospec (zbyszek)
- follow redirects for lookaside (tkopecek)
- Repair flake8 complaints (onosek)
- Fix high level bandit findings (onosek)
- container-build: improve help text for --compose-ids argument (kdreyer)
- CONTRIBUTING.md fix links (onosek)
- Improve change management process documentation (onosek)
- Removing bandit issues from cli.py (drumian)
- Extract source RPMs with rpm2archive if possible (praiskup)
- Set up bandit scanner for rpkg (onosek)
- Refuse to "commit -c" when using * Wed Sep 07 2022 Fedora Project - 1.65-2.fc37
- local build - 454 (drumian)
- Refactoring loading rpmautospec feature (onosek)
- add --background option for container-build which allows to create build with
lower priority (rcerven)
- 'clean --dry-run' deprecation warning (drumian)
- Better exit code for connection error (drumian)
- Fix generation of optional parameters in man page (mspacek)
- Use absolute path for mock results in `lint` (onosek)
- contaner-build does not check for existence of kojisession.buildContainer -
532 (drumian)
- Fix: 'lint' subcommand should not invoke rpmlint on debuginfo packages -
rhbz#2052451 (drumian)
- Add `--custom-user-metadata` to build command (onosek)
- Fix: 'lint -i/--info' does not work - rhbz#2016616 (drumian)
- Fix: AlreadyUploadedError when package has no sources - 604 (drumian)
- Fix: Extra arguments now use shell-escaping - 587 (drumian)
* Fri Aug 19 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-9
- Patch: Extract source RPMs with rpm2archive if possible
* Thu Aug 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-8
- Patch: Repair flake8 complaints
- Patch: follow redirects for lookaside
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.64-6
- Rebuilt for Python 3.11
* Mon Apr 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-5
- Patch: add --background option for container-build which allows
to create build
* Tue Apr 05 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-4
- Patch: Better exit code for connection error
* Fri Mar 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-3
- Patch: Add `--custom-user-metadata` to build command
* Tue Feb 08 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-2
- Upload correct tarball
* Tue Jan 25 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-1
- Fix: *pkg now takes into account --path parameter while building SRPM - 580
(drumian)
- 'lint' can run with different 'rpmlint' versions - rhbz#1967821 (onosek)
- Support building SRPMs in target mock - #495 (onosek)
- Use unittest.mock on Python 3 (miro)
- Add support for mockbuild in lint command (oturpe)
- Fix srpm and binary rpm lookup in lint subcommand - #586 (oturpe)
- mockbuild: allow enforcing local mock config in fedpkg (praiskup)
- list-side-tags - fix unavailable username (sergio)
- Accept also ~/.config/mock/<chroot>.cfg files (praiskup)
- improve srpm --help description (kdreyer)
- Improve how the .spec file is selected (mads)
- Include `fmf` config in the list of reserved files - 452 (psplicha)
- Fix flake8 syntax (onosek)
- Continue execution if specfile parsing fails - #583 (oturpe)
- Consider Patch tags in specfile parser - rhbz#2010518 (oturpe)
- Support for custom completers (onosek)
- Fixes import fail with sources already imported - #573 (drumian)
- Also document Python 3.10 support in the README (miro)
- Test and support Python 3.10 (miro)
- Print SpecFile parsing debug info - rhbz#2000556 (onosek)
- Pass sourcedir to rpmspec when specfile is parsed - #559 (oturpe)
- Fix unittests to be Python 2 compatible (drumian)
- Changing escaping of dash in docs - older releases (onosek)
- Changing escaping of dash in docs. (drumian)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 14 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-6
- drop nosetests for Python3
- disable pytest coverage during build
* Wed Dec 01 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-5
- Patch: Continue execution if specfile parsing fails
- Patch: Consider Patch tags in specfile parser
* Mon Nov 29 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-4
- Patch: Fixes import fail with sources already imported
* Mon Sep 13 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-3
- Add python-requests-kerberos as a new dependency for RHEL packages
- Patch: Print SpecFile parsing debug info
* Wed Sep 01 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-2
- Patch: Pass sourcedir to rpmspec when specfile is parsed
* Tue Aug 24 2021 Dominik Rumian <drumian@redhat.com> - 1.63-1
- Do not download unused sources during command 'sources' - #559 (oturpe)
- Added 'x-pkg verrel' for containers - #547 (jkunstle)
- container-build: improve help text for --signing-intent argument (kdreyer)
- Make sure all commits have a proper subject (sgallagh)
- Fix unittest for previous commit (onosek)
- better new-sources output when all sources already exist Fixes: #533 JIRA:
RHELCMP-5529 (drumian)
- Added 'remote' to rpkg from rhpkg - 439 (jkunstle)
- Add --offline cli argument for new-sources (oturpe)
- Tests: Fix setting branch name with old git (nils)
- Add and augment tests for rpmautospec (nils)
- Reflect 1.fc37
- Preprocess spec files using rpmautospec features (nils)
- Detect generic use of rpmautospec features (nils)
- Fix remaining Python3 SafeConfigParser warnings (nils)
- Tests: specify branch name on `git init` (nils)
- Remove leftover deprecated arguments (abisoi)
- Remove deprecated arguments --dist and --module-name (abisoi)
- Skip NVR check if the 1.fc37
- Don't access unset variable (nils)
- Improve help in fedpkg clone command - #367 (abisoi)
- Fix rpkg container-build ignoring values when same argument is specified
multiple times - #537 (abisoi)
- list-side-tags: show creator of the tag - 358 (onosek)
- Drop Python 2.6 support (onosek)
- Enable flatpak tests that require libmodulemd (onosek)
- Added <package name>.rpmlintrc to the list of files ignored by fedpkg import
- rhbz#1946688 (abisoi)
- Jenkins unittests run in docker container (onosek)
- Add support for side tag suffix (lsedlar)
- Check whether sources file is not a directory - #541 (onosek)
- Add config option for writing dist-git build results to a subdirectory
(oturpe)
- ca cert was removed on koji-1.24.0 (sergio)
- Improve automatic test suite (oturpe)
- Better hint when running 'prep' on detached branch - rhbz#1907964 (onosek)
- Update description of the clean command - rhbz#1909461 (onosek)
- Add --skip-nvr-check to the scratch-build command - rhbz#1671012 (onosek)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 08 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-6
- Patch: Preprocess spec files using rpmautospec features and use %autorelease when parsing spec files
- Patch: Skip NVR check if the %autorelease macro is used
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.62-5
- Rebuilt for Python 3.10
* Fri Apr 02 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-4
- Patch: Add support for side tag suffix
* Wed Feb 24 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-3
- Patch: ca cert was removed on koji-1.24.0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Dec 02 2020 Ondřej Nosek <onosek@redhat.com> - 1.62-1
- Allow skipping nvr checking for chain-build - rhbz#1890701 (onosek)
- Code-style improvement - imports are sorted (onosek)
- Fix Jenkinks tests (onosek)
- Avoid blank lines in log files for lookaside (contyk)
- container-build: fix help text for --isolated argument (kdreyer)
- Add --signing-intent and --repo-url to 'flatpak-build' (otaylor)
- Add hashtype to lookaside download path - #521 (turivniy)
- Add new layout for packages that missing specfile - rhbz#1885771 (onosek)
* Mon Sep 07 2020 Ondřej Nosek <onosek@redhat.com> - 1.61-1
- Pytest update and MANIFEST.in prune (onosek)
- Re-enable clog tests (onosek)
- Skip directories inside of imported srpm file - rhbz#1866297 (onosek)
- Skip 'sources' file when it is missing - rhbz#1867440 (onosek)
- New layout for retired packages - rhbz#1867822 (onosek)
- added a extendable layout module to deal with different package layouts
within the CLI (2183506+odra)
- Add (onosek)
- Pytest replaces nosetests - #501 (onosek)
- Disable some test for 'clog' functionality (onosek)
- Suggest a way to track remote branch - update (onosek)
- Suggest a way to track remote branch in the error log (cqi)
- Remove deprecated support for kojiconfig (onosek)
- Switch from krb_login to gssapi_login - rhbz#1830430 (onosek)
- Disable test method's docstring in nosetests list (onosek)
- Check repo name for correct format (onosek)
- Unittests for passing additional arguments (onosek)
- Passing additional arguments to underlaying commands - #432 (onosek)
- Updated supported plaforms in documentation (onosek)
- Repair compatible formatting for Python 2.6 (onosek)
- Repair downloading sources into external directory (onosek)
|