To fix this error, run the following command as root.
chattr -i /usr/lib/udev/rules.d/60-net.rules
File "60-net.rules" is immutable, so you are getting the error. chattr -i will clear the immutable attribute of the file and then it can be modified.
After running the above command, run
yum -y update
to update all packages.