commit 0ceef320668fb3f2c01bb3ecdb15221357274379
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Nov 2 17:07:54 2019 +0100
Do not remove bundled libstdc++ (#5421)
steam-3273.patch | 11 -----------
steam.spec | 9 ++++-----
2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 982f1f3..c7169b6 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.61
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -31,10 +31,6 @@ Source7: 01-steam.conf
#
https://github.com/ValveSoftware/steam-for-linux/issues/3570
Patch0: %{name}-3570.patch
-# Remove libstdc++ from runtime:
-#
https://github.com/ValveSoftware/steam-for-linux/issues/3273
-Patch1: %{name}-3273.patch
-
BuildRequires: desktop-file-utils
BuildRequires: systemd
@@ -204,6 +200,9 @@ fi
%endif
%changelog
+* Sat Nov 02 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-5
+- Do not remove bundled libstdc++ (#5421).
+
* Sat Sep 07 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-4
- Firewall rules are now included in base firewalld also on RHEL/CentOS 7.