Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 1.1221.122 | Nicolas Vigier | 2011-03-04 | 2 | -1/+5 |
| | |||||
* | check if pkgconfig version is defined, or exit with an error | Nicolas Vigier | 2011-03-04 | 1 | -0/+4 |
| | |||||
* | exit 0 at the end | Nicolas Vigier | 2011-03-04 | 1 | -0/+1 |
| | |||||
* | version 1.1211.121 | Nicolas Vigier | 2011-03-03 | 2 | -1/+8 |
| | |||||
* | test return value of require scripts and exit with 1 in case of error | Nicolas Vigier | 2011-03-03 | 1 | -10/+20 |
| | |||||
* | test return value of provide scripts and exit with 1 in case of error | Nicolas Vigier | 2011-03-03 | 1 | -11/+22 |
| | |||||
* | - kmod.prov: convert special chars [,],:,- to _ when generating1.120 | Thomas Backlund | 2011-03-03 | 3 | -1/+6 |
| | | | | | | kernel module version provides (needed with rpm-4.8.1) | ||||
* | exit with the status of the program being run instead of 0 | Nicolas Vigier | 2011-03-03 | 1 | -2/+2 |
| | |||||
* | make v1.118 work with perl modules having a number followed by a _ in1.119 | Jerome Quelin | 2011-03-02 | 3 | -2/+6 |
| | | | | | | their name, and a fully qualified VERSION (eg $l1_cache::VERSION = ...) | ||||
* | 1.118 - support for _ in perl module version1.118 | Jerome Quelin | 2011-02-26 | 3 | -2/+5 |
| | |||||
* | - new version 1.1171.117 | Ahmad Samir | 2011-02-20 | 2 | -1/+5 |
| | |||||
* | - merge svn rev. 271797 from Mandriva to make the python auto-requires always | Ahmad Samir | 2011-02-18 | 1 | -7/+7 |
| | | | | lowercase | ||||
* | fix install of rpmb_deprecated, rpmrc and rpmpopt | Thomas Backlund | 2011-02-05 | 1 | -5/+7 |
| | |||||
* | fix typo | Thomas Backlund | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | merge rpm -b deprecated warning scripts from rpm-manbo-setup | Thomas Backlund | 2011-02-05 | 4 | -0/+30 |
| | |||||
* | merge under/overlinking scripts from rpm-manbo-setup | Thomas Backlund | 2011-02-05 | 7 | -8/+127 |
| | |||||
* | fix NEWS | Thomas Backlund | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | merge manbo-build.macros from rpm-manbo-setup | Thomas Backlund | 2011-02-05 | 2 | -0/+127 |
| | |||||
* | merge manbo.macros from rpm-manbo-setup | Thomas Backlund | 2011-02-05 | 2 | -1/+15 |
| | |||||
* | merge rpmrc from rpm-manbo-setup1.116 | Thomas Backlund | 2011-02-05 | 3 | -7/+29 |
| | |||||
* | - only add runtime dependencies in rubygems.rb | Rémy Clouard (shikamaru) | 2011-01-25 | 2 | -1/+4 |
| | |||||
* | 1.1151.115 | Olivier Blin | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | prefix default distsuffix with a dot | Olivier Blin | 2011-01-09 | 1 | -2/+2 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-01-06 | 24 | -42/+39 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------ | ||||
* | bump version | Per Øyvind Karlsen | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | drop our own re-definition of %_query_all_fmt in favor of upstream default ↵ | Per Øyvind Karlsen | 2010-12-13 | 2 | -4/+4 |
| | | | | to get disttag, distepoch & arch in query results. | ||||
* | - use symbol, not string for the gee dependency type comparison | Rémy Clouard | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | - only add runtime dependencies in rubygems.rb | Rémy Clouard | 2010-12-09 | 2 | -1/+4 |
| | |||||
* | bump version1.113 | Funda Wang | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | add NEWS | Funda Wang | 2010-11-04 | 1 | -1/+4 |
| | |||||
* | find gstreamer provides | Funda Wang | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | enable python egg provides/requires1.112 | Per Øyvind Karlsen | 2010-11-01 | 5 | -7/+10 |
| | |||||
* | add encoding type | Per Øyvind Karlsen | 2010-11-01 | 1 | -0/+1 |
| | |||||
* | add documentation | Per Øyvind Karlsen | 2010-11-01 | 1 | -1/+19 |
| | |||||
* | add strict version requires on python version | Per Øyvind Karlsen | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | * don't add redundant python(abi) requires on paths | Per Øyvind Karlsen | 2010-10-31 | 1 | -1/+3 |
| | | | | | * fix versioned python(abi) requires on paths to be '>=', not '==' | ||||
* | release 1.1111.111 | Anssi Hannula | 2010-10-30 | 2 | -1/+2 |
| | |||||
* | - remove runtime dependencies from %py_requires as they are now handled | Anssi Hannula | 2010-10-30 | 2 | -4/+3 |
| | | | | | automatically | ||||
* | Generate requires on "python(abi) = x.y" instead of "python >= x.y" for | Anssi Hannula | 2010-10-30 | 2 | -2/+4 |
| | | | | | python modules to properly handle the strict dependency. | ||||
* | determine python(abi) version based on path | Per Øyvind Karlsen | 2010-10-20 | 1 | -5/+7 |
| | |||||
* | improve... | Per Øyvind Karlsen | 2010-10-20 | 1 | -29/+103 |
| | |||||
* | add pythoneggs() dependency extractor | Per Øyvind Karlsen | 2010-10-19 | 1 | -0/+83 |
| | |||||
* | bump version1.110 | Per Øyvind Karlsen | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | fix warning | Per Øyvind Karlsen | 2010-10-18 | 2 | -2/+3 |
| | |||||
* | drop %gem_unpack, equivalent behaviour has been implemented in %setup now. | Per Øyvind Karlsen | 2010-10-18 | 2 | -5/+3 |
| | |||||
* | don't install dependencies for gems when using %gem_install1.109 | Per Øyvind Karlsen | 2010-10-16 | 3 | -3/+4 |
| | |||||
* | fix build with rpm 5.3 api | Per Øyvind Karlsen | 2010-10-16 | 2 | -1/+8 |
| | |||||
* | include <stdint.h> (required by rpm 5.3) | Per Øyvind Karlsen | 2010-10-16 | 1 | -0/+2 |
| | |||||
* | add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &1.108 | Per Øyvind Karlsen | 2010-10-16 | 5 | -2/+204 |
| | | | | | | gem_install for simplifying & streamlining ruby gem packaging. | ||||
* | enable automatic dependency extraction for ruby gems1.107 | Per Øyvind Karlsen | 2010-09-09 | 3 | -4/+7 |
| |