bug#62915: CentOS 7 does not define UUID_STR_LEN

Zube <[email protected]> Mon, 17 Apr 2023 15:25:19 -0600
Newsgroups gmane.comp.gnu.parted.bugs
Message-ID <[email protected]>
Native libuuid-devel on CentOS 7 is v. 2.23.2

Native libuuid-devel on Alma 8 is v. 2.32.1

The latter defines UUID_STR_LEN in /usr/include/uuid/uuid.h,
the former does not, so parted.c fails to build on CentOS 7.

Cheers.