Merge branch 'master' into debian
authorSam Hartman <hartmans@debian.org>
Thu, 12 Mar 2015 16:35:14 +0000 (12:35 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 12 Mar 2015 16:35:14 +0000 (12:35 -0400)
Most of the 1.5 changes

Conflicts:
trust_router.spec

1  2 
trust_router.spec

diff --combined trust_router.spec
@@@ -1,6 -1,6 +1,6 @@@
  %global optflags %{optflags} -Wno-parentheses
  Name:           trust_router
- Version:        1.4
+ Version:        1.5
  Release:        1%{?dist}
  Summary:        Moonshot Trust Router
  
@@@ -82,7 -82,7 +82,7 @@@ rm -rf $RPM_BUILD_ROO
  
  %pre
  getent group trustrouter > /dev/null || groupadd -r trustrouter
 -getent passwd trustrouter > /dev/null || useradd -r -g trustrouter -d /var/lib/trust_router -s /sbin/nologin -c "GSS-EAP Trust Router service account" trustrouter
 +getent passwd trustrouter > /dev/null || useradd -r -g trustrouter -d /var/lib/trustrouter -s /sbin/nologin -c "GSS-EAP Trust Router service account" trustrouter
  exit 0