Skip to content

Commit 101550b

Browse files
tim77CalcProgrammer1
authored andcommitted
Update RPM .spec file due MR#933
1 parent ccbe839 commit 101550b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

fedora/OpenRGB.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Name: openrgb
44
Version: 0.6.1
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
77

88
License: GPLv2
99
URL: https://gitlab.com/CalcProgrammer1/%{_name}
1010
Source0: OpenRGB.tar.gz
1111

12-
BuildRequires: gcc-c++ libusb-devel libstdc++-devel qt5-qtbase-devel desktop-file-utils hidapi-devel mbedtls-devel
12+
BuildRequires: gcc-c++ libusb-devel libstdc++-devel qt5-qtbase-devel desktop-file-utils hidapi-devel mbedtls-devel systemd-rpm-macros
1313
Requires: hicolor-icon-theme
1414

1515
%description
@@ -42,11 +42,14 @@ fi
4242
%{_datadir}/icons/hicolor/*/apps/%{_name}.png
4343
%{_datadir}/applications/%{_name}.desktop
4444
%{_metainfodir}/org.%{name}.%{_name}.metainfo.xml
45-
/lib/udev/rules.d/60-%{name}.rules
45+
%{_udevrulesdir}/60-%{name}.rules
4646
%license LICENSE
4747
%doc README.md
4848

4949
%changelog
50+
* Sun Dec 12 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 0.6.1-2
51+
- build: Fix udev rules install path | MR#933
52+
5053
* Tue Jun 1 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.6.1-0
5154
- Updated to 0.6-1
5255

0 commit comments

Comments
 (0)