Bug 1040372

Summary: OpenSCADA-0.8.0.8 is available
Product: [Fedora] Fedora Reporter: Christopher Meng <i>
Component: openscadaAssignee: aleksey <aleksey>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 22CC: aleksey, lemenkov
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-19 18:59:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Christopher Meng 2013-12-11 10:19:47 UTC
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.

Comment 1 Jaroslav Reznik 2015-03-03 15:19:20 UTC
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

Comment 2 Fedora End Of Life 2016-07-19 18:59:35 UTC
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.