Sat, 20 Apr 2024 00:07:11 UTC | login

Information for build tito-0.6.14-1.fc33

ID156786
Package Nametito
Version0.6.14
Release1.fc33
Epoch
SummaryA tool for managing rpm based git projects
DescriptionTito is a tool for managing tarballs, rpms, and builds for projects using git.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 May 2020 06:20:45 UTC
CompletedThu, 07 May 2020 06:20:45 UTC
Tags
f33
RPMs
src
tito-0.6.14-1.fc33.src.rpm (info) (download)
noarch
tito-0.6.14-1.fc33.noarch.rpm (info) (download)
Changelog * Mon May 04 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.14-1 - Fix #367 - copy_extra_sources for alternative builders (frostyx@email.cz) - Fix #243 - Add a list of projects using tito (frostyx@email.cz) - Fix #364 - Make yes or no input less aggressive (frostyx@email.cz) - Fix #358 - Move bugzilla code to a separate file (frostyx@email.cz) - Fix #158 - Separate .tito directory creation from tito.props file creation (frostyx@email.cz) - Fix #338 - Use os.makedirs instead of running mkdir -p command (frostyx@email.cz) - Fix #331 - Do not specify file digest algorithms (frostyx@email.cz) - #305 - Add a possibility to have full datetime entries in changelog (frostyx@email.cz) - #252 - Use template to generate file with __version__ (frostyx@email.cz) - #187 - Implement --version parameter (frostyx@email.cz) - mention the #tito irc channel in the readme (frostyx@email.cz) - Describe how to release tito (frostyx@email.cz) - Move tito under rpm-software-management namespace (frostyx@email.cz) * Sun Mar 29 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.13-1 - Add _copy_extra_sources() method to BuilderBase class. (daniel@versatushpc.com.br) - Rename HACKING to HACKING.md so it renders on GitHub (tadej.j@nez.si) - Modernize developer installation (tadej.j@nez.si) - make get_project_name more resilient (evgeni@golov.de) - Use pycodestyle pacakge when pep8 is not available (frostyx@email.cz) - Move to python-blessed (ekulik@redhat.com) - Fix the Source0 URL and prep phase (frostyx@email.cz) - run_command_print should behave similar to run_command (yuxzhu@redhat.com) * Fri Dec 20 2019 Jakub Kadlčík <jkadlcik@redhat.com> - 0.6.12-3 - The previous Source0 URL fix was not correct * Fri Dec 20 2019 Jakub Kadlčík <jkadlcik@redhat.com> - 0.6.12-2 - Fix the Source0 URL and prep phase * Fri Dec 20 2019 Jakub Kadlcik <frostyx@email.cz> 0.6.12-1 - Remove obsolete Group tag (ignatenkobrain@fedoraproject.org) - Update URL and Source locations (awilliam@redhat.com) - Fix cheetah binary dependency (awilliam@redhat.com) - Correct and make less confusing the conditional Python macros (awilliam@redhat.com) - python-devel → python2-devel (ignatenkobrain@fedoraproject.org) - %{python_sitelib} → %{python2_sitelib} (ignatenkobrain@fedoraproject.org) - Remove %clean section (ignatenkobrain@fedoraproject.org) - Use python3 on EPEL8 (frostyx@email.cz) - Do not require obsoleted fedora-cert (msuchy@redhat.com) - Fix tito build --test --rpm -i Traceback on Fedora 31 (sisi.chlupova@gmail.com) - Enable GnuPG signed tags (bcl@redhat.com) - Fix #335 handle source tarballs with UTF8 characters in the name (awood@redhat.com) - Remove deprecated BuildRoot macros from spec (awood@redhat.com) - Releaser: Ensure rpmlintrc files are copied when releasing (ngompa13@gmail.com) - Releaser: Ensure SUSE-style changes file is copied when releasing (ngompa13@gmail.com) - Tagger: Add SUSETagger to support SUSE-style detached changelogs (ngompa13@gmail.com) - Add support for building with Git LFS. (ntillman@barracuda.com) - use built-in shutil.copy2 instead of cp command (mtinberg@wisc.edu) - Avoid double builds with mock (tdockendorf@osc.edu) - Fix rsync failures in dockerized tests, update for F27. (dgoodwin@redhat.com)