commit a0c69a5627369a6ca0eca4bda94efa81e8098704
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Aug 15 13:13:51 2021 +0200
Make steam-devices noarch
steam.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 7271de7..c1ea029 100644
--- a/steam.spec
+++ b/steam.spec
@@ -5,7 +5,7 @@
Name: steam
Version: 1.0.0.71
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are
MIT.
License: Steam License Agreement and MIT
@@ -146,6 +146,9 @@ This package contains the installer for the Steam software
distribution service.
%package devices
Summary: Permissions required by Steam for gaming devices
+BuildArch: noarch
+Provides: steam-devices = %{?epoch:%{epoch}:}%{version}-%{release}
+Obsoletes: steam-devices < %{?epoch:%{epoch}:}%{version}-%{release}
%description devices
Steam is a software distribution service with an online store, automated
@@ -236,6 +239,9 @@ fi
%{_udevrulesdir}/*
%changelog
+* Sun Aug 15 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.71-2
+- Steam UDEV subpackage should be noarch.
+
* Sun Aug 15 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.71-1
- Update to 1.0.0.71.
- Update README.Fedora with supported controllers.
Show replies by date