#959: Update OGAgent version and changelog.
parent
dd16198113
commit
6c2d948397
|
@ -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
|
* Set connection timeout
|
||||||
* Compatibility with "Exam Mode" from the University of Seville
|
* Compatibility with "Exam Mode" from the University of Seville
|
||||||
|
|
|
@ -10,7 +10,9 @@ Package: ogagent
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
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}
|
Depends:
|
||||||
Recommends: gnome-shell-extension-top-icons-plus
|
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
|
Description: OpenGnsys Agent for Operating Systems
|
||||||
This package provides the required components to allow this machine to work on an environment managed by OpenGnsys.
|
This package provides the required components to allow this machine to work on an environment managed by OpenGnsys.
|
||||||
|
|
|
@ -63,3 +63,21 @@ This package provides the required components to allow this machine to work on a
|
||||||
/usr/bin/OGAgentTool
|
/usr/bin/OGAgentTool
|
||||||
/usr/share/OGAgent/*
|
/usr/share/OGAgent/*
|
||||||
/usr/share/autostart/OGAgentTool.desktop
|
/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
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.1
|
1.1.1b
|
||||||
|
|
Loading…
Reference in New Issue