Jump to letter: [
      
        ABCDEFGHIJKLMNOPQRSTUVWXYZ
      ]
    
    createrepo_c - Creates a common metadata repository
    C implementation of Createrepo. This utility will generate a common
metadata repository from a directory of rpm packages
    
    Packages
    Latest: createrepo_c-0.2.1-2.el6.fio.src.rpm
    
      
        | Name | 
        Epoch | 
        Version | 
        Release | 
        Arch | 
        Size | 
        Built | 
      
      
        | createrepo_c | 
        0 | 
        0.2.1 | 
        2.el6.fio | 
        src | 
        207 KiB | 
        2013-12-29 06:27:00 | 
      
        | createrepo_c | 
        0 | 
        0.2.1 | 
        1.el6.fio | 
        src | 
        207 KiB | 
        2013-08-29 21:55:50 | 
      
    
    Changelog:
    
      
        - * 2013-08-14 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.2.1-1
 
        - checksum: Set SHA to be the same as SHA1 (For compatibility with original
  Createrepo)
 
      
    
      
        - * 2013-08-05 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 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.
 
      
    
      
        - * 2013-04-11 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 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.
 
      
    
      
        - * 2013-03-25 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 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)
 
      
    
      
        - * 2013-03-11 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 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().