Jordan Sissel

Results 273 comments of Jordan Sissel

It is my intention to actually remove rpmbuild from fpm, so features allowing you to specify a custom specfile would become not useful after that. As long as you are...

For context - I can't find the ticket, but my intention is to make a pure-ruby rpm writer library. Today, we have reads, but not writes. The reason for this...

> `%define debug_package %{nil}` I don't know what this does, but you can use `--rpm-rpmbuild-define` to set this. > `config(replace,missingok)` We could add a flag for this specific to RPM....

Looks like 319966cc may have fixed this (it's in master, hasn't been released)

Can someone confirm if this is still an issue? Did 319966c fix this?

Yeah this is my bad I think I broke that. I'll fix it shortly.

Hm... This change introduces a new lintian warning for me. Test setup: ``` % echo "Hello" > /tmp/x % bundle exec bin/fpm -s empty -t deb -n example --deb-changelog /tmp/x...

I like the idea. A similar idea was proposed in #1172, so you're not alone in wanting this :) I haven't thought about this in a while, but it should...

Should the fpmrc flag processes the flags immediately or afterwards? Example, if `--fpmrc myflags` is given and that file contains `--version 2.0`, then what is the "version" value after `fpm...

I did some exploration to see how hard this might be to implement, and I'm not sure it could be easily done with a flag. The reason is that fpm...