Skip to content

Commit

Permalink
trunk -> 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed May 2, 2014
2 parents 91bb76d + 0b687a9 commit 1924465
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion launchmon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ make
make install DESTDIR=$RPM_BUILD_ROOT

mkdir -p ${RPM_BUILD_ROOT}%{module_path}
cp ${RPM_BUILD_DIR}/%{name}-%{version}/launchmon.module ${RPM_BUILD_ROOT}%{module_path}/%{version}

#
# the release number -4 must be matched with what's in META
#
#
cp ${RPM_BUILD_DIR}/%{name}-%{version}-4/launchmon.module ${RPM_BUILD_ROOT}%{module_path}/%{version}

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down
7 changes: 7 additions & 0 deletions tools/handshake/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@
##--------------------------------------------------------------------------------
##
## Update Log:
## May 01 2014 DHA: Specify gcrypt header file locations so that
## this module will use the integrated version of
## gcrypt/gpgerr package. TODO: drop support for
## the integrated gcrypt support and make it an
## external dependency.
## Apr 15 2014 DHA: Add handshake.h so that it is included into the distro
## Mar 10 2014 MPL: Add secure handshake
##

noinst_LTLIBRARIES = libhandshake.la
INCLUDES = -I$(top_srcdir)/@GCRYPTLOC@ -I$(top_srcdir)/@GPGERRLOC@
libhandshake_la_SOURCES = handshake.c handshake.h
libhandshake_la_LIBADD = $(MUNGE_LIBS)

1 change: 1 addition & 0 deletions tools/handshake/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
tvcmd = @tvcmd@
noinst_LTLIBRARIES = libhandshake.la
INCLUDES = -I$(top_srcdir)/@GCRYPTLOC@ -I$(top_srcdir)/@GPGERRLOC@
libhandshake_la_SOURCES = handshake.c handshake.h
libhandshake_la_LIBADD = $(MUNGE_LIBS)
all: all-am
Expand Down

0 comments on commit 1924465

Please sign in to comment.