[cpp-sp] branch master updated: Add seckeygen.sh to makefile/specfile.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 19 21:33:41 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c6a5c2ddd41e3b12234a4f870021c9bc12be8429
The following commit(s) were added to refs/heads/master by this push:
new c6a5c2d Add seckeygen.sh to makefile/specfile.
c6a5c2d is described below
commit c6a5c2ddd41e3b12234a4f870021c9bc12be8429
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 19 21:33:36 2018 -0400
Add seckeygen.sh to makefile/specfile.
---
configs/Makefile.am | 4 +++-
shibboleth.spec.in | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 9c310b7..d899426 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -22,7 +22,8 @@ pkgsysconf_DATA = \
apache22.config \
apache24.config \
keygen.sh \
- metagen.sh
+ metagen.sh \
+ seckeygen.sh
# The config files are installed "special". Unlike the entries in
# pkgsysconf_DATA, these files are installed as "foo.dist" and only
@@ -171,6 +172,7 @@ EXTRA_DIST = \
seckeygen.bat \
keygen.sh \
metagen.sh \
+ seckeygen.sh \
SetService32.bat \
SetService64.bat \
$(CONFIGFILES)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 11e5833..f4aec9d 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -463,6 +463,7 @@ exit 0
%{_sysconfdir}/shibboleth/shibd-*
%attr(0755,root,root) %{_sysconfdir}/shibboleth/keygen.sh
%attr(0755,root,root) %{_sysconfdir}/shibboleth/metagen.sh
+%attr(0755,root,root) %{_sysconfdir}/shibboleth/seckeygen.sh
%doc %{pkgdocdir}
%exclude %{pkgdocdir}/api
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list