commit a96ca85778bf912f1ad7e40bcce9211c01393e9d
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Fri Jan 18 09:44:39 2019 -0800
Fix permissions issue on binary in source.
discord.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 6b8ac53..a7a1272 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
Name: discord
Version: 0.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -57,11 +57,15 @@ discord.desktop
%{_libdir}/discord/
%{_bindir}/Discord
%{_datadir}/applications/discord.desktop
+%attr(755, root, root) %{_libdir}/discord/Discord
%changelog
-* Wed Jan 16 2019 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.8-1
-- Update to 0.0.8
+* Fri Jan 18 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.8-2
+- Fix permissions issue on binary in source.
+
+* Wed Jan 16 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.8-1
+- Updated to 0.0.8
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
0.0.5-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue