#940: Updating dependencies to build OGAgent for Linux
parent
1b0abe2f61
commit
12f0b1d654
|
@ -19,7 +19,6 @@ sed -e "s/name ogagent/name ogagent-opensuse/g" \
|
|||
-e "s/release 1/release ${RELEASE}/g" \
|
||||
-e "s/chkconfig//g" \
|
||||
-e "s/initscripts/insserv/g" \
|
||||
-e "s/PyQt4/python-qt4/g" \
|
||||
-e "s/libXScrnSaver/libXss1/g" ogagent-template.spec > ogagent-opensuse-$VERSION.spec
|
||||
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ Section: admin
|
|||
Priority: optional
|
||||
Architecture: all
|
||||
Depends:
|
||||
policykit-1 (>= 0.100), python3 (>=3.5) | python (>= 3.5), python3-qt5, python3-requests,
|
||||
policykit-1 (>= 0.100), python3 (>=3.4) | python (>= 3.4), python3-pyqt5, python3-requests,
|
||||
python3-six, python3-prctl, python3-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.
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="VersionLabel">
|
||||
<property name="text">
|
||||
<string>Version 1.1.0</string>
|
||||
<string>Version 1.2.0</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue