diff --git a/ChangeLog b/ChangeLog index bd6eba8510..fb3e12e711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/dist/rpm/synergy-enterprise.spec.in b/dist/rpm/synergy-enterprise.spec.in index 8e5928d666..56e891c051 100644 --- a/dist/rpm/synergy-enterprise.spec.in +++ b/dist/rpm/synergy-enterprise.spec.in @@ -10,6 +10,7 @@ Vendor: Symless Packager: Symless License: GPLv2 Release: @SYNERGY_SNAPSHOT_INFO@%{?dist} +Requires: openssl %description Synergy allows you to share one mouse and keyboard between multiple computers. diff --git a/dist/rpm/synergy.spec.in b/dist/rpm/synergy.spec.in index 4b484af430..85ff23b7f8 100644 --- a/dist/rpm/synergy.spec.in +++ b/dist/rpm/synergy.spec.in @@ -10,6 +10,7 @@ Vendor: Symless Packager: Symless License: GPLv2 Release: @SYNERGY_SNAPSHOT_INFO@%{?dist} +Requires: openssl %description Synergy allows you to share one mouse and keyboard between multiple computers.