Jump to letter: [
ABCFGHIJKMOPRSVX
]
koji - Build system tools
- Description:
Koji is a system for building and tracking RPMS. The base package
contains shared libraries and the command-line interface.
Packages
koji-1.17.0-10.2.osg34.el6.noarch
[138 KiB] |
Changelog
by Mátyás Selmeci (2020-04-04):
- **** OSG CHANGELOG ****
* Sat Apr 04 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.17.0-10.2.osg
- Fix kojid to use Python 2.6-compatible gzip (gzip.GzipFile did not support the 'with' statement)
(Restore-Python-2.6-compatibility-to-kojid.patch)
* Fri Mar 27 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.17.0-10.osg
- Update to 1.17.0-10 from Fedora
- Drop CVE-2019-17109.patch (upstream)
* Tue Mar 24 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.16.2-1.3.osg
- Backport CVE-2019-17109 patch from 1.16.3; this replaces the 1635-os_path_join.patch
- Fix 1.15->1.16 schema upgrade script
(Fix-1.15-1.16-schema-upgrade-script.patch)
- Replace kojira-accept-sleeptime-option.patch with kojira-add-sleeptime-to-conf.patch
(partially upstreamed)
* Mon Mar 23 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.16.2-1.1.osg
- Update to 1.16.2-1 from Fedora/EPEL
Drop OSG patches that no longer apply:
- Don-t-warn-on-compatrequests.patch
- Don-t-warn-on-use_old_ssl-OSG-still-relies-on-it.patch
- koji_passwd_cache.patch
- koji_passwd_retry.patch
- koji_proxy_cert.patch
* Fri Dec 06 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.15.3-1.2.osg
- Update based on Fedora's 1.15.1-3 spec file and upstream's 1.15.3 tarball.
* Fri Nov 22 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.14.3-1.2.osg
- Update based on Fedora's 1.14.0-4 spec file and upstream's 1.14.3 tarball.
* Fri Nov 22 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.13.2-1.1.osg
- Update based on Fedora's spec file and upstream's 1.13.2 tarball.
* Fri Nov 22 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.12.2-1.1.osg
- Add missing python-multilib and python-psycopg2 dependencies
* Fri Nov 15 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.12.2-1.osg
- Update to 1.12.2
* Wed Oct 09 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.1-1.2.osg
- Add patch for https://pagure.io/koji/pull-request/1635
(1635-os_path_join.patch)
* Thu Mar 14 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.1-1.1.osg
- Drop python-libcomps requirement
* Thu Feb 21 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.1-1.osg
- Update to 1.11.1 (SOFTWARE-3595)
- Build from developer tarball
* Tue Oct 30 2018 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.7
- Add kojira-accept-sleeptime-option.patch
* Fri Dec 22 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - (no build)
- Drop el5-isms (SOFTWARE-3050)
- Drop createrepo_sha1.patch -- was only required for el5
* Wed Aug 23 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.6
- Fix `koji add-group-pkg` to set the correct type (SOFTWARE-2870)
(Fix-type-in-add-group-pkg.patch)
* Thu Jan 19 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.5
- Require python-requests-2.6.0 (fixes "call 8 (rawUpload) failed: syntax error: line 1, column 49" error in kojid)
* Thu Jan 12 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.4
- Add db-upgrade-1.10-to-1.11.patch to fix a failing constraint in DB upgrade
script from 1.10 to 1.11
* Wed Jan 11 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.2
- Add kojiweb_getfile_nontext_fix.patch to fix an error with 'getfile' kojiweb
URLs
* Tue Jan 03 2017 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.11.0-1.1
- Merge OSG changes
* Tue Oct 04 2016 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.10.1-10.1
- Merge OSG changes
- Drop koji_no_sslv3.patch
- Drop pkgorigins_filename.patch
- Update other OSG patches
* Fri Jan 30 2015 Mátyás Selmeci <matyas@cs.wisc.edu> 1.6.0-10
- Patch kojid to request sha1 when running createrepo, for el5 compatibility
(SOFTWARE-1442)
* Thu Jan 29 2015 Carl Edquist <edquist@cs.wisc.edu> - 1.6.0-9
- Bring in upstream fix to parse repomd.xml for pkgorigins filename,
required for el6 koji upgrade (SOFTWARE-1442)
(pkgorigins_filename.patch)
* Thu Oct 16 2014 Carl Edquist <edquist@cs.wisc.edu> - 1.6.0-8
- Add patch to allow using TLSv1 instead of SSLv3 (SOFTWARE-1637)
(koji_no_sslv3.patch)
* Wed May 22 2013 Matyas Selmeci <matyas@cs.wisc.edu> - 1.6.0-7
- Add use_host_resolv to opts in koji cli so koji --mock-config makes configs with DNS set up
(kojicli_setup_dns.patch)
* Wed Oct 31 2012 Matyas Selmeci <matyas@cs.wisc.edu> - 1.6.0-6
- Add Brian Bockelman's patch to allow using proxy certs
(koji_proxy_cert.patch)
* Wed Jun 13 2012 Matyas Selmeci <matyas@cs.wisc.edu> - 1.6.0-5
- Allow user to retry entering SSL key password
(koji_passwd_retry.patch)
* Fri Oct 28 2011 Matyas Selmeci <matyas@cs.wisc.edu> - 1.6.0-4
- add patch to check for spec file only after running source_cmd in a build from an scm
(kojid_scmbuild_check_spec_after_running_sourcecmd.patch)
* Tue Oct 11 2011 Matyas Selmeci <matyas@cs.wisc.edu> - 1.6.0-3
- add setup_dns to rootopts in kojid
(kojid_setup_dns.patch)
* Mon Aug 08 2011 Brian Bockelman <bbockelm@cse.unl.edu> - 1.6.0-2
- Cache passwords to decrypt SSL key in memory.
(koji_passwd_cache.patch)
|