1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-17 19:20:13 +01:00

Commit Graph

  • 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
  • 90b065958c - Make file exclusion work again. Fixes #185 This improves on the patch in #186. - Add tests to make sure exclude stays working :) Jordan Sissel 2012-03-30 15:24:04 -0700
  • 25cc3b16a1 - Make file exclusion work again. Fixes #185 This improves on the patch in #186. - Add tests to make sure exclude stays working :) Jordan Sissel 2012-03-30 15:24:04 -0700
  • e2d3c3835a - fix the --exclude flag to add to an array as ivar @excludes Jordan Sissel 2012-03-30 15:20:30 -0700
  • 2bbd1d8f1b - fix the --exclude flag to add to an array as ivar @excludes Jordan Sissel 2012-03-30 15:20:30 -0700
  • a6eddeeccd - If no args are given, assume '.' was intended if the source is 'dir' and chdir (-C) is set. Fixes issue #187 - Abort if there's no package name known. Jordan Sissel 2012-03-30 15:06:54 -0700
  • c8e2657d3f - If no args are given, assume '.' was intended if the source is 'dir' and chdir (-C) is set. Fixes issue #187 - Abort if there's no package name known. Jordan Sissel 2012-03-30 15:06:54 -0700
  • d5883006f2 - Specify BuildRoot in the rpm spec to work around some kind of bug/problem causing rpmbuild to use "/" as the BuildRoot on CentOS 5. Fixes #191. Confirmed working on CentOS 5.7 in a vm. Jordan Sissel 2012-03-30 10:38:26 -0700
  • 77fc4a9bd6 - Specify BuildRoot in the rpm spec to work around some kind of bug/problem causing rpmbuild to use "/" as the BuildRoot on CentOS 5. Fixes #191. Confirmed working on CentOS 5.7 in a vm. Jordan Sissel 2012-03-30 10:38:26 -0700
  • 6ced55e58d some style cleanup Jordan Sissel 2012-03-30 09:47:10 -0700
  • 03a49da603 some style cleanup Jordan Sissel 2012-03-30 09:47:10 -0700
  • 64daffcbe3 Merge branch 'master' of https://github.com/MITx/fpm into MITx-master Jordan Sissel 2012-03-30 09:42:39 -0700
  • 9a7eb4759b Merge branch 'master' of https://github.com/MITx/fpm into MITx-master Jordan Sissel 2012-03-30 09:42:39 -0700
  • 3123bd879d Improve default values for epoch and iteration on deb/rpm packages (Should fix #190) Jordan Sissel 2012-03-30 09:34:15 -0700
  • 831b585f77 Improve default values for epoch and iteration on deb/rpm packages (Should fix #190) Jordan Sissel 2012-03-30 09:34:15 -0700
  • a672598b0a Merge 3b5853ef9282c66da99071a70b63272f997a4cff into ab44e6fd62d6d20578bbddf3123174800505986a GitHub Merge Button 2012-03-30 09:06:48 -0700
  • 93f3879175 - Fix broken dpkg architecture test on i686 kernels (discovered by failing tests run on travis-ci.org) Jordan Sissel 2012-03-30 09:06:10 -0700
  • ab44e6fd62 - Fix broken dpkg architecture test on i686 kernels (discovered by failing tests run on travis-ci.org) Jordan Sissel 2012-03-30 09:06:10 -0700
  • ee8967b06d - Add spec tests for compression and digest settings. (for #192) Jordan Sissel 2012-03-29 19:33:19 -0700
  • 1d14d448f1 - Add spec tests for compression and digest settings. (for #192) Jordan Sissel 2012-03-29 19:33:19 -0700
  • 370d82779b - Add --rpm-digest and --rpm-compression flags to allow selectable digest/compress algorithms during package building. Defaults to the settings that are most likely to work on the widest range of rpm consumers (md5 + gzip) Jordan Sissel 2012-03-29 19:23:25 -0700
  • 2f69afb573 - Add --rpm-digest and --rpm-compression flags to allow selectable digest/compress algorithms during package building. Defaults to the settings that are most likely to work on the widest range of rpm consumers (md5 + gzip) Jordan Sissel 2012-03-29 19:23:25 -0700
  • 620e5317cd - Tell rpm to use gzip for compression and md5 for checksums This should fix #192 and allow rpms to be built on newer redhat distributions that function on older ones. Jordan Sissel 2012-03-29 18:55:27 -0700
  • 7915b1db4a - Tell rpm to use gzip for compression and md5 for checksums This should fix #192 and allow rpms to be built on newer redhat distributions that function on older ones. Jordan Sissel 2012-03-29 18:55:27 -0700
  • ce40c20698 Merge pull request #189 from torarnv/fix-custom-control Jordan Sissel 2012-03-27 19:05:19 -0700
  • 72b18c69e8 Merge pull request #189 from torarnv/fix-custom-control Jordan Sissel 2012-03-27 19:05:19 -0700
  • 3b5853ef92 Allow unsetting epoch and iteration by passing empty strings Tor Arne Vestbø 2012-03-27 16:37:06 +0200
  • caf636f377 Move exclude functionality into the convert process, and make give it a sensible default of excluding nothing Calen Pennington 2012-03-27 10:00:57 -0400
  • 0f2da1612a Move exclude functionality into the convert process, and make give it a sensible default of excluding nothing Calen Pennington 2012-03-27 10:00:57 -0400
  • 0928ff1cd7 Merge a7f3690cb6557a0b926f26ee8a0fbbd4f9a3f8a6 into 9f38fbdc54407a575b44d9605dea7d4e5859e898 GitHub Merge Button 2012-03-27 04:06:19 -0700
  • aa455b823f Fix attribute lookup for --deb-custom-control Tor Arne Vestbø 2012-03-27 13:00:47 +0200