fpm 1.6.1 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELIST DELETED
@@ -1,650 +0,0 @@
1
- 1.6.1 (June 10, 2016)
2
- - freebsd: Only load xz support if we are doing a freebsd output. (#1132,
3
- #1090, Ketan Padegaonkar)
4
-
5
- 1.6.0 (May 25, 2016)
6
- - New source: pleaserun. This lets you create packages that will install a
7
- system service. An after-install script is used in the package to determine
8
- which service platform to target (systemd, upstart, etc). Originated from
9
- Aaron Mildenstein's work on solving this problem for Logstash. (#1119,
10
- #1112)
11
- - New target: Alpine Linux "apk" packages. (#1054, George Lester)
12
- - deb: don't append `.conf` to an upstart file if the file name already ends
13
- in `.conf`. (#1115, josegonzalez)
14
- - freebsd: fix bug where --package flag was ignored. (#1093, Paweł Tomulik)
15
- - Improvements to the fpm rake tasks (#1101, Evan Gilman)
16
-
17
- 1.5.0 (April 12, 2016)
18
- - Arch package support is now available via -s pacman and -t pacman.
19
- (#916; wonderful community effort making this happen!)
20
- - FreeBSD packages can now be built `-t freebsd`
21
- (#1073; huge community effort making this happen!)
22
- - You can now set fpm flags and arguments with the FPMOPTS environment
23
- variable (#977, mildred)
24
- - Using --exclude-file no longer causes a crash. Yay! (#982, wyaeld)
25
- - A new rake task is available for folks who want to invoke fpm from rake
26
- (#756, pstengel)
27
- - On FreeBSD, when tarring, gtar is now used. (#1008, liv3d)
28
- - virtualenv: Add --virtualenv-pypi-extra-url flag to specify additional PyPI
29
- locations to use when searching for packages (#1012, Paul Krohn)
30
- - deb: Init scripts, etc/default, and upstart files are automatically added
31
- as config files in a debian package. Disable this behavior with
32
- ---deb-auto-config-files
33
- - deb: Small changes to make lintian complain less about our resulting debs.
34
- - deb: New flag --deb-systemd lets you specify a systemd service file to include
35
- in your package. (#952, Jens Peter Schroer)
36
- - cpan: Add --[no-]cpan-cpanm-force flag to pass --force to cpanm.
37
- - rpm: File names with both spaces and symbols should now be packageable.
38
- (#946, iwonbigbro)
39
- - cpan: Now queries MetaCPAN for package info if we can't find any in the
40
- cpan archive we just downloaded. (#849, BaxterStockman)
41
- - rpm: You can now specify custom rpm tags at the command line. Be careful,
42
- as no validation is done on this before sending to rpmbuild. (#687, vStone)
43
- - cpan: Install if the package name given is a local file (#986, mdom)
44
- - sh: Metadata now available as env vars for post-install scripts (#1006, Ed Healy)
45
- - rpm: No more warning if you don't set an epoch. (#1053, Joseph Frazier)
46
-
47
-
48
- 1.4.0 (July 26, 2015)
49
- - Solaris 11 IPS packages 'p5p' now supported `-t p5p`. (Jonathan Craig)
50
- - Python Virtualenv is now supported `-t virtualenv` (#930, Simone
51
- Margaritelli and Daniel Haskin)
52
- - deb: Files in /etc are now by default marked as config files. (#877,
53
- Vincent Bernat)
54
- - `fpm --help` output now includes a list of supported package types (#896,
55
- Daniel Haskin)
56
- - cpan: --[no-]cpan-sandbox-non-core flag to make non-core module sandboxing
57
- optional during packaging (#752, Matt Sharpe)
58
- - rpm: Add --rpm-dist flag for specifically setting the target distribution
59
- of an rpm. (Adam Lamar)
60
- - rpm: Fix a crash if --before-upgrade or --after-upgrade were used. (#822,
61
- Dave Anderson)
62
- - deb: Ensure maintainer scripts have shebang lines (#836, Wesley Spikes)
63
- - deb: Fix bug in maintainer scripts where sometimes we would write an empty
64
- shell function. Empty functions aren't valid in shell. (Wesley Spikes)
65
- - Fix symlink copying bug (#863, Pete Fritchman)
66
- - python: Default to https for pypi queries (Timothy Sutton)
67
- - New flag --exclude-file for providing a file containing line-delimited
68
- exclusions (Jamie Lawrence)
69
- - python: new flag --python-disable-dependency to disable specific python
70
- dependencies (Ward Vandewege)
71
- - python: ensure we avoid wheel packages for now until fpm better supports them.
72
- (#885, Matt Callaway)
73
- - deb: Add support for installation states "abort-remove" and "abort-install"
74
- (#887, Daniel Haskin)
75
- - If PATH isn't set, and we need it, tell the user (#886, Ranjib Dey)
76
- - cpan: --[no-]cpan-test now works correctly (#853, Matt Schreiber)
77
- - deb-to-rpm: some improved support for config file knowledge passing from
78
- deb to rpm packages (Daniel Haskin)
79
-
80
- 1.3.3 (December 11, 2014)
81
- - The fpm project now uses Contributor Covenant. You can read more about this on
82
- the website: http://contributor-covenant.org/
83
- - npm: Fix bug causing all `-s npm` attempts to fail due to a missing method.
84
- This bug was introduced in 1.3.0. (#800, #806; Jordan Sissel)
85
- - rpm: fix bug in rpm input causing a crash if the input rpm did not have any triggers
86
- (#801, #802; Ted Elwartowski)
87
-
88
- 1.3.2 (November 4, 2014)
89
- - deb: conversion from another deb will automatically use any changelog found in
90
- the source deb (Jordan Sissel)
91
-
92
- 1.3.1 (November 4, 2014)
93
- - deb: fix md5sums generation such that `dpkg -V` now works (#799, Matteo Panella)
94
- - rpm: Use maximum compression when choosing xz (#797, Ashish Kulkarni)
95
-
96
- 1.3.0 (October 25, 2014)
97
- - Fixed a bunch of Ruby 1.8.7-related bugs. (Jordan Sissel)
98
- - cpan: Fix bug in author handling (#744, Leon Weidauer)
99
- - cpan: Better removal of perllocal.pod (#763, #443, #510, Mathias Lafeldt)
100
- - rpm: Use lstat calls instead of stat, so we don't follow symlinks (#765, Shrijeet Paliwal)
101
- - rpm and deb: Now supports script actions on upgrades. This adds two new flags:
102
- --before-upgrade and --after-upgrade. (#772, #661; Daniel Haskin)
103
- - rpm: Package triggers are now supported. New flags: --rpm-trigger-before-install,
104
- --rpm-trigger-after-install, --rpm-trigger-before-uninstall,
105
- --rpm-trigger-after-target-uninstall. (#626, Maxime Caumartin)
106
- - rpm: Add --rpm-init flag; similar to --deb-init. (Josh Dolitsky)
107
- - sh: Skip installation if already installed for the given version. If forced,
108
- the old installation is renamed. (#776, Chris Gerber)
109
- - deb: Allow Vendor field to be omitted now by specifying `--vendor ""` (#778, Nate Brown)
110
- - general: Add --log=level flag for setting log level. Levels are error, warn, info, debug. (Jordan SIssel)
111
- - cpan: Check for Build.PL first before Makefile.PL (#787, Daniel Jay Haskin)
112
- - dir: Don't follow symlinks when copying files (#658, Jordan Sissel)
113
- - deb: Automatically provide a 'changes' file in debs because lintian
114
- complains if they are missing. (#784, Jordan Sissel)
115
- - deb: Fix and warn for package names that have spaces (#779, Grantlyk)
116
- - npm: Automatically set the prefix to `npm prefix -g` (#758, Brady Wetherington and Jordan Sissel)
117
-
118
- 1.2.0 (July 25, 2014)
119
- - rpm: Add --rpm-verifyscript for adding a custom rpm verify script to
120
- your package. (Remi Hakim)
121
- - Allow the -p flag to target a directory for writing the output package
122
- (#656, Jordan Sissel)
123
- - Add --debug-workspace which skips any workspace cleanup to let users debug things
124
- if they break. (#720, #734; Jordan Sissel)
125
- - rpm: Add --rpm-attr for controlling attribute settings per file. This setting
126
- will likely be removed in the future once rpmbuild is no longer needed.
127
- (#719)
128
- - deb: Add --deb-meta-file to add arbitrary files to the control dir (#599, Dan Brown)
129
- - deb: Add --deb-interest and --deb-activate for adding package triggers (#595, Dan Brown)
130
- - cpan: Fix small bug in handling empty metadata fields (#712, Mathias Lafeldt)
131
- - rpm: Fix bug when specifying both --architecture and --rpm-os (#707, #716; Alan Ivey)
132
- - gem: Fix bug where --gem-version-bins is given but package has no bins (#688, Jan Vansteenkiste)
133
- - deb: Set permissions correct on the package's internals. Makes lintian happier. (Jan Vansteenkiste)
134
- - rpm: rpmbuild's _tmppath now respects --workdir (#714, Jordan Sissel)
135
- - gem/rpm: Add --rpm-verbatim-gem-dependencies to use old-style (fpm 0.4.x)
136
- rpm gem dependencies (#724, Jordan Sissel)
137
- - gem/rpm: Fix bug for gem pessimistic constraints when converting to rpm (Tom Duckering)
138
- - python: Fix small bug with pip invocations (#727, Dane Knecht)
139
-
140
- 1.1.0 (April 23, 2014)
141
- - New package type: zip, for converting to and from zip files (Jordan Sissel)
142
- - New package type: sh, a self-extracting package installation shell archive. (#651, Chris Gerber)
143
- - 'fpm --version' will now emit the version of fpm.
144
- - rpm: supports packaging fifo files (Adam Stephens)
145
- - deb: Add --deb-use-file-permissions (Adam Stephens)
146
- - cpan: Improve how fpm tries to find cpan artifacts for download (#614, Tim Nicholas)
147
- - gem: Add --gem-disable-dependency for removing one or more specific rubygem
148
- dependencies from the automatically-generated list (#598, Derek Olsen)
149
- - python: Add --python-scripts-executable for setting a custom interpreter to
150
- use for the hashbang line at the top of may python package scripts.
151
- (#628, Vladimir Rutsky)
152
- - Allow absolute paths with --directories even when --prefix is used (Vladimir Rutsky)
153
- - dir: Now correctly identifies hardlinked files and creates a package correctly
154
- with that knowledge (#365, #623, #659; Vladimir Rutsky)
155
- - rpm: Add --rpm-auto-add-exclude-directories for excluding directories
156
- from the --rpm-auto-add-directories behavior (#640, Vladimir Rutsky)
157
- - general: --config-files now accepts directories and will recursively mark any
158
- files within as config files inside the package (#642, Vladimir Rutsky)
159
- - general: If you specify a --config-files path that doesn't exist, you will
160
- now get an error. (#654, Alan Franzoni)
161
- - python: Support --python-pypi when using --python-pip (#652, David Lindquist)
162
- - deb: Tests now try to make packages ensure we don't upset lintian (#648, Sam Crang)
163
- - rpm: Fix architecture targeting (#676, Rob Kinyon)
164
- - rpm: Allow --rpm-user and --rpm-group to override the user/group even if
165
- --rpm-use-file-permissions is enabled. (#679, Jordan Sissel)
166
- - gem: Add --gem-version-bins for appending the gem version to the file name
167
- of executable scripts a rubygem may install. (Jan Vansteenkiste)
168
- - python: Attempt to provide better error messages for known issues in python
169
- environments (#664, Jordan Sissel)
170
-
171
- 1.0.2 (January 10, 2013)
172
- - rpm: No longer converts - to _ in dependency strings (#603, Bulat
173
- Shakirzyanov)
174
- - Handle Darwin/OSX tar invocations (now tries 'gnutar' and 'gtar'). (Jordan
175
- Sissel)
176
- - Process $HOME/.fpm, and $PWD/.fpm in the correct order and allow CLI flags
177
- to override fpm config file settings. (#615, Jordan Sissel)
178
- - Don't leave empty gem bin paths in packages that don't need them (#612,
179
- Jordan Sissel)
180
- - deb: Make --deb-compression=gz work correctly (#616, #617; Evan Krall,
181
- Jason Yan)
182
-
183
- 1.0.1 (December 7, 2013)
184
- - deb: Correctly handle --config-files given with a leading / (Jordan Sissel)
185
-
186
- 1.0.0 (December 5, 2013)
187
- - Config file of flags is now supported. Searches for $HOME/.fpm and
188
- $PWD/.fpm. If both exist, $HOME is loaded first so $PWD can override.
189
- (Pranay Kanwar)
190
- - pkgin: Basic support for SmartOS/pkgsrc's pkgin format. (#567, Brian Akins)
191
- - cpan: catch more cases of perllocal.pod and delete them
192
- (#510, Jordan Sissel)
193
- - cpan: Correctly support module version selection (#518, Matt Sharpe)
194
- - cpan: include builddeps in PERL5LIB when running cpan tests
195
- (#500, Matt Sharpe)
196
- - cpan: Avoid old system perl modules when doing module builds
197
- (#442, #513; Matt Sharpe)
198
- - python: safer gathering of python module dependencies.
199
- - python: better handling of unicode strings in python package metadata
200
- (#575, Bruno Renié)
201
- - cpan: Support 'http_proxy' env var. (#491, Patrick Cable)
202
- - deb: --deb-user and --deb-group both default to 'root' now
203
- (#504, Pranay Kanwar)
204
- - deb: convert '>' to '>>' in deb version constraints
205
- (#503, #439, Pranay Kanwar)
206
- - deb: Warn if epoch is set. Just so you know what's going on, since
207
- the default filename doesn't include the epoch. (#502, Pranay Kanwar)
208
- - deb,rpm: --config-files is now recursive if you give it a directory.
209
- This seems to be the most expected behavior by users.
210
- (#171, #506; Pranay Kanwar)
211
- - dir: Respect -C when using path mapping (#498, #507; Pranay Kanwar)
212
- - rpm: Add --rpm-ignore-iteration-in-dependencies to let you to depend
213
- on any release (aka iteration) of the same version of a package.
214
- (#364, #508; Pranay Kanwar)
215
- - dir: Handle copying of special files when possible
216
- (#347, #511, #539, #561; Pranay Kanwar)
217
- - rpm: Don't mistake symlinks as actual directories (#521, Nathan Huff)
218
- - npm: Choose an alternate npm registry with --npm-registry (#445, #524;
219
- Matt Sharpe)
220
- - cpan: Choose an alternate cpan server with --cpan-mirror. Additionally, you
221
- can use --cpan-mirror-only to only use this mirror for metadata queries.
222
- (#524, Matt Sharpe)
223
- - deb: Fix broken --deb-changelog flag (#543, #544; Tray Torrance)
224
- - deb: When --deb-upstart is given, automatically create an upstart-sysv
225
- symlink /etc/init.d/<name> to /lib/init/upstart-job (#545, Igor Galić)
226
- - rpm: Fix bug when generating spec file listings on files with strange
227
- characters in the names. (#547, Chris Chandler)
228
- - dir: Fix bug where the new directory mapping feature would cause you not
229
- to be able to select files with '=' in the name for packaging.
230
- (#556, #554; Pranay Kanwar)
231
- - python: Fix some unicode string issues in package metadata
232
- (#575, Bruno Renié)
233
- - gem-rpm: Now respects the --gem-package-name-prefix when generating the
234
- 'rubygem(name)' provides statement (#585, Stepan Stipl)
235
- - deb: Downcase and replace underscores with dashes in 'provides' list.
236
- (#591, Eric Connell)
237
- - deb: Fix a lintian complaint about md5sums permissions (#593, Sam Crang)
238
- - cpan: Modules with 'MYMETA' files are now supported (#573, Michael Donlon)
239
-
240
- 0.4.42 (July 23, 2013)
241
- - dir: make source=destination mappings behave the same way 'rsync -a' does
242
- with respect to source and destination paths.
243
-
244
- 0.4.41 (July 17, 2013)
245
- - cpan: handle cases where modules don't specify a license
246
- - deb: support multiple init scripts (#487, patch by Kristian Glass)
247
-
248
- 0.4.40 (July 12, 2013)
249
- - dir: supports mapping one path to another.
250
- You set mappings by using 'source=destination' syntax. For example:
251
- % fpm -s dir -t deb -n example /home/jls/.zshrc=/etc/skel/
252
- The key above is the '=' symbol. The result of the above will be a package
253
- containing only /etc/skel/.zshrc
254
- For more, see https://github.com/jordansissel/fpm/wiki/Source:-dir#mapping
255
- - python: the default scripts location is now chosen by python itself. The
256
- previous default was "/usr/bin" and was not a good default. (#480)
257
- - rpm: config files should have attributes (#484, patch by adamcstephens)
258
- - python: correctly log the python setup.py exit code (#481, patch by Derek
259
- Ludwig)
260
-
261
- 0.4.39 (June 27, 2013)
262
- - cpan: support more complex dependency specifications (reported by Mabi
263
- Knittel)
264
-
265
- 0.4.38 (June 24, 2013)
266
- - cpan: fpm's cpan code now works under ruby 1.8.7
267
- - python: fix a bug in dependency handling (#461, Pranay Kanwar)
268
- - pear: Added --pear-data-dir flag (#465, Zsolt Takács)
269
- - cpan: fix a bug with some clean up on certain 64bit systems
270
- - gem: improve detection of the gem bin install path (#476, Tray Torrance)
271
- - rpm: fix bug when calling using --rpm-use-file-permissions
272
- (#464, Rich Horwood)
273
-
274
- 0.4.37 (May 30, 2013)
275
- - deb: fix creation failures on OS X (#450, patch by Anthony Scalisi and
276
- Matthew M. Boedicker)
277
- - deb: you can now set --deb-build-depends. This is generally for extremely
278
- rare use cases. (#451, patch by torrancew)
279
- - perl: add --cpan-perl-lib-path for a custom perl library installation path
280
- (#447, patch by Brett Gailey)
281
-
282
- 0.4.36 (May 15, 2013)
283
- - pear: only do channel-discover if necessary (#438, patch by Hatt)
284
- - cpan: now supports cpan modules that use Module::Build
285
- - cpan: --no-cpan-test now skips tests for build/configure dependencies
286
- - rpm: Add --rpm-defattrfile and --rpm-defattrdir flags (#428, patch
287
- by phrawzty)
288
-
289
- 0.4.35 -- was not announced
290
-
291
- 0.4.34 (May 7, 2013)
292
- - Now supports CPAN - Perl mongers rejoice! For example:
293
- 'fpm -s cpan -t deb DBI'
294
- - deb: fixed some additional complaints by lintian (#420, patch by Pranay
295
- Kanwar)
296
- - rpm: add flags --rpm-autoreqprov, --rpm-autoreq, and --rpm-autoprov
297
- to tell rpm to enable that feature in the rpm spec. (#416, patch by Adam
298
- Stephens)
299
-
300
- 0.4.33 (April 9, 2013)
301
- - Now supports npm, the node package manager. For example:
302
- 'fpm -s npm -t deb express'
303
-
304
- 0.4.32 (April 9, 2013)
305
- - COMPATIBILITY WARNING: rpm: The default epoch is now nothing because this
306
- aligns more closely with typical rpm packages in the real world. This
307
- decision was reached in #381. If you need the previous behavior, you
308
- must now specify '--epoch 1' (#388, patch by Pranay Kanwar)
309
- - python: new flag --python-obey-requirements-txt which makes a
310
- requirements.txt file from the python package used for the package
311
- dependencies instead of the usual setup.py dependencies. The default
312
- behavior without this flag is to respect setup.py. (#384)
313
- - deb: new flag --deb-shlibs to specify the content of the 'shlibs' file
314
- in the debian package (#405, patch by Aman Gupta)
315
- - deb: fixed a few lintian errors (empty conffiles, md5sums on symlinks, etc)
316
- - Add '-f' / '--force' flag to force overwriting an existing package output
317
- path (#385, Timothy Sutton)
318
- - New flag: --no-auto-depends flag to skip any automatic dependencies
319
- that would normally be added by gem, python, deb, and rpms input packages.
320
- (#386, #374; patch by Pranay Kanwar)
321
- - gem: Use 'gem' command to download gems and read gem package information.
322
- (#389, #394, #378, #233; patches by Pranay Kanwar and Chris Roberts)
323
- - rpm: dashes are now replaced with underscores in rpm version strings
324
- (#395, #393, #399; patches by Jeff Terrace and Richard Guest)
325
- - python: Only use the first line of a license; some python packages (like
326
- 'requests') embed their full license copy into the license field. For
327
- the sake of sanity and function with most packaging systems, fpm only
328
- uses the first line of that license.
329
- - rpm: Add new 'none' option to --rpm-compression to disable compression
330
- entirely. (#398, patch by Richard Guest)
331
- - deb: Make dependencies using the '!=' operator represented as "Breaks"
332
- in the deb package (previously used "Conflicts"). (#400)
333
- - deb: Add md5sums to the debian packages which improves correctness
334
- of the package. (#403, #401; patch by Pranay Kanwar)
335
- - rpm: Convert all '!=' dependency operators to 'Conflicts'. Previously,
336
- this only applied to packages converting from python to rpm.
337
- (#404, #396; patch by Pranay Kanwar)
338
-
339
- 0.4.31 (March 21, 2013)
340
- - rpm: new flag --rpm-use-file-permissions which try to create an rpm
341
- that has file ownership/modes that exactly mirror how they are on
342
- the filesystem at package time. (#377, patch by Paul Rhodes)
343
- - general: remove empty directories only when they match the exclude
344
- pattern (#323, patch by Pranay Kanwar)
345
-
346
- 0.4.30 (March 21, 2013)
347
- - Solaris: --solaris-user and --solaris-group flags to specify
348
- the owner of files in a package. (#342, patch by Derek Olsen)
349
- - rpm: (bug fix) epoch of 0 is permitted now (#343, patch by Ben Hughes)
350
- - pear: add flags --pear-bin-dir --pear-php-bin --pear-php-dir (#358, patch
351
- by Zsolt Takács)
352
- - New 'source' type: empty. Allows you to create packages without any files
353
- in them (sometimes called 'meta packages'). Useful when you want to have
354
- one package be simply dependencies or when you want to spoof a package
355
- you don't want installed, etc. (#359, 349; patch by Pranay Kanwar)
356
- - solaris: Add --solaris-user and --solaris-group flags (#342, Patch by Derek
357
- Olsen)
358
- - gem: new flag --env-shebang; default true (disable with --no-env-shebang).
359
- Lets you disable #! (shebang) mangling done by gem installation. (#363,
360
- patch by Grier Johnson)
361
- - deb: fix bug on changelog handling (#376, patch by mbakke)
362
- - rpm: fix --rpm-rpmbuild-define (#383, patch by Eric Merritt)
363
-
364
- 0.4.29 (January 22, 2013)
365
- - Copy links literally, not what they point at (#337, patch by Dane Knecht)
366
-
367
- 0.4.28 (January 21, 2013)
368
- - Fix a dependency on the 'cabin' gem. (#344, reported by Jay Buffington)
369
-
370
- 0.4.27 (January 16, 2013)
371
- - Make all fpm output go through the logger (#329; patch by jaybuff)
372
- - New package type: osxpkg, for building packages installable on OS X. (#332,
373
- patch by Timothy Sutton)
374
- - Fix crash bug when converting rpms to something else (#316, #325; patch by
375
- rtucker-mozilla)
376
- - deb: Add --deb-field for setting a custom field in the control file.
377
- For more information on this setting, see section 5.7 "User-defined fields"
378
- of the debian policy manual:
379
- http://www.debian.org/doc/debian-policy/ch-controlfields.html#s5.7
380
- - deb: Add --deb-recommends and --deb-suggests (#285, #310; patch by Pranay
381
- Kanwar)
382
- - python to rpm: convert "!=" dependency operators in python to "Conflicts"
383
- in rpm. (#263, #312; patch by Pranay Kanwar)
384
- - python: fix bug - ignore blank lines in requirements.txt (#312, patch by
385
- Pranay Kanwar)
386
-
387
- 0.4.26 (December 27, 2012)
388
- - rpm: add --rpm-sign flag to sign packages using the 'rpmbuild --sign' flag.
389
- (#311, Patch by Pranay Kanwar)
390
- - rpm: fix flag ordering when calling rpmbuild (#309, #315, patch by Trotter
391
- Cashion)
392
- - deb: re-enable "Predepends" support (#319, #320, patch by Pranay Kanwar)
393
- - rpm: fix default 'rpm os' value (#321, 314, 309)
394
-
395
- 0.4.25 (December 7, 2012)
396
- - Added --deb-changelog and --rpm-changelog support flags. Both take a path to
397
- a changelog file. Both must be valid changelog formats for their respective
398
- package types. (#300, patch by Pranay Kanwar)
399
- - deb: Multiple "provides" are now supported. (#301, patch by Pranay Kanwar)
400
- - rpm: Added --rpm-os flag to set the OS target for the rpm. This lets you build
401
- rpms for linux on OS X and other platforms (with --rpm-os linux). (#309)
402
- - rpm: Avoid platform-dependent commands in the %install phase (#309, fixes
403
- 'cp -d' on OSX)
404
- - python: ignore comments in requirements.txt (#304, patch by Pranay Kanwar)
405
- - Fixed warning 'already initialized constant' (#274)
406
-
407
- 0.4.24 (November 30, 2012)
408
- - Don't include an empty url in rpm spec (#296, #276; patch by Pranay Kanwar)
409
- - Don't require extra parameters if you use --inputs (#278, #297; Patch by
410
- Pranay Kanwar)
411
- - python: supports requirements.txt now for dependency information.
412
- - python: supports pip now. Use '--python-pip path/to/pip' to have fpm use
413
- it instead of easy_install.
414
- - solaris: package building works again (#216, #299, patch by Pierre-Yves
415
- Ritschard)
416
-
417
- 0.4.23 (November 26, 2012)
418
- - The --directories flag is now recursive when the output package is rpm.
419
- This makes all directories under a given path as owned by the package
420
- so they'll be removed when the package is uninstalled (#245, #293, #294,
421
- patch by Justin Ellison)
422
- - Add fpm version info to '--help' output (#281)
423
- - gem to rpm: Use 'rubygem(gemname)' for dependencies (#284, patch by
424
- Jan Vansteenkiste)
425
- - Fix a bug in gem version mangling (#292, #291; patch by Pranay Kanwar)
426
- - Fix compatibility with Python 2.5 (#279, patch by Denis Bilenko)
427
-
428
- 0.4.22 (November 15, 2012)
429
- - Add --no-depends flag for creating packages with no dependencies listed
430
- (#289, patch by Brett Gailey)
431
- - Fix a bug where blank lines were present in a debian control file.
432
- (#288, patch by Andrew Bunday)
433
-
434
- 0.4.21 (November 8, 2012)
435
- - gem: remove restriction on expected gem names (#287)
436
- - add --directory flag; lets you mark a directory as being owned by a
437
- package. (#260, #245, patch by ajf8)
438
- - deb: don't include a version in the Provides field (#280)
439
- - gem: if the version is '1.1' make it imply '1.1.0' (#269, patch by
440
- Radim Marek)
441
-
442
- 0.4.20 (October 5, 2012)
443
- - python: only specify --install-{scripts,lib,data} flags to setup.py if
444
- they were given on the command line to fpm. Fixes #273.
445
-
446
- 0.4.19 (September 26, 2012)
447
- - Escape '%' characters in file names (#266, #222. Patch by John Wittkoski)
448
-
449
- 0.4.18 (September 25, 2012)
450
- - Fix regression in rpm building where the epoch in was missing in the rpm,
451
- but prior fpm versions defaulted it to 1. This caused rpms built with newer
452
- fpms to appear "older" than older rpms. Tests added to ensure this regression
453
- is caught prior to future releases! (Reported by eliklein)
454
-
455
- 0.4.17 (September 12, 2012)
456
- - Remove accidental JSON warning when using '-s python'
457
-
458
- 0.4.16 (September 6, 2012)
459
- - Fix compatibility with Ruby 1.8.7 (broken in 0.4.15)
460
-
461
- 0.4.15 (September 6, 2012)
462
- - pear: support custom channels with --pear-channel <channel> (#207)
463
- Example: fpm -s pear -t deb --pear-channel pear.drush.org drush
464
- - permit literal '\n' in --description, fpm will replace with a newline
465
- character. Example: fpm --description "line one\nline two" (#251)
466
- - improve error messaging when trying to output a package to a directory that
467
- doesn't exist (#244)
468
- - deb: convert '>' and '<' dependency operators to the correct '>>' and '<<'
469
- debian version operators (#250, patch by Thomas Meson).
470
- - deb: add --deb-priority flag (#232) for setting the debian 'priority'
471
- value for your package.
472
- - add --template-value. Used to expose arbitrary values to script templates.
473
- If you do --template-value hello=world, in your template you can do
474
- <%= hello %> to get 'world' to show up in your maintainer scripts.
475
- - python: add --python-install-data flag to set the --install-data option to
476
- setup.py (#255, patch by Thomas Meson)
477
- - Reject bad dependency flags (ones containing commas) and offer alternative.
478
- (#257)
479
- - Try to copy a file if hardlinking fails with permission problems (#253,
480
- patch by Jacek Lach)
481
- - Make --exclude, if a directory, include itself and any children, recursive.
482
- (#248)
483
-
484
- 0.4.14 (August 24, 2012)
485
- - rpm: Replace newlines with space in any license setting. (#252)
486
-
487
- 0.4.13 (August 14, 2012)
488
- - Make --exclude accept path prefixes as well. If you have a files in
489
- 'usr/share/man' in your package, you can now exclude all of a subdir
490
- by doing '--exclude usr/share/man'
491
-
492
- 0.4.12 (August 10, 2012)
493
- - Fix a major bug introduced in 0.4.11 that caused all deb packages to
494
- contain empty maintainer scripts if not otherwise specified, which made
495
- apt/dpkg quite unhappy
496
-
497
- 0.4.11 (August 7, 2012)
498
- - Fix some symlink handling to prevent links from being followed during
499
- cleanup (#228, patch by sbuss)
500
- - rpm: 'vendor' in rpm spec is now omitted if empty or nil. This fixes a bug
501
- where rpmbuild fails due to empty 'Vendor' tag if you convert rpm to rpm.
502
- - internal: remove empty directories marked by --exclude (#205, patch by
503
- jimbrowne)
504
- - dir: don't try to set utime on symlinks (#234, #240, patch by ctgswallow)
505
- - rpm: relocatable rpms now supported when using the '--prefix' flag.
506
- Example: fpm -s dir -t rpm --prefix /usr/local -n example /etc/motd
507
- (patch by jkoppe)
508
- - deb: --deb-compression flag: Support different compression methods.
509
- Default continues to be gzip.
510
- - new flag: --template-scripts. This lets you write script templates for
511
- --after-install, etc. Templates are ERB, so you can do things like
512
- '<%= name %>' to get the package name in the script, etc.
513
- - warn on command invocations that appear to have stray flags to try and
514
- help users who have complex command lines that are failling.
515
-
516
- 0.4.10 (May 25, 2012)
517
- - Fix python package support for python3 (#212, patch by Slezhuk Evgeniy)
518
- - Preserve file metadata (time, owner, etc) when copying with the dir
519
- package. (#217, patch by Marshall T. Vandegrift)
520
- - Missing executables will now error more readably in fpm.
521
- - Fix gem and python 'version' selection (#215, #204)
522
- - Dependencies using '!=' will now map to 'Conflicts' in deb packages. (#221,
523
- patch by Sven Fischer)
524
- - Allow setting default user/group for files in rpm packages (#208, patch by
525
- Jason Rogers). Note: This adds --user and --group flags to effect this.
526
- These flags may go away in the future, but if they do, they will be
527
- - In python packages set 'install-data' correctly. (#223, patch by Jamie
528
- Scheinblum)
529
-
530
- 0.4.9 (April 25, 2012)
531
- - Fix --prefix support when building gems (#213, patch by Jan Vansteenkiste)
532
-
533
- 0.4.8 (April 25, 2012)
534
- - RPM: use 'noreplace' option for config files (#194, patch by Steve Lum)
535
- - Python: Fix bug around exact dependency versions (#206, patch by Lars van
536
- de Kerkhof)
537
- - Gem->RPM: Make 'provides' "rubygem(thegemname)" instead of "rubygem-thegemname"
538
- - Fix oddity where Ruby would complain about constant redefinition (#198,
539
- patch by Marcus Vinicius Ferreira)
540
-
541
- 0.4.7 skipped.
542
-
543
- 0.4.6 (April 10, 2012)
544
- - Work around more problems in RPM with respect to file listing (#202)
545
-
546
- 0.4.5 (April 3, 2012)
547
- - Fix gem->rpm conversion where the '~>' rubygem version operator (#193,
548
- patch by antoncohen)
549
- - Escape filenames RPM install process (permits files with spaces, dollar signs, etc)
550
- (#196, reported by pspiertz)
551
-
552
- 0.4.4 (March 30, 2012)
553
- - Fix a bug in gem bin_dir handling (Calen Pennington)
554
- - The --config-files flag should work again (Brian Akins)
555
- - Fix syntax error when using --deb-pre-depends (Andrew Bennett)
556
- - Make --exclude work again (#185, #186) (Calen Pennington)
557
- - Fix file listing so that rpm packages don't declare ownership on / and
558
- /usr, etc.
559
- - make --deb-custom-control to work again (Tor Arne Vestbø)
560
- - Add --rpm-digest flag to allow selection of the rpm 'file name' digest
561
- algorithm. Default is 'md5' since it works on the most rpm systems.
562
- - Reimplement old behavior assuming "." as the input when using '-s dir' and
563
- also setting -C (#187)
564
- - Set BuildRoot on rpm to work around an rpmbuild bug(?) on CentOS 5 (#191)
565
- - Add --rpm-compression flag to allow selection of the rpm payload
566
- compression. Default is 'gzip' since it works on the most rpm systems
567
- - Specs now pass on ubuntu/32bit systems (found by travis-ci.org's test runner)
568
- - Improve default values of iteration and epoch (#190)
569
- - Make FPM::Package#files list only 'leaf' nodes (files, empty directories,
570
- symlinks, etc).
571
-
572
- 0.4.3 (March 21, 2012)
573
- - Fix bug in python packaging when invoked with a relative path to a setup.py
574
- (Reported by Thomas Meson, https://github.com/jordansissel/fpm/pull/180)
575
-
576
- 0.4.2 (March 21, 2012)
577
- - Set default temporary directory to /tmp
578
- (https://github.com/jordansissel/fpm/issues/174)
579
- - Improve symlink handling (patch by Aleix Conchillo Flaqué, pull/177))
580
- - Python package support changes (thanks to input by Luke Macken):
581
- * New flag: --python-install-bin. Sets the location for python package
582
- scripts (default: /usr/bin)
583
- * New flag: --python-install-lib. Sets the location for the python
584
- package to install libs to, default varies by system. Usually something
585
- like /usr/lib/python2.7/site-packages.
586
- * Fix up --prefix support
587
- * Improve staged package installation
588
-
589
- 0.4.1 (March 19, 2012)
590
- - Fix fpm so it works in ruby 1.8 again.
591
- Tests run, and passing:
592
- rvm 1.8.7,1.9.2,1.9.3 do bundle exec rspec
593
-
594
- 0.4.0 (March 18, 2012)
595
- - Complete rewrite of pretty much everything.
596
- * Otherwise, the 'fpm' command functionality should be the same
597
- * Please let me know if something broke!
598
- - Now has an API (see examples/api directory)
599
- - Also has a proper test suite
600
- - Updated the rpm spec generator to disable all the ways I've found rpmbuild
601
- to molest packages. This means that fpm-generated rpms will no longer
602
- strip libraries, move files around, randomly mutate jar files, etc.
603
- - Add --license and --vendor settings (via Pieter Loubser)
604
- - python support: try to name python packages sanely. Some pypi packages
605
- are literally called 'python-foo' so make sure we generate packages named
606
- 'python-foo' and not 'python-python-foo' (via Thomas Meson)
607
- - rpm support: Add --rpm-rpmbuild-define for passing a --define flag to rpmbuild
608
- (via Naresh V)
609
- - PHP pear source support (fpm -s pear ...) (via Andrew Gaffney)
610
-
611
- 0.3.10 (Oct 10, 2011)
612
- - Allow taking a list of files/inputs on stdin with '-' or with the --inputs
613
- flag. (Matt Patterson)
614
- - (python) pass -U to easy_install (Khalid Goudeaux)
615
- - (debian) quote paths in md5sum calls (Matt Patterson)
616
- - (debian) quiet stderr from dpkg --print-architecture
617
-
618
- 0.3.9 (Sep 8, 2011)
619
- - Fix bug in 'dir' source that breaks full paths
620
- - Added a bunch of tests (yaay)
621
-
622
- 0.3.8 and earlier: I have not kept this file up to date very well... Sorry :(
623
-
624
- 0.2.29 (May 20, 2011)
625
- - Add 'tar' source support. Useful for binary releases to repackage as rpms
626
- and debs. Example:
627
- fpm -s tar -t rpm -n firefox -v 4.0.1 \
628
- --prefix /opt/firefox/4.0.1 firefox-4.0.1.tar.bz2
629
-
630
- 0.2.28 (May 18, 2011)
631
- - Use --replaces as "Obsoletes" in rpms.
632
-
633
- 0.2.27 (May 18, 2011)
634
- - If present, DEBEMAIL and DEBFULLNAME environment variables will be used as
635
- the default maintainer. Previously the default was simply <$user@$hostname>
636
- https://github.com/jordansissel/fpm/issues/37
637
- - Add '--replaces' flag for specifying packages replaced by the one you are
638
- building. This only functions in .deb packages now until I find a suitable
639
- synonym in RPM.
640
- - Add --python-bin and --python-easyinstall flags. This lets you choose specific
641
- python and easy_install tools to use when building. Default is simply
642
- 'python' and 'easy_install' respectively.
643
- - Add support for ~/.fpmrc - The format of this file is the same as the flags.
644
- One flag per line. https://github.com/jordansissel/fpm/issues/38
645
- Example:
646
- --python-bin=/usr/bin/python2.7
647
- --python-easyinstall=/usr/bin/easy_install2.7
648
-
649
- 0.2.26 and earlier
650
- No changelist tracked. My bad, yo.
Binary file
Binary file