diff options
author | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-06-01 22:57:07 +0200 |
---|---|---|
committer | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-06-14 20:34:51 +0200 |
commit | 663a1a5a8383dd60ef3cf2c54ba8e8edca12c552 (patch) | |
tree | 98abb24fa5216e255f86c62ef25b8e7778e25348 /application | |
parent | 9fafe3ffe6fd970b5096c31db8687e4c62c0cfa6 (diff) | |
download | PrismLauncher-663a1a5a8383dd60ef3cf2c54ba8e8edca12c552.tar.gz PrismLauncher-663a1a5a8383dd60ef3cf2c54ba8e8edca12c552.tar.bz2 PrismLauncher-663a1a5a8383dd60ef3cf2c54ba8e8edca12c552.zip |
Add xrandr to the dependencies of the RPM package
Diffstat (limited to 'application')
-rw-r--r-- | application/package/rpm/MultiMC5.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/package/rpm/MultiMC5.spec b/application/package/rpm/MultiMC5.spec index 5b72c781..78b9000e 100644 --- a/application/package/rpm/MultiMC5.spec +++ b/application/package/rpm/MultiMC5.spec @@ -1,13 +1,13 @@ Name: MultiMC5 Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A local install wrapper for MultiMC License: ASL 2.0 URL: https://multimc.org BuildArch: x86_64 -Requires: zenity qt5-qtbase wget +Requires: zenity qt5-qtbase wget xrandr Provides: multimc MultiMC multimc5 %description @@ -37,6 +37,8 @@ install -m 0644 ../ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml %{buil %changelog +* Tue Jun 01 2021 kb1000 <fedora@kb1000.de> - 1.4-2 +- Add xrandr to the dependencies * Tue Dec 08 00:34:35 CET 2020 joshua-stone <joshua.gage.stone@gmail.com> - Add metainfo.xml for improving package metadata |