From 12871263d1e0b6daf27ce7b3f9b6c240f9046832 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 23 Sep 2016 18:35:45 -0400 Subject: [PATCH] Update trust_router.spec, fix version in configure.ac --- configure.ac | 2 +- trust_router.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2a89f00..73ae920 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([trust_router],[1.5.2], +AC_INIT([trust_router],[2.0.0], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(build-aux) diff --git a/trust_router.spec b/trust_router.spec index 5b2e264..40dcc68 100644 --- a/trust_router.spec +++ b/trust_router.spec @@ -1,6 +1,6 @@ %global optflags %{optflags} -Wno-parentheses Name: trust_router -Version: 1.5.2 +Version: 2.0.0 Release: 1%{?dist} Summary: Moonshot Trust Router @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: krb5-devel, glib2-devel BuildRequires: jansson-devel >= 2.4 -BuildRequires: sqlite-devel, openssl-devel, libtalloc-devel +BuildRequires: sqlite-devel, openssl-devel, libtalloc-devel, libevent-devel %{?el7:BuildRequires: systemd} Requires: moonshot-gss-eap >= 0.9.3, sqlite @@ -43,7 +43,7 @@ packages that wish trust_router functionality. %prep %setup -q - +autoreconf -f -i %build %configure --disable-static @@ -113,6 +113,12 @@ chmod 770 /var/log/trust_router %files %defattr(-,root,root,-) %doc README +#%{_bindir}/tidc +#%{_bindir}/tidc-wrapper +#%{_bindir}/tids +#%{_bindir}/tids-wrapper +#%{_bindir}/trust_router +#%{_bindir}/trust_router-wrapper %{_bindir}/* %{_datadir}/trust_router/schema.sql -- 2.1.4