[js-embedded-discovery COMMIT] in /trunk: Makefile shibboleth-embedded-ds.spec
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 1 10:23:25 EDT 2015
Author: scantor
Date: Fri May 1 10:23:24 2015
New Revision: 150
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=150&view=rev
Log:
EDS-63 - add gif to packaging
Modified:
trunk/Makefile
trunk/shibboleth-embedded-ds.spec
Modified: trunk/Makefile
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/Makefile?rev=150&r1=149&r2=150&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri May 1 10:23:24 2015
@@ -12,7 +12,7 @@
install: index.html
${INSTALL} -d $(DESTDIR)${sysconfdir}/shibboleth-ds
- ${INSTALL} -m 644 *.txt *.html *.css *.js *.conf $(DESTDIR)${sysconfdir}/shibboleth-ds
+ ${INSTALL} -m 644 *.txt *.html *.css *.gif *.js *.conf $(DESTDIR)${sysconfdir}/shibboleth-ds
clean:
rm -rf ${TARGET}
Modified: trunk/shibboleth-embedded-ds.spec
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/shibboleth-embedded-ds.spec?rev=150&r1=149&r2=150&view=diff
==============================================================================
--- trunk/shibboleth-embedded-ds.spec (original)
+++ trunk/shibboleth-embedded-ds.spec Fri May 1 10:23:24 2015
@@ -85,6 +85,7 @@
%defattr(-,root,root,-)
%dir %{_sysconfdir}/shibboleth-ds
%{_sysconfdir}/shibboleth-ds/*.txt
+%{_sysconfdir}/shibboleth-ds/*.gif
%config(noreplace) %{_sysconfdir}/shibboleth-ds/index.html
%config(noreplace) %{_sysconfdir}/shibboleth-ds/idpselect.css
%config(noreplace) %{_sysconfdir}/shibboleth-ds/idpselect_config.js
@@ -95,6 +96,7 @@
* Wed Apr 29 2015 Scott Cantor <cantor.2 at osu.edu> - 1.1.0-1
- Update version
- Stop marking text files as configs
+- Add gif to package
* Mon Apr 11 2011 Scott Cantor <cantor.2 at osu.edu> - 1.0-1
- First version.
More information about the commits
mailing list