Hi all,
For end users
I added Tim's miniupnpd package to the build system and the RPM is ready for testing. To install and run it:
| Code: |
yum --enablerepo=clearos-test install miniupnpd
service miniupnpd start
|
I think that's it. Please report back here on how things are working.
For hackers
I bumped the version to the latest one available. The rest is all Tim's work.
For those of you who plan on diving into the build system, you will need to upgrade the
clearos-devel package to get the "mockbuild" step working (as described in one of the
packaging docs). You will also need to install the
iptables-devel dependency if you want to build the RPM on your system:
| Code: |
yum --enablerepo=clearos-dev install iptables-devel clearos-devel
|
For Tim and any others who would like to make changes, you can add patches, as well as update the config and init scripts in CVS. When you are ready to push it to the build system, just let me know. The documentation on the process is
here, but it might need a few updates.