Hide Forgot
Hi, This package needs update in the repo. Detail at: ftp://oscada.org/OpenSCADA/0.8.0/ Also some packaging issues: 1. Please try to build it on %{arm}, and then add arm to thr exclusive arches. 2. BuildRequires: gcc-c++ Please drop this line. 3. Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): initscripts --- /sbin/chkconfig --add openscadad if [ $1 = 0 ]; then /sbin/service openscadad stop > /dev/null 2>&1 /sbin/chkconfig --del openscadad fi Please migrate above to systemd. These above is forbidden now. 4. Requires: perl-GDGraph3d perl-GD perl-GDGraph Please try this line below first, then add missing ones can't be found by it: Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) 5. Requires: %{name} = %{version}-%{release} Please append %{?_isa} to the %{name} like: Requires: %{name}%{?_isa} = %{version}-%{release} 7. Please sed -e s|%name|%{name}|g 8. Please remove BuildRoot tag/%{__rm} -rf %{buildroot}/%clean section and defattr lines as they are useless since EL6, so as to Fedora. 9. Please use install -p to replace %{__install} macro.
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.