mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-16 21:26:41 +08:00
Merge pull request #7004 from symless/SYNERGY-914-Add-openssl-dependency-for-rpm-
SYNERGY-914 Add openssl dependency for rpm
This commit is contained in:
commit
a0b3f6a892
@ -29,6 +29,7 @@ Enhancements:
|
||||
- #6990 Change VersionChecker URL and include system language in the header
|
||||
- #6999 Detect if Linux is running with Wayland, and display a warning message
|
||||
- #7003 Prioritization rules server config
|
||||
- #7004 Add openssl dependency for rpm
|
||||
===========
|
||||
|
||||
v1.13.1-stable
|
||||
|
||||
1
dist/rpm/synergy-enterprise.spec.in
vendored
1
dist/rpm/synergy-enterprise.spec.in
vendored
@ -10,6 +10,7 @@ Vendor: Symless
|
||||
Packager: Symless <engineering@symless.com>
|
||||
License: GPLv2
|
||||
Release: @SYNERGY_SNAPSHOT_INFO@%{?dist}
|
||||
Requires: openssl
|
||||
|
||||
%description
|
||||
Synergy allows you to share one mouse and keyboard between multiple computers.
|
||||
|
||||
1
dist/rpm/synergy.spec.in
vendored
1
dist/rpm/synergy.spec.in
vendored
@ -10,6 +10,7 @@ Vendor: Symless
|
||||
Packager: Symless <engineering@symless.com>
|
||||
License: GPLv2
|
||||
Release: @SYNERGY_SNAPSHOT_INFO@%{?dist}
|
||||
Requires: openssl
|
||||
|
||||
%description
|
||||
Synergy allows you to share one mouse and keyboard between multiple computers.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user