SpareSimian
SpareSimian
(Since the project lacks a version number, I gave it an arbitrary one of 0.1. It would be useful to give it an official one and tag the project to...
I forgot to make the dispatcher scripts executable in first release. This fixes that. [nmutils.spec.txt](https://github.com/sshambar/nmutils/files/8711674/nmutils.spec.txt)
Consider using libexec for the function libraries in /etc/nmutils. As you say, leave the conf files in /etc/nmutils. https://unix.stackexchange.com/questions/312146/what-is-the-purpose-of-usr-libexec I wasn't aware of /usr/lib/NetworkManager/dispatcher.d. Is that like the systemd/system directory...
Agreed that /usr/share makes more sense, similar to where web-based packages put their scripts. Good point about lib64. That's a NM packaging issue. You can see that systemd addressed it...
I started a thread here on the macros and found the macros used in NetworkManager's own spec file. Perhaps those should be hoisted into the spec file here? https://forums.rockylinux.org/t/rpm-for-networkmanager-utilities-for-gateway-configurations/6132
If I change the version to "master", this works for me: ``` wget -nd -c https://github.com/sshambar/nmutils/archive/master/nmutils-master.tar.gz rpmbuild -ba --nocheck ~buildmeister/rpmbuild/BUILD/nmutils/nmutils.spec ``` If I leave tests enabled, it fails. There's no...
Changing the tarball name and version back didn't help. Here's my build log showing the test failures. Could I be missing a prerequisite that the tests depend on? https://pastebin.com/S6xbBG79
GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu) This seems to be the latest for RHEL/CentOS/Rocky 8.
I'm now able to run "rpmbuild -bb" to completion with no test errors! The RPMs (main and selinux) install fine. My next challenge will be to configure and test the...
Did this make it into the master branch? I'm wanting to assign my WAN address and route by the modem's RA (ie. SLAAC), and then assign the LAN interface by...