Comment 15 for bug 1886300

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Groovy now has the fix released in util-linux 2.36-2ubuntu1. Focal can now move on.

I've changed the debdiff slightly on the DEP3 headers and version number, small nitpicks.

The package builds fine on all architectures in a PPA, and testing is successful:

focal-release / fail:

$ dpkg -s util-linux | grep -i version:
Version: 2.34-0.1ubuntu9

$ ln -sf file-not-found symlink-2

$ rename.ul sym symbolic- symlink-2
rename.ul: symlink-2: not accessible: No such file or directory

ppa build / pass:

$ sudo add-apt-repository ppa:mfo/lp1886300
$ sudo apt install util-linux

$ dpkg -s util-linux | grep -i version:
Version: 2.34-0.1ubuntu9.1

$ ln -sf file-not-found symlink-2
$ rename.ul sym symbolic- symlink-2
$

$ ls -l sym*
<...> symbolic-link-2 -> file-not-found