diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-02-24 11:29:05 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-02-24 11:29:05 +0100 |
commit | 713af3733971ff31ce486d7b3c5d56c18f587b25 (patch) | |
tree | 7023548e683151d15cd60230fc79418400128670 | |
parent | fea60cc4d08a0e1e31d9920e5c6e5dfbb982326d (diff) |
#959: Update OGAgent version and changelog.
5 files changed, 31 insertions, 4 deletions
diff --git a/admin/Sources/Clients/ogagent/linux/debian/changelog b/admin/Sources/Clients/ogagent/linux/debian/changelog index 056c0dc4..9b59a251 100644 --- a/admin/Sources/Clients/ogagent/linux/debian/changelog +++ b/admin/Sources/Clients/ogagent/linux/debian/changelog @@ -1,4 +1,10 @@ -ogagent (1.1.1) unstable; urgency=medium +ogagent (1.1.1b) stable; urgency=medium + + * Use python-distro to detect the distribution version + + -- Ramón M. Gómez <ramongomez@us.es> Fri, 7 Feb 2020 12:00:00 +0100 + +ogagent (1.1.1) stable; urgency=medium * Set connection timeout * Compatibility with "Exam Mode" from the University of Seville diff --git a/admin/Sources/Clients/ogagent/linux/debian/control b/admin/Sources/Clients/ogagent/linux/debian/control index c627c31b..41c95e51 100644 --- a/admin/Sources/Clients/ogagent/linux/debian/control +++ b/admin/Sources/Clients/ogagent/linux/debian/control @@ -10,7 +10,9 @@ Package: ogagent Section: admin Priority: optional Architecture: all -Depends: policykit-1(>=0.100), python-requests (>=0.8.2), python-qt4 (>=4.9), python-six(>=1.1), python-prctl(>=1.1.1), python-distro, python (>=2.7), libxss1, ${misc:Depends} -Recommends: gnome-shell-extension-top-icons-plus +Depends: + policykit-1 (>= 0.100), python (>= 2.7), python-qt4 (>= 4.9), python-requests (>= 0.8.2), + python-six (>= 1.1), python-prctl (>= 1.1.1), python-distro, libxss1, ${misc:Depends} +Suggests: gnome-shell-extension-top-icons-plus Description: OpenGnsys Agent for Operating Systems This package provides the required components to allow this machine to work on an environment managed by OpenGnsys. diff --git a/admin/Sources/Clients/ogagent/linux/ogagent-template.spec b/admin/Sources/Clients/ogagent/linux/ogagent-template.spec index b3c7362f..7f55454f 100644 --- a/admin/Sources/Clients/ogagent/linux/ogagent-template.spec +++ b/admin/Sources/Clients/ogagent/linux/ogagent-template.spec @@ -63,3 +63,21 @@ This package provides the required components to allow this machine to work on a /usr/bin/OGAgentTool /usr/share/OGAgent/* /usr/share/autostart/OGAgentTool.desktop + +%changelog +* Fri Feb 07 2020 Ramón M. Gómez <ramongomez@us.es> - 1.1.1b-1 +- Use python-distro to detect the distribution version + +* Thu May 23 2019 Ramón M. Gómez <ramongomez@us.es> - 1.1.1-1 +- Set connection timeout +- Compatibility with "Exam Mode" from the University of Seville + +* Wed May 22 2019 Ramón M. Gómez <ramongomez@us.es> - 1.1.0a-1 +- Fix a bug when activating the agent with some network devices + +* Tue Oct 13 2016 Ramón M. Gómez <ramongomez@us.es> - 1.1.0-1 +- Functional OpenGnsys Agent interacting with OpenGnsys Server 1.1.0 + +* Tue Jul 18 2015 Adolfo Gómez García <agomez@virtualcable.es> - 1.0.0-1 +- Initial release for OpenGnsys Agent + diff --git a/admin/Sources/Clients/ogagent/src/VERSION b/admin/Sources/Clients/ogagent/src/VERSION index 524cb552..3e153f5b 100644 --- a/admin/Sources/Clients/ogagent/src/VERSION +++ b/admin/Sources/Clients/ogagent/src/VERSION @@ -1 +1 @@ -1.1.1 +1.1.1b diff --git a/admin/WebConsole/descargas/README.es.html b/admin/WebConsole/descargas/README.es.html index 737f7f53..e7470107 100644 --- a/admin/WebConsole/descargas/README.es.html +++ b/admin/WebConsole/descargas/README.es.html @@ -68,6 +68,7 @@ <pre> sudo zypper install -f ogagent-opensuse-<em>Version</em>.noarch.rpm</pre></li> <li>Configurar el agente: <pre> sudo sed -i "0,/remote=/ s,remote=.*,remote=https://<em>IPServidorOpenGnsys</em>/opengnsys/rest/," /usr/share/OGAgent/cfg/ogagent.cfg</pre></li> + <li>Para sistemas con GNOME 3: instalar y habilitar la extensión TopIcons Plus.</li> <li>Puede ser necesario habilitar el acceso al agente en el cortafuegos del sistema: <pre> sudo firewall-cmd --permanent --add-port=8000/tcp --zone=public; sudo firewall-cmd --reload</pre></li> <li>Reiniciar el equipo o ejecutar el servicio <em>(se iniciará automáticamente en el proceso de arranque)</em>: |