Require 3dprinter-udev-rules
This commit is contained in:
parent
44f7e4e27e
commit
0a2ffc794a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: cura
|
||||
Version: 15.04.4
|
||||
%global commit 95c2af21db7fdda8c4324a923fa004859f6c5b9c
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: 3D printer control software
|
||||
|
||||
# Code is AGPLv3
|
||||
|
|
@ -43,6 +43,8 @@ Requires: pyserial
|
|||
Requires: numpy
|
||||
Requires: python-power
|
||||
Requires: CuraEngine >= 15.04
|
||||
# So that it just works
|
||||
Requires: 3dprinter-udev-rules
|
||||
|
||||
%description
|
||||
Cura is a project which aims to be an single software solution for 3D printing.
|
||||
|
|
@ -107,6 +109,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Mar 25 2016 Miro Hrončok <mhroncok@redhat.com> - 15.04.4-3
|
||||
- Require 3dprinter-udev-rules
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.04.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue