OS: Fedora. Component: coreutils.x86_64 8.30-6.fc29 @System

Tail prints the first row in 'tail -n <N>'

Command executed:
$ dnf repoquery --requires bash --recursive --resolve | grep -E '.x86_64$|.noarch$' | tail -n 1
Last metadata expiration check: 0:28:25 ago on Wed DecĀ  5 11:09:16 2018.
tzdata-0:2018g-1.fc29.noarch

Expected result: command to only print N rows, which means without printing the first row.