Re: koji: ppc64 does not have libatomic in buildroot

2016-12-30 Thread Sander Hoentjen
On 12/30/2016 01:44 PM, Florian Weimer wrote: > On 12/30/2016 12:49 PM, Sander Hoentjen wrote: >> Hi guys, >> >> My latest build [1] of dnsdist failed on ppc64, because libatomic is not >> in the default buildroot there, as opposed to all the other arches. >> I

koji: ppc64 does not have libatomic in buildroot

2016-12-30 Thread Sander Hoentjen
Hi guys, My latest build [1] of dnsdist failed on ppc64, because libatomic is not in the default buildroot there, as opposed to all the other arches. Is this intentional? Should I just add libatomic as a BR? [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=17115104 -- Regards, Sander

username with leading underscore in package

2016-04-14 Thread Sander Hoentjen
Hey guys, I have a package dnsdist that can now run as an unprivileged user. Upstream (and in Debian) the choice for the username has been made as _dnsdist. Is this okay for Fedora as well? -- Sander -- devel mailing list devel@lists.fedoraproject.org

Re: Embedding javascript in binary

2016-01-23 Thread Sander Hoentjen
On 01/23/2016 08:29 AM, Roman Tsisyk wrote: >> Wednesday, January 20, 2016 6:33 PM +01:00 from Sander Hoentjen < >> san...@hoentjen.eu >: >> >> On 01/20/2016 05:44 PM, Stephen Gallagher wrote: >>> On 01/20/2016 10:18 AM, Sander Hoentjen wrote: >>>

Re: F24 Self Contained Change: Ping IPv6

2016-01-22 Thread Sander Hoentjen
On 01/22/2016 09:42 AM, Jan Kurik wrote: > = Proposed Self Contained Change: Ping IPv6 = > https://fedoraproject.org/wiki/Changes/PingIpv6#Ping_IPv6 > > Change owner(s): > * Jan Synacek, Nikos Mavrogiannopoulos > > ping should be able to work with IPv6 and IPv4 addresses, eliminating > the need

Re: Embedding javascript in binary

2016-01-21 Thread Sander Hoentjen
On 01/21/2016 12:29 AM, Christopher wrote: > On Wed, Jan 20, 2016 at 12:34 PM Sander Hoentjen <san...@hoentjen.eu > <mailto:san...@hoentjen.eu>> wrote: > [snip] > > > https://fedoraproject.org/wiki/Packaging:JavaScript > Yeah I read that, but is sa

Re: Embedding javascript in binary

2016-01-20 Thread Sander Hoentjen
On 01/20/2016 05:44 PM, Stephen Gallagher wrote: > On 01/20/2016 10:18 AM, Sander Hoentjen wrote: > > Hi, > > > I am currently packaging dnsdist[1][2]. This is a binary that has a > > httpserver built-in, and the html, css and js files embedded in the > > binary. T

Embedding javascript in binary

2016-01-20 Thread Sander Hoentjen
Hi, I am currently packaging dnsdist[1][2]. This is a binary that has a httpserver built-in, and the html, css and js files embedded in the binary. The javascript files are jquery and a few other known scripts[3], and there is one javascript specific to dnsdist itself[4]. What are the guidelines