Yes, but rpm doesn’t know about this. It only checks for required dependencies in its database.
You can tell it to ignore the dependency via the “–nodeps” command line switch. Opera should work as you did create a symlink.
Or install one of the libudev0 packages from here: http://software.opensuse.org/package/libudev0
What is the different between libudev.so.0 and libudev.so.1 ???
libudev0 is an older version of libudev.
The change in the .so.X number indicates that there have been changes in the interface (API), e.g. new library functions added or old ones removed. So they might not be compatible at all.
The name is changed to make it possible to install both versions for different applications at the same time.
In this particular case, a mere symlink should work though AFAIK.