Tue, 19 Mar 2024 03:46:04 UTC | login

Information for build createrepo_c-0.7.4-1.el6

ID616
Package Namecreaterepo_c
Version0.7.4
Release1.el6
Epoch
SummaryCreates a common metadata repository
DescriptionC implementation of Createrepo. A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) for generating a common metadata repository from a directory of rpm packages and maintaining it.
Built bytoulevey
State complete
Volume DEFAULT
StartedThu, 22 Jan 2015 11:08:44 UTC
CompletedThu, 22 Jan 2015 11:12:48 UTC
Taskbuild (infrastructure6-el6, createrepo_c-0.7.4-1.el6.src.rpm)
Tags
infrastructure6-testing
RPMs
src
createrepo_c-0.7.4-1.el6.src.rpm (info) (download)
i686
createrepo_c-0.7.4-1.el6.i686.rpm (info) (download)
createrepo_c-devel-0.7.4-1.el6.i686.rpm (info) (download)
createrepo_c-libs-0.7.4-1.el6.i686.rpm (info) (download)
python-createrepo_c-0.7.4-1.el6.i686.rpm (info) (download)
createrepo_c-debuginfo-0.7.4-1.el6.i686.rpm (info) (download)
x86_64
createrepo_c-0.7.4-1.el6.x86_64.rpm (info) (download)
createrepo_c-devel-0.7.4-1.el6.x86_64.rpm (info) (download)
createrepo_c-libs-0.7.4-1.el6.x86_64.rpm (info) (download)
python-createrepo_c-0.7.4-1.el6.x86_64.rpm (info) (download)
createrepo_c-debuginfo-0.7.4-1.el6.x86_64.rpm (info) (download)
Logs
i686
root.log
build.log
state.log
x86_64
root.log
build.log
state.log
Changelog * Tue Nov 11 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.4-1 - createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos - mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used * Mon Nov 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.3-1 - xml_parser: Add file path into error messages - Refactor: Replace g_error() with g_critical() (RhBug: 1162102) * Thu Nov 06 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.2-1 - createrepo_c: New option --local-sqlite * Fri Oct 31 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.1-1 - Mergerepo: Fix mergerepo - Mergerepo: Add some debugging of metadata read. * Mon Oct 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1 - deltarpms: Update module to work with current version of drpm - mergerepo_c: Add --omit-baseurl option - craterepo_c: Gen empty repo if empty pkglist is used - Docs: Output python docs to separate directory - Several small fixes * Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1 - updateinfo: Use Python datetime objects in python bindings * Tue Aug 05 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.0-1 - Support for updateinfo.xml manipulation (including Python bindings) * Fri Jul 18 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.5.0-1 - Experimental delta rpm (DRPM) support (Disabled in Fedora build). * Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.1-1 - Initialize threads correctly on old versions of GLib2 (RhBug: 1108787) - Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages) - Implements support for --cachedir - New option --retain-old-md-by-age - Few small API changes * Tue May 06 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1 - Change default behavior of repodata files handling. (RhBug: 1094539) See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling By default, createrepo leaves old groupfiles (comps files) in the repodata/ directory during update. Createrepo_c did the same thing but the version 0.4.0 changes this behaviour. * Thu Apr 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.1-2 - Support for weak and rich dependecies * Mon Mar 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.0-1 - Relevant only for developers using createrepo_c library: New approach for metadata loading in case of internal high-level parser functions (see commit messages for more information: d6ed327595, 0b0e75203e, ad1e8450f5) - Support for changelog limit value == -1 (include all changelogs) - Update debug compilation flags - Update man pages (Add synompsis with usage) - Update usage examples in help * Thu Feb 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.2-1 - Temporary remove deltarepo subpackages - cmake: Do not install deltarepo stuff yet - helper: Removed cr_remove_metadata() and cr_get_list_of_md_locations() - Add module helpers - Sanitize strings before writting them to XML or sqlitedb (ISSUE #3) * Mon Jan 27 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-3 - New expert option: --ignore-lock * Mon Jan 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-2 - More effort to avoid residual .repodata/ directory on error - Add deltarepo and python-deltarepo subpackages - Add modifyrepo_c - Add documentation for python bindings - Refactored code & a lot of little bug fixes * Wed Aug 14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-1 - checksum: Set SHA to be the same as SHA1 (For compatibility with original Createrepo) * Mon Aug 05 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.0-1 - Speedup (More parallelization) - Changed C API - Add python bindings - A lot of bugfixes - Add new make targets: tests (make tests - builds c tests) and test (make test - runs c and python test suits). - Changed interface of most of C modules - Better error reporting (Add GError ** param). - Experimental Python bindings (Beware: The interface is not final yet!). - package: Add cr_package_copy method. - sqlite: Do not recreate tables and triggers while opening existing db. - mergerepo_c: Implicitly use --all with --koji. - Man page update. * Thu Apr 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.17-3 - mergerepo_c: Add --simple-md-filenames and --unique-md-filenames options. (RhBug: 950994) - mergerepo_c: Always include noarch while mimic koji mergerepos. (RhBug: 950991) - Rename cr_package_parser_shutdown to cr_package_parser_cleanup() - cr_db_info_update is now safe from sqlinjection. * Mon Mar 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.17-1 - Fix double free() when old metadata parsing failed. (related to RhBug: 920795) - Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795) * Mon Mar 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-2 - Remove creation of own empty rpm keyring for a transaction set. This is not necessary since rpm-4.8.0-28 (rpm commit cad147070e5513312d851f44998012e8f0cdf1e3). Moreover, own rpm keyring causes a race condition in threads (causing double free()) which use rpmReadPackageFile() called from cr_package_from_rpm(). * Thu Mar 07 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-1 - Fix usage of rpm keyring (RhBug:918645) - More generic interface of repomd module - Code refactoring - Add some usage examples into the doxygen documentation and .h files - Rename version constants in version.h - New function cr_package_nevra (returns package nevra string) * Mon Feb 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.15-1 - Fix bug in final move from .repodata/ -> repodata/ - Fix warnings from RPM library. RPM library is thread-unsafe. This includes also reading headers. Use of empty keyring for rpm transaction should work around the problem. * Tue Nov 27 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.14-1 - Fix filelists database generation (use '.' instead of '' for current dir) * Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.13-1 - Fix race-condition during task buffering in createrepo_c * Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.12-2 - Fix removing old repomd.xml while --update * Thu Nov 15 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.12-1 - Fix bug in sqlite filelists database - Fix memory leak * Fri Nov 09 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.11-1 - Deterministic output! Packages in output repodata are now sorted by ASCII value - Support for Koji mergerepos behaviour in mergerepo_c (new --koji, --groupfile and --blocked params) - Better atomicity while finall move .repodata/ -> repodata/ - Repomd module supports pkgorigins record - Some new functions in misc module - Small changes in library interface * Wed Oct 03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.10-1 - Another memory usage optimalization * Mon Sep 03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.9-1 - Some changes in library interface - Memory usage optimalization - Fix a segfault and a race condition - New cmd options: --read-pkgs-list and --retain-old-md param - Few other bugfixes * Wed Aug 15 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.8-1 - New interface of repomd module - New cmd options: --repo --revision --distro --content --basedir - New createrepo_c specific cmd option --keep-all-metadata - Few bugfixes * Thu Jul 26 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.7-1 - SQLite support - Bash completion - createrepo_c support for --compress-type param - Improved logging - Subpackages -devel and -libsi - Relicensed to GPLv2 - Doxygen documentation in devel package - README update * Mon Jun 11 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.5-1 - Support for .xz compression - Unversioned .so excluded from installation * Mon Jun 04 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.4-1 - New mergerepo params: --all, --noarch-repo and --method - Fix segfault when more than one --excludes param used * Mon May 28 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.3-1 - Set RelWithDebInfo as default cmake build type * Wed May 23 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.2-1 - Add version.h header file * Wed May 23 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.1-1 - Add license * Wed May 09 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.0-1 - First public release