From 450bc8968e28b0f8e7d78fb628af5479acf8e2970df4dcea8c03250c62fe6a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 16 Feb 2018 12:13:39 +0000 Subject: [PATCH 1/2] Accepting request 577235 from home:vitezslav_cizek:branches:security:tls - change the sonum to 1.1, as all the minor versions keep ABI compatibility (bsc#1081335) OBS-URL: https://build.opensuse.org/request/show/577235 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=17 --- openssl.changes | 6 ++++++ openssl.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openssl.changes b/openssl.changes index 119248f..d32330d 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 16 11:55:28 UTC 2018 - vcizek@suse.com + +- change the sonum to 1.1, as all the minor versions keep ABI + compatibility (bsc#1081335) + ------------------------------------------------------------------- Mon Nov 6 15:42:39 UTC 2017 - vcizek@suse.com diff --git a/openssl.spec b/openssl.spec index cdc3572..2d59f4c 100644 --- a/openssl.spec +++ b/openssl.spec @@ -16,7 +16,7 @@ # -%define _sonum 1_1_0 +%define _sonum 1_1 Name: openssl Version: 1.1.0g Release: 0 From 357c68ceaac374e01ef27d456646e1f55a140455e7745f3f43bff2028a78ca08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 20 Feb 2018 11:18:04 +0000 Subject: [PATCH 2/2] Accepting request 578317 from home:vitezslav_cizek:branches:security:tls - update baselibs.conf OBS-URL: https://build.opensuse.org/request/show/578317 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=18 --- baselibs.conf | 8 +++++--- openssl.changes | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 73ea98f..c8d7ec4 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,6 +1,8 @@ openssl - requires "openssl-1_0_0- = " + requires "openssl-1_1- = " + obsoletes "openssl-1_1_0-" libopenssl-devel requires "openssl- = " - requires "libopenssl1_0_0- = " - requires "libopenssl-1_0_0-devel- = " + requires "libopenssl1_1- = " + requires "libopenssl-1_1-devel- = " + obsoletes "libopenssl-1_1_0-devel-" diff --git a/openssl.changes b/openssl.changes index d32330d..115bf68 100644 --- a/openssl.changes +++ b/openssl.changes @@ -3,6 +3,7 @@ Fri Feb 16 11:55:28 UTC 2018 - vcizek@suse.com - change the sonum to 1.1, as all the minor versions keep ABI compatibility (bsc#1081335) +- update baselibs.conf ------------------------------------------------------------------- Mon Nov 6 15:42:39 UTC 2017 - vcizek@suse.com