1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00

Commit Graph

  • 8a1320416e update version Jordan Sissel 2012-04-25 00:24:26 -0700
  • ef0d0c8342 update version v0.4.8 Jordan Sissel 2012-04-25 00:24:26 -0700
  • 74f869f042 version bump; forgot to pull before last release Jordan Sissel 2012-04-25 00:24:04 -0700
  • c41f69181e version bump; forgot to pull before last release Jordan Sissel 2012-04-25 00:24:04 -0700
  • 964469e030 version bump Jordan Sissel 2012-04-25 00:22:46 -0700
  • 724567187e version bump Jordan Sissel 2012-04-25 00:22:46 -0700
  • 161e000df8 update changelist Jordan Sissel 2012-04-25 00:22:22 -0700
  • 4a51c1daf7 update changelist Jordan Sissel 2012-04-25 00:22:22 -0700
  • 4f0fcc8750 - Make gem 'provides' really provide 'rubygem-foo' - When converting gem->rpm, turn 'rubygem-foo' provides into 'rubygem(foo)' Jordan Sissel 2012-04-25 00:13:24 -0700
  • 548fe68853 - Make gem 'provides' really provide 'rubygem-foo' - When converting gem->rpm, turn 'rubygem-foo' provides into 'rubygem(foo)' Jordan Sissel 2012-04-25 00:13:24 -0700
  • d9fb66341d version bump v0.4.7 Jordan Sissel 2012-04-25 00:22:46 -0700
  • ab5fe4a08e update changelist Jordan Sissel 2012-04-25 00:22:22 -0700
  • c9fec7717e - Make gem 'provides' really provide 'rubygem-foo' - When converting gem->rpm, turn 'rubygem-foo' provides into 'rubygem(foo)' Jordan Sissel 2012-04-25 00:13:24 -0700
  • 9963391c4b Merge pull request #198 from mv/master Jordan Sissel 2012-04-25 00:12:27 -0700
  • d69dd68c46 Merge pull request #198 from mv/master Jordan Sissel 2012-04-25 00:12:27 -0700
  • 890aea23a0 add specs for user and group settings Jason Rogers 2012-04-18 13:08:45 -0400
  • 3421f2deac add specs for user and group settings Jason Rogers 2012-04-18 13:08:45 -0400
  • fb19626b90 add setting for RPM user and group attributes in the %files section Jason Rogers 2012-04-18 11:54:06 -0400
  • d9970fb99f add setting for RPM user and group attributes in the %files section Jason Rogers 2012-04-18 11:54:06 -0400
  • 879cdfc17a Merge 7333fcb8bb834829fd5aa58b26c0e7e04e299493 into 8f4efb63bb538bdefd596c6e61e7671f9edde4c4 GitHub Merge Button 2012-04-13 10:56:37 -0700
  • a479d4b257 - Set json and clamp versions explicitly since I don't control those libs Jordan Sissel 2012-04-13 10:56:32 -0700
  • 8f4efb63bb - Set json and clamp versions explicitly since I don't control those libs Jordan Sissel 2012-04-13 10:56:32 -0700
  • 92a3b754e2 Merge pull request #194 from lum/master Jordan Sissel 2012-04-13 08:53:55 -0700
  • 5783b5cfd0 Merge pull request #194 from lum/master Jordan Sissel 2012-04-13 08:53:55 -0700
  • 3a129e8855 Merge 71f166b2f880f6f9090ce0a28e2f7a914fe1c58f into a518418437b2387f8592fa32bede37f248cd051a GitHub Merge Button 2012-04-13 08:49:26 -0700
  • d95e3e32e7 Merge pull request #206 from specialunderwear/master Jordan Sissel 2012-04-13 08:49:24 -0700
  • a518418437 Merge pull request #206 from specialunderwear/master Jordan Sissel 2012-04-13 08:49:24 -0700
  • b45b4fd7f6 Merge 165af2521ddf52d7fdc0091b7daed2fc6c0dba49 into fa062f0d39c95897e3d0749785685fd5ccfebbc5 GitHub Merge Button 2012-04-13 03:26:21 -0700
  • 47f168378a Better check for 'install_requires'. Lars van de Kerkhof 2012-04-13 12:25:51 +0200
  • 165af2521d Better check for 'install_requires'. Lars van de Kerkhof 2012-04-13 12:25:51 +0200
  • 8abba0bd7f don't try to parse empty install_requires Lars van de Kerkhof 2012-04-13 12:20:57 +0200
  • 4561429b09 don't try to parse empty install_requires Lars van de Kerkhof 2012-04-13 12:20:57 +0200
  • 8aad03dbc7 Better formatting and removed duplicate dependency entries. Lars van de Kerkhof 2012-04-12 22:26:34 +0200
  • 0f19c1ba9a Better formatting and removed duplicate dependency entries. Lars van de Kerkhof 2012-04-12 22:26:34 +0200
  • 0c691ab163 Nolonger lose information whith compound specs. Lars van de Kerkhof 2012-04-12 22:18:23 +0200
  • 6f1cf01413 Nolonger lose information whith compound specs. Lars van de Kerkhof 2012-04-12 22:18:23 +0200
  • 91cd5e1b9a Use existing --deb-ignore-iteration-in-dependencies flag to determine if dependencies should be strictly versioned or allow iteration. Lars van de Kerkhof 2012-04-12 22:12:48 +0200
  • 7b4dd7fc0b Use existing --deb-ignore-iteration-in-dependencies flag to determine if dependencies should be strictly versioned or allow iteration. Lars van de Kerkhof 2012-04-12 22:12:48 +0200
  • fd7468182e According to http://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax (= version) is valid and also that is sematically more correct than (>= version) and (<< version+1) because your +1 guess is just that, a guess. Lars van de Kerkhof 2012-04-12 18:17:26 +0200
  • 50bd59bb36 According to http://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax (= version) is valid and also that is sematically more correct than (>= version) and (<< version+1) because your +1 guess is just that, a guess. Lars van de Kerkhof 2012-04-12 18:17:26 +0200
  • 2d09b8ebe6 let pkg_resources do the parsing of the specs. When multiple specs are found prefer order is "<=", "==", ">=" and next the version number. Lars van de Kerkhof 2012-04-12 18:15:45 +0200
  • 4d7c5ea9ca let pkg_resources do the parsing of the specs. When multiple specs are found prefer order is "<=", "==", ">=" and next the version number. Lars van de Kerkhof 2012-04-12 18:15:45 +0200
  • 646cf5ef44 Add regression tests for #202 Jordan Sissel 2012-04-10 16:18:31 -0700
  • fa062f0d39 Add regression tests for #202 Jordan Sissel 2012-04-10 16:18:31 -0700
  • f8f18b331d Bump version Jordan Sissel 2012-04-10 16:15:59 -0700
  • ebbf48965f Bump version v0.4.6 Jordan Sissel 2012-04-10 16:15:59 -0700
  • fa7ad0d3be - Escape '*' and '[' in the rpm files list to keep rpm from trying to use it as a glob. Fixes #202 Jordan Sissel 2012-04-10 16:12:40 -0700
  • 58f047d95e - Escape '*' and '[' in the rpm files list to keep rpm from trying to use it as a glob. Fixes #202 Jordan Sissel 2012-04-10 16:12:40 -0700
  • f98dface31 Removed warnings: CONSTANT already defined. Marcus Vinicius Ferreira 2012-04-04 13:41:11 -0300
  • 7333fcb8bb Removed warnings: CONSTANT already defined. Marcus Vinicius Ferreira 2012-04-04 13:41:11 -0300
  • f9e99bc90b version bump Jordan Sissel 2012-04-03 17:30:26 -0700
  • 476f6d1bf4 version bump v0.4.5 Jordan Sissel 2012-04-03 17:30:26 -0700
  • 16cfe76149 Escape filenames during the install process. Fixes #196 Jordan Sissel 2012-04-02 13:10:39 -0700
  • 9e469faf7d Escape filenames during the install process. Fixes #196 Jordan Sissel 2012-04-02 13:10:39 -0700
  • 194f5181c4 Initial prototype for preserving permissions on files in fpm (dir source and deb target). Jordan Hagan 2012-04-02 15:23:07 +1200
  • 8ab1a911b1 Adding the noreplace directive for files marked as configuration files. This prevents the rpm install/update from overwriting local modifications to config files. Steve Lum 2012-04-01 20:13:07 -0700
  • 71f166b2f8 Adding the noreplace directive for files marked as configuration files. This prevents the rpm install/update from overwriting local modifications to config files. Steve Lum 2012-04-01 20:13:07 -0700
  • 1cdbc6ee9f Merge pull request #193 from antoncohen/antoncohen/gemrpmdep Jordan Sissel 2012-03-31 22:45:54 -0700
  • 918e8c925b Merge pull request #193 from antoncohen/antoncohen/gemrpmdep Jordan Sissel 2012-03-31 22:45:54 -0700
  • 5094b9b853 Merge 171ad0045d5de70c05f02a30c15c508ee561833a into 67b4cd5803208bfff8522cb6c033133eb1f548cf GitHub Merge Button 2012-03-31 18:22:41 -0700
  • dce5b9f872 Fixed gem ~> version operator translated to rpm require. Anton Cohen 2012-03-31 17:58:39 -0700
  • 171ad0045d Fixed gem ~> version operator translated to rpm require. Anton Cohen 2012-03-31 17:58:39 -0700
  • 4d8474e956 Version bump; update changelist Jordan Sissel 2012-03-30 15:34:28 -0700
  • 67b4cd5803 Version bump; update changelist v0.4.4 Jordan Sissel 2012-03-30 15:34:28 -0700