Re: What to do when upstream doesn't version

2015-12-27 Thread Adam Williamson
On Sun, 2015-12-27 at 01:33 -0500, Randy Barlow wrote: > Hello! > > I wanted to add a package for erlang-zlib, but I noticed that the > upstream doesn't seem to have tagged any releases at all for the package: > > https://github.com/processone/zlib/issues/6 > > Hopefully they will respond to my

Re: What to do when upstream doesn't version

2015-12-27 Thread Adam Williamson
On Sun, 2015-12-27 at 07:17 +, Igor Gnatenko wrote: > I would prefer 0.0.0-0.1.git%{shortcommit} This is against the versioning policy, which requires a date. https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Snapshot_packages -- Adam Williamson Fedora QA Community Monkey IRC: adamw

Re: What to do when upstream doesn't version

2015-12-27 Thread Randy Barlow
Thanks to everyone who replied! -- Randy Barlow xmpp: bowlofe...@electronsweatshop.com irc: bowlofeggs on Freenode signature.asc Description: OpenPGP digital signature -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: What to do when upstream doesn't version

2015-12-27 Thread Michael Schwendt
And the guidelines offer more than what is needed for many cases, but they cover many different versioning scenarios. * https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Snapshot_packages * https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages * https://fedorapr

Re: What to do when upstream doesn't version

2015-12-27 Thread Ville Skyttä
On Sun, Dec 27, 2015 at 9:58 AM, Björn Esser wrote: > Version: 0.0.0 The dotted zeros don't add any value here, they're just cruft. "Version: 0" works fine. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: What to do when upstream doesn't version

2015-12-26 Thread Björn Esser
I use sth. like: %global gitrel .git%{commit_date}.%{shortcommit} Version: 0.0.0 Release: 0.1%{?gitrel}%{?dist} Am 27.12.2015 um 08:17 schrieb Igor Gnatenko: I would prefer 0.0.0-0.1.git%{shortcommit} On Sun, Dec 27, 2015, 7:33 AM Randy Barlow mailto:ra...@electronsweatshop.com>> wrote:

Re: What to do when upstream doesn't version

2015-12-26 Thread Igor Gnatenko
I would prefer 0.0.0-0.1.git%{shortcommit} On Sun, Dec 27, 2015, 7:33 AM Randy Barlow wrote: > Hello! > > I wanted to add a package for erlang-zlib, but I noticed that the > upstream doesn't seem to have tagged any releases at all for the package: > > https://github.com/processone/zlib/issues/6

What to do when upstream doesn't version

2015-12-26 Thread Randy Barlow
Hello! I wanted to add a package for erlang-zlib, but I noticed that the upstream doesn't seem to have tagged any releases at all for the package: https://github.com/processone/zlib/issues/6 Hopefully they will respond to my request, but if they do not, I am curious - what is a good policy for p