Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-04 Thread Ansis Atteka
On Fri, Oct 2, 2015 at 12:52 PM, Andy Zhou wrote: > On Fri, Oct 2, 2015 at 6:06 AM, Flavio Leitner wrote: >> On Thu, Oct 01, 2015 at 03:47:12PM -0700, Andy Zhou wrote: >>> > Our default systemd unit files don't make use of the --user option that >>> > requires this library, but conceivably someon

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-02 Thread Andy Zhou
On Fri, Oct 2, 2015 at 6:06 AM, Flavio Leitner wrote: > On Thu, Oct 01, 2015 at 03:47:12PM -0700, Andy Zhou wrote: >> > Our default systemd unit files don't make use of the --user option that >> > requires this library, but conceivably someone may want to customize >> > them and use this option. >

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-02 Thread Ben Pfaff
On Thu, Oct 01, 2015 at 09:03:47PM -0400, Russell Bryant wrote: > On 10/01/2015 06:31 PM, Flavio Leitner wrote: > > Commit e91b927d8 (lib/daemon: support --user option for all OVS daemon) > > added optional usage of the libcap-ng library. It's packaged in Fedora, > > so go ahead and added it by de

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-02 Thread Flavio Leitner
On Thu, Oct 01, 2015 at 03:47:12PM -0700, Andy Zhou wrote: > > Our default systemd unit files don't make use of the --user option that > > requires this library, but conceivably someone may want to customize > > them and use this option. > > Any down side if we change the unit files to make use of

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-01 Thread Andy Zhou
On Thu, Oct 1, 2015 at 6:06 PM, Russell Bryant wrote: > On 10/01/2015 06:47 PM, Andy Zhou wrote: >>> Our default systemd unit files don't make use of the --user option that >>> requires this library, but conceivably someone may want to customize >>> them and use this option. >> >> Any down side if

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-01 Thread Russell Bryant
On 10/01/2015 06:47 PM, Andy Zhou wrote: >> Our default systemd unit files don't make use of the --user option that >> requires this library, but conceivably someone may want to customize >> them and use this option. > > Any down side if we change the unit files to make use of --user option > by d

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-01 Thread Russell Bryant
On 10/01/2015 06:31 PM, Flavio Leitner wrote: > Commit e91b927d8 (lib/daemon: support --user option for all OVS daemon) > added optional usage of the libcap-ng library. It's packaged in Fedora, > so go ahead and added it by default to the Fedora spec file. > > Our default systemd unit files don't

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-01 Thread Andy Zhou
> Our default systemd unit files don't make use of the --user option that > requires this library, but conceivably someone may want to customize > them and use this option. Any down side if we change the unit files to make use of --user option by default, like how Apache runs?