perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r5794 - in trunk/perfsonar-java-sshtelnet-mp/packaging: deb rpm
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/ps-java-services] r5794 - in trunk/perfsonar-java-sshtelnet-mp/packaging: deb rpm
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/ps-java-services] r5794 - in trunk/perfsonar-java-sshtelnet-mp/packaging: deb rpm
- Date: Mon, 22 Nov 2010 15:49:25 GMT
Author: psnc.pietrzak
Date: 2010-11-22 15:49:25 +0000 (Mon, 22 Nov 2010)
New Revision: 5794
Modified:
trunk/perfsonar-java-sshtelnet-mp/packaging/deb/changelog
trunk/perfsonar-java-sshtelnet-mp/packaging/rpm/perfsonar-java-sshtelnet-mp.specs
Log:
Updated changelog
Modified: trunk/perfsonar-java-sshtelnet-mp/packaging/deb/changelog
===================================================================
--- trunk/perfsonar-java-sshtelnet-mp/packaging/deb/changelog 2010-11-22
11:27:42 UTC (rev 5793)
+++ trunk/perfsonar-java-sshtelnet-mp/packaging/deb/changelog 2010-11-22
15:49:25 UTC (rev 5794)
@@ -1,27 +1,13 @@
-perfsonar-java-sshtelnet-mp (1.4-0RC3) stable; urgency=low
+perfsonar-java-sshtelnet-mp (1.4-1) stable; urgency=low
- * ps-base2 version: 1.0.2
- * web-admin version: 2.0
- * Changed to ps-base2 1.0.2
+ * ps-base2 version: 1.0.4
+ * web-admin2 version: 0.1
* Changed dependency to JRE 1.6
* Changed dependency to exist
-
- -- Blazej Pietrzak
<>
Thu, 3 Feb 2010 17:00:00 +0100
-
-perfsonar-java-sshtelnet-mp (1.4-0RC2) stable; urgency=low
-
- * ps-base version: 2.0
- * web-admin version: 2.0
* Bug fix
- * Updated contact information in documentation files
- * Removed Components.Properties Configuration Files for SSHTelnet 1.0.doc
- * Removed Service.Properties Configuration Files for SSHTelnet 1.0.doc
- * Removed Installation Actions for SSHTelnet 1.0.doc
- * Changed to ps-base 2.0
- * Changed to web-admin 2.0
- * Migrated to Maven 2
+ * Updated documentation files
- -- Blazej Pietrzak
<>
Thu, 3 Feb 2010 17:00:00 +0100
+ -- Blazej Pietrzak
<>
Thu, 24 Sep 2010 17:00:00 +0100
perfsonar-java-sshtelnet-mp (1.3.4.2) stable; urgency=low
Modified:
trunk/perfsonar-java-sshtelnet-mp/packaging/rpm/perfsonar-java-sshtelnet-mp.specs
===================================================================
---
trunk/perfsonar-java-sshtelnet-mp/packaging/rpm/perfsonar-java-sshtelnet-mp.specs
2010-11-22 11:27:42 UTC (rev 5793)
+++
trunk/perfsonar-java-sshtelnet-mp/packaging/rpm/perfsonar-java-sshtelnet-mp.specs
2010-11-22 15:49:25 UTC (rev 5794)
@@ -1,310 +1,301 @@
-# This is where all tomcat stuff will be installed
-%define prefix /usr/lib/perfsonar/services
-%define old_service_name ps-mdm-sshtelnet-mp
-%define webapps_path /var/lib/tomcat5/webapps
-
-%define stop_tomcat()\
-if [ -n "`/sbin/service tomcat5 status|grep running`" ]; then\
- /sbin/service tomcat5 stop\
-fi\
-while [ -n "`/sbin/service tomcat5 status|grep running`" ]; do\
- sleep 1\
-done
-
-%define restart_tomcat()\
-/sbin/service tomcat5 restart
-
-%define is_post_upgrade $1 -gt 1
-
-%define deploy_webapp %{__ln_s} -f %{prefix}/%{name} %{webapps_path}/%{name}
-
-%define wait_until_webapp_undeployed while [ -e %{webapps_path}/%{name} ];
do sleep 1; done
-
-%define if_upgrade_deploy_webapp()\
-if [ %{is_post_upgrade} ]; then\
- (%{wait_until_webapp_undeployed}; %{deploy_webapp}) &\
-fi
-
-# The full name of your package.
-Name: perfsonar-java-sshtelnet-mp
-
-# Version of the microrelease
-Version: 1.4
-License: Modified BSD License
-
-# Package version. Increment if you create a new package of same microrelease
-Release: 3rc2
-
-# short description of the package
-Summary: perfSONAR SSH/Telnet Measurement Point
-
-# The name of the source tarbal
-Source0: %{name}-%{version}.war
-Source1: %{old_service_name}-%{version}.war
-
-# what should be used for buildpath, you don't need to change this
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
-
-# in what RPM group will the RPM be installed, don't need to change
-Group: Network/Web service
-
-# YOU
-packager: Blazej Pietrzak
<>
-
-# What is the location of the source package
-URL: http://www.perfsonar.org
-
-# Forces to remove the renamed package
-Conflicts: ps-mdm-sshtelnet-mp
-Obsoletes: ps-mdm-sshtelnet-mp
-
-# on what packages should the resulting package depend
-Requires: jre >= 1.6
-Requires: tomcat5
-Requires: exist
-
-# For what architecture is this package meant
-BuildArch: noarch
-
-# What RPM packages are needed during build
-#BuildRequires: maven2
-
-
-#describe your package here
-%description
-The purpose of and the desired functionality expected from the perfSONAR
SSH/Telnet MP is that it should be able to contact underlying hardware
devices, and execute show-like commands on. It should primarily serve NOC's,
whom would be able to use a Looking Glass-style client to request real-time
configuration information about those devices.
-
-
-%prep
-#if [ -e ${RPM_BUILD_DIR}/%{name}-%{version} ]; then
-# %{__rm} -rf ${RPM_BUILD_DIR}/%{name}-%{version}
-#fi
-#mkdir ${RPM_BUILD_DIR}/%{name}-%{version}
-#pushd ${RPM_BUILD_DIR}/%{name}-%{version}
-# gzip -d ${RPM_SOURCE_DIR}/%{name}-%{version}.war
-#popd
-#%setup -q
-
-
-%build
-# pushd ${RPM_BUILD_DIR}/%{name}-%{version}/ant
-# ant webapp-package-create
-# popd
-
-
-%install
-# make the directory structure and set attributes (chmod)
-%{__rm} -rf $RPM_BUILD_ROOT
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{prefix}/%{name}
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{prefix}/%{old_service_name}
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/schema
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples
-%{__install} -d -m 755
${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples/responses
-%{__install} -d -m 755
${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples/requests
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{webapps_path}
-
-# copy the service content to the tomcat webapps directory
-pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}
- %{__cp} -a * ${RPM_BUILD_ROOT}%{prefix}/%{name}
-popd
-
-pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}/WEB-INF/doc
- %{__cp} -a * ${RPM_BUILD_ROOT}/usr/share/doc/%{name}
-popd
-
-pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}/WEB-INF/samples
- %{__cp} -a * ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples
-popd
-
-# redirector servlet
-pushd ${RPM_BUILD_DIR}/%{old_service_name}-%{version}-%{release}
- %{__cp} -a * ${RPM_BUILD_ROOT}/%{prefix}/%{old_service_name}
-popd
-
-# create symlinks for config files
-pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}
- %{__ln_s} -f
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/configuration.xml
configuration.xml
- %{__ln_s} -f
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/sshtelnetmetadata.xml
sshtelnetmetadata.xml
- %{__ln_s} -f %{prefix}/%{name}/WEB-INF/classes/log4j.xml log4j.xml
-popd
-
-# deploy webapp
-%{__ln_s} -f %{prefix}/%{name} ${RPM_BUILD_ROOT}%{webapps_path}/%{name}
-%{__ln_s} -f %{prefix}/%{old_service_name}
${RPM_BUILD_ROOT}%{webapps_path}/%{old_service_name}
-
-# create log dir
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_var}/log/%{name}
-
-
-
-%pre
-%{stop_tomcat}
-
-
-%post
-%{if_upgrade_deploy_webapp}
-%{restart_tomcat}
-
-
-%preun
-%{stop_tomcat}
-
-
-%postun
-%{restart_tomcat}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(0644,root,tomcat,0755)
-%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/configuration.xml
-%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/sshtelnetmetadata.xml
-%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/log4j.xml
-%attr(640,tomcat,tomcat)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/webAdminConfig.xml
-#%attr(740,tomcat,tomcat) %{prefix}/%{name}/WEB-INF/classes/perfsonar
-%{prefix}/%{name}
-%{prefix}/%{old_service_name}
-/usr/share/doc/%{name}
-/usr/share/doc/%{name}/schema
-/usr/share/doc/%{name}/samples
-/usr/share/doc/%{name}/samples/responses
-/usr/share/doc/%{name}/samples/requests
-%attr(-,tomcat,tomcat) /var/log/%{name}
-%config(noreplace) %{_sysconfdir}/%{name}/configuration.xml
-%config(noreplace) %{_sysconfdir}/%{name}/sshtelnetmetadata.xml
-%config(noreplace) %{_sysconfdir}/%{name}/log4j.xml
-%{webapps_path}/%{name}
-%{webapps_path}/%{old_service_name}
-
-
-%changelog
-* Thu Feb 3 2010 Blazej Pietrzak
<>
1.4-3rc2
-- ps-base2 version: 1.0.2
-- web-admin2 version: 0.1
-- Changed dependency to JRE 1.6
-- Changed dependency to exist
-
-* Thu Feb 3 2010 Blazej Pietrzak
<>
1.4
-- ps-base2 version: 0.0.3
-- web-admin2 version: 0.1
-- Bug fix
-- Updated contact information in documentation files
-- Removed Components.Properties Configuration Files for SSHTelnet 1.0.doc
-- Removed Service.Properties Configuration Files for SSHTelnet 1.0.doc
-- Removed Installation Actions for SSHTelnet 1.0.doc
-- Changed to ps-base2
-- Changed to web-admin2
-- Migrated to Maven 2
-
-* Tue Jul 3 2009 Blazej Pietrzak
<>
1.3.4.2
-- ps-base version: 1.0.200800902
-- web-admin version: 0.9.3c
-- Removed perfsonar-MDM-3.1 Admin Guide 1.0.pdf from the package
-- Renamed the package from ps-mdm-sshtelnet-mp to perfsonar-java-sshtelnet-mp
-
-* Tue Jan 13 2009 Stijn Melis
<>
1.3.4.1
-- ps-base version: 1.0.200800902
-- web-admin version: 0.9.3c
-- Fixed problem with StrictHostKeyChecking
-- Fixed LS registration problem
-- Fixed bug when no devices are configured
-
-* Tue Jan 13 2009 Stijn Melis
<>
1.3.4
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.3c
-
-* Fri Dec 19 2008 Stijn Melis
<>
1.3.4RC8
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.3c
-- Updated WebAdmin to use 0.9.3c
-- Made sure that the directory for the temporary token files for the MP is
writeable by the tomcat user
-
-* Thu Nov 27 2008 Stijn Melis
<>
1.3.4RC7
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.1c
-- Updated WebAdmin to use 0.9.1c
-- Fixed bug about the test page in the web admin
-- Fixed small issue regarding logging information when a telnet session
isn't successfully established
-
-* Tue Oct 28 2008 Stijn Melis
<>
1.3.4RC6
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.0c
-- Updated WebAdmin to use 0.9.0c
-
-* Wed Oct 22 2008 Stijn Melis
<>
1.3.4RC5
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.7b
-- Fixed paths for logging when using deb file
-- Updated WebAdmin to use 0.9.7b
-
-* Wed Oct 15 2008 Stijn Melis
<>
1.3.4RC4
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.6b
-- Fixed some descriptions in the WebAdmin
-
-* Mon Oct 13 2008 Stijn Melis
<>
1.3.4RC3
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.6b
-- Changed LS registration rating to 90000ms
-- Fixed paths for logging
-- Fixed bug in self-test
-
-* Tue Sep 30 2008 Stijn Melis
<>
1.3.4RC2
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.6b
-
-* Wed Sep 17 2008 Stijn Melis
<>
1.3.4RC1
-- ps-base version: 1.0.20080902
-- web-admin version: 0.9.3b
-- added selftest and syslogging
-- updated webadmin
-
-* Wed Jun 18 2008 Stijn Melis
<>
1.3.3
-- ps-base version: 1.0.20080310
-- web-admin version: 0.8.3b
-- fixed the design flaw which was related to the command parameters (had to
update the list of commands for this)
-- added a parameter to the service.properties file, which defines a
directory to put the temporary token files
-
-* Fri Jun 06 2008 Stijn Melis
<>
1.3.2
-- ps-base version: 1.0.20080310
-- web-admin version: 0.8.3b
-- fixed the bug which prevented the SSHTELNET MP from registering to the LS
-
-* Wed May 28 2008 Stijn Melis
<>
1.3.1
-- ps-base version: 1.0.20080310
-- web-admin version: 0.8.3b
-- fixed the bug in the service.properties and wizard.properties files which
prevented the Authentication to work properly
-- removed some unnecessary logging entries in some classes (too much
printlns which don't really add anything useful)
-
-* Mon May 05 2008 Stijn Melis
<>
1.3
-- ps-base version: 1.0.20080310
-- web-admin version: 0.8.3b
-- fixed the bug which prevented the MP from connecting to the eXist database
-- fixed the bug which removed the groups in the webadmin once it was used
once
-
-* Thu Mar 27 2008 Stijn Melis
<>
1.3RC4
-- ps-base version: 1.0.20080310
-- web-admin version: 0.8b
-- no further fixes
-
-* Thu Mar 06 2008 Stijn Melis
<>
1.3RC3
-- fixed timeout bug in the telnet side of the SSHTELNET MP
-
-* Mon Mar 03 2008 Stijn Melis
<>
1.3RC2
-- fixed bug in the service.properties file
-
-* Wed Feb 06 2008 Stijn Melis
<>
1.3RC1
-- added Authentication
-- changed eventTypes to be URL based
-- changed metadata configuration to XML (now uses eXist database)
-- added timeout parameter
-- added maximum number of users parameter
-- added web admin interface
-- installation is now rpm based
-- updated command list
-
+# This is where all tomcat stuff will be installed
+%define prefix /usr/lib/perfsonar/services
+%define old_service_name ps-mdm-sshtelnet-mp
+%define webapps_path /var/lib/tomcat5/webapps
+
+%define stop_tomcat()\
+if [ -n "`/sbin/service tomcat5 status|grep running`" ]; then\
+ /sbin/service tomcat5 stop\
+fi\
+while [ -n "`/sbin/service tomcat5 status|grep running`" ]; do\
+ sleep 1\
+done
+
+%define restart_tomcat()\
+/sbin/service tomcat5 restart
+
+%define is_post_upgrade $1 -gt 1
+
+%define deploy_webapp %{__ln_s} -f %{prefix}/%{name} %{webapps_path}/%{name}
+
+%define wait_until_webapp_undeployed while [ -e %{webapps_path}/%{name} ];
do sleep 1; done
+
+%define if_upgrade_deploy_webapp()\
+if [ %{is_post_upgrade} ]; then\
+ (%{wait_until_webapp_undeployed}; %{deploy_webapp}) &\
+fi
+
+# The full name of your package.
+Name: perfsonar-java-sshtelnet-mp
+
+# Version of the microrelease
+Version: 1.4
+License: Modified BSD License
+
+# Package version. Increment if you create a new package of same microrelease
+Release: 4
+
+# short description of the package
+Summary: perfSONAR SSH/Telnet Measurement Point
+
+# The name of the source tarbal
+Source0: %{name}-%{version}.war
+Source1: %{old_service_name}-%{version}.war
+
+# what should be used for buildpath, you don't need to change this
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
+
+# in what RPM group will the RPM be installed, don't need to change
+Group: Network/Web service
+
+# YOU
+packager: Blazej Pietrzak
<>
+
+# What is the location of the source package
+URL: http://www.perfsonar.org
+
+# Forces to remove the renamed package
+Conflicts: ps-mdm-sshtelnet-mp
+Obsoletes: ps-mdm-sshtelnet-mp
+
+# on what packages should the resulting package depend
+Requires: jre >= 1.6
+Requires: tomcat5
+Requires: exist
+
+# For what architecture is this package meant
+BuildArch: noarch
+
+# What RPM packages are needed during build
+#BuildRequires: maven2
+
+
+#describe your package here
+%description
+The purpose of and the desired functionality expected from the perfSONAR
SSH/Telnet MP is that it should be able to contact underlying hardware
devices, and execute show-like commands on. It should primarily serve NOC's,
whom would be able to use a Looking Glass-style client to request real-time
configuration information about those devices.
+
+
+%prep
+#if [ -e ${RPM_BUILD_DIR}/%{name}-%{version} ]; then
+# %{__rm} -rf ${RPM_BUILD_DIR}/%{name}-%{version}
+#fi
+#mkdir ${RPM_BUILD_DIR}/%{name}-%{version}
+#pushd ${RPM_BUILD_DIR}/%{name}-%{version}
+# gzip -d ${RPM_SOURCE_DIR}/%{name}-%{version}.war
+#popd
+#%setup -q
+
+
+%build
+# pushd ${RPM_BUILD_DIR}/%{name}-%{version}/ant
+# ant webapp-package-create
+# popd
+
+
+%install
+# make the directory structure and set attributes (chmod)
+%{__rm} -rf $RPM_BUILD_ROOT
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{prefix}/%{name}
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{prefix}/%{old_service_name}
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/schema
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples
+%{__install} -d -m 755
${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples/responses
+%{__install} -d -m 755
${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples/requests
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{webapps_path}
+
+# copy the service content to the tomcat webapps directory
+pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}
+ %{__cp} -a * ${RPM_BUILD_ROOT}%{prefix}/%{name}
+popd
+
+pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}/WEB-INF/doc
+ %{__cp} -a * ${RPM_BUILD_ROOT}/usr/share/doc/%{name}
+popd
+
+pushd ${RPM_BUILD_DIR}/%{name}-%{version}-%{release}/WEB-INF/samples
+ %{__cp} -a * ${RPM_BUILD_ROOT}/usr/share/doc/%{name}/samples
+popd
+
+# redirector servlet
+pushd ${RPM_BUILD_DIR}/%{old_service_name}-%{version}-%{release}
+ %{__cp} -a * ${RPM_BUILD_ROOT}/%{prefix}/%{old_service_name}
+popd
+
+# create symlinks for config files
+pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}
+ %{__ln_s} -f
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/configuration.xml
configuration.xml
+ %{__ln_s} -f
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/sshtelnetmetadata.xml
sshtelnetmetadata.xml
+ %{__ln_s} -f %{prefix}/%{name}/WEB-INF/classes/log4j.xml log4j.xml
+popd
+
+# deploy webapp
+%{__ln_s} -f %{prefix}/%{name} ${RPM_BUILD_ROOT}%{webapps_path}/%{name}
+%{__ln_s} -f %{prefix}/%{old_service_name}
${RPM_BUILD_ROOT}%{webapps_path}/%{old_service_name}
+
+# create log dir
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_var}/log/%{name}
+
+
+
+%pre
+%{stop_tomcat}
+
+
+%post
+%{if_upgrade_deploy_webapp}
+%{restart_tomcat}
+
+
+%preun
+%{stop_tomcat}
+
+
+%postun
+%{restart_tomcat}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(0644,root,tomcat,0755)
+%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/configuration.xml
+%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/sshtelnetmetadata.xml
+%attr(640,tomcat,tomcat) %config(noreplace)
%{prefix}/%{name}/WEB-INF/classes/log4j.xml
+%attr(640,tomcat,tomcat)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/conf/webAdminConfig.xml
+%attr(755,tomcat,tomcat)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/contrib/metadata_configuration_tools/Configuration_Tool/SSHTELNET_configurator.sh
+%attr(755,tomcat,tomcat)
%{prefix}/%{name}/WEB-INF/classes/perfsonar/contrib/metadata_configuration_tools/CSV_Generator_script/CSVgenerator.pl
+#%attr(740,tomcat,tomcat) %{prefix}/%{name}/WEB-INF/classes/perfsonar
+%{prefix}/%{name}
+%{prefix}/%{old_service_name}
+/usr/share/doc/%{name}
+/usr/share/doc/%{name}/schema
+/usr/share/doc/%{name}/samples
+/usr/share/doc/%{name}/samples/responses
+/usr/share/doc/%{name}/samples/requests
+%attr(-,tomcat,tomcat) /var/log/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/configuration.xml
+%config(noreplace) %{_sysconfdir}/%{name}/sshtelnetmetadata.xml
+%config(noreplace) %{_sysconfdir}/%{name}/log4j.xml
+%{webapps_path}/%{name}
+%{webapps_path}/%{old_service_name}
+
+
+%changelog
+* Fri Sep 24 2010 Blazej Pietrzak
<>
1.4-4
+- ps-base2 version: 1.0.4
+- web-admin2 version: 0.1
+- Changed dependency to JRE 1.6
+- Changed dependency to exist
+- Updated documentation files
+- Bug fix
+
+* Tue Jul 3 2009 Blazej Pietrzak
<>
1.3.4.2
+- ps-base version: 1.0.200800902
+- web-admin version: 0.9.3c
+- Removed perfsonar-MDM-3.1 Admin Guide 1.0.pdf from the package
+- Renamed the package from ps-mdm-sshtelnet-mp to perfsonar-java-sshtelnet-mp
+
+* Tue Jan 13 2009 Stijn Melis
<>
1.3.4.1
+- ps-base version: 1.0.200800902
+- web-admin version: 0.9.3c
+- Fixed problem with StrictHostKeyChecking
+- Fixed LS registration problem
+- Fixed bug when no devices are configured
+
+* Tue Jan 13 2009 Stijn Melis
<>
1.3.4
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.3c
+
+* Fri Dec 19 2008 Stijn Melis
<>
1.3.4RC8
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.3c
+- Updated WebAdmin to use 0.9.3c
+- Made sure that the directory for the temporary token files for the MP is
writeable by the tomcat user
+
+* Thu Nov 27 2008 Stijn Melis
<>
1.3.4RC7
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.1c
+- Updated WebAdmin to use 0.9.1c
+- Fixed bug about the test page in the web admin
+- Fixed small issue regarding logging information when a telnet session
isn't successfully established
+
+* Tue Oct 28 2008 Stijn Melis
<>
1.3.4RC6
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.0c
+- Updated WebAdmin to use 0.9.0c
+
+* Wed Oct 22 2008 Stijn Melis
<>
1.3.4RC5
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.7b
+- Fixed paths for logging when using deb file
+- Updated WebAdmin to use 0.9.7b
+
+* Wed Oct 15 2008 Stijn Melis
<>
1.3.4RC4
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.6b
+- Fixed some descriptions in the WebAdmin
+
+* Mon Oct 13 2008 Stijn Melis
<>
1.3.4RC3
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.6b
+- Changed LS registration rating to 90000ms
+- Fixed paths for logging
+- Fixed bug in self-test
+
+* Tue Sep 30 2008 Stijn Melis
<>
1.3.4RC2
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.6b
+
+* Wed Sep 17 2008 Stijn Melis
<>
1.3.4RC1
+- ps-base version: 1.0.20080902
+- web-admin version: 0.9.3b
+- added selftest and syslogging
+- updated webadmin
+
+* Wed Jun 18 2008 Stijn Melis
<>
1.3.3
+- ps-base version: 1.0.20080310
+- web-admin version: 0.8.3b
+- fixed the design flaw which was related to the command parameters (had to
update the list of commands for this)
+- added a parameter to the service.properties file, which defines a
directory to put the temporary token files
+
+* Fri Jun 06 2008 Stijn Melis
<>
1.3.2
+- ps-base version: 1.0.20080310
+- web-admin version: 0.8.3b
+- fixed the bug which prevented the SSHTELNET MP from registering to the LS
+
+* Wed May 28 2008 Stijn Melis
<>
1.3.1
+- ps-base version: 1.0.20080310
+- web-admin version: 0.8.3b
+- fixed the bug in the service.properties and wizard.properties files which
prevented the Authentication to work properly
+- removed some unnecessary logging entries in some classes (too much
printlns which don't really add anything useful)
+
+* Mon May 05 2008 Stijn Melis
<>
1.3
+- ps-base version: 1.0.20080310
+- web-admin version: 0.8.3b
+- fixed the bug which prevented the MP from connecting to the eXist database
+- fixed the bug which removed the groups in the webadmin once it was used
once
+
+* Thu Mar 27 2008 Stijn Melis
<>
1.3RC4
+- ps-base version: 1.0.20080310
+- web-admin version: 0.8b
+- no further fixes
+
+* Thu Mar 06 2008 Stijn Melis
<>
1.3RC3
+- fixed timeout bug in the telnet side of the SSHTELNET MP
+
+* Mon Mar 03 2008 Stijn Melis
<>
1.3RC2
+- fixed bug in the service.properties file
+
+* Wed Feb 06 2008 Stijn Melis
<>
1.3RC1
+- added Authentication
+- changed eventTypes to be URL based
+- changed metadata configuration to XML (now uses eXist database)
+- added timeout parameter
+- added maximum number of users parameter
+- added web admin interface
+- installation is now rpm based
+- updated command list
- [pS-dev] [GEANT/SA2/ps-java-services] r5794 - in trunk/perfsonar-java-sshtelnet-mp/packaging: deb rpm, svn-noreply, 11/22/2010
Archive powered by MHonArc 2.6.16.