Require cura-fdm-materials
This commit is contained in:
parent
27288859d6
commit
45f75b5a82
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: cura
|
||||
Epoch: 1
|
||||
Version: 2.6.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: 3D printer control software
|
||||
License: AGPLv3+
|
||||
|
||||
|
|
@ -30,6 +30,7 @@ Requires: python3-uranium == %{version}
|
|||
Requires: python3-zeroconf
|
||||
Requires: qt5-qtquickcontrols
|
||||
Requires: CuraEngine == %{epoch}:%{version}
|
||||
Requires: cura-fdm-materials == %{version}
|
||||
|
||||
# So that it just works
|
||||
Requires: 3dprinter-udev-rules
|
||||
|
|
@ -122,6 +123,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||
%{_prefix}/lib/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jul 20 2017 Miro Hrončok <mhroncok@redhat.com> - 1:2.6.1-2
|
||||
- Require cura-fdm-materials
|
||||
|
||||
* Wed Jun 28 2017 Miro Hrončok <mhroncok@redhat.com> - 1:2.6.1-1
|
||||
- Updated to 2.6.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue