Go back to having all info in one rzdb file.
We can still split the rzdb file into a main file and a file data and a details file, but that's only for optimizing the required download size. On the system we always combine the parts back into one rzdb file once downloaded.
committer: J. Ali Harlow <ali@juiblex.co.uk>
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 New and improved test package
21 mkdir -p $RPM_BUILD_ROOT/usr/bin
22 mkdir -p $RPM_BUILD_ROOT/etc
23 touch $RPM_BUILD_ROOT/usr/bin/zsh2
24 echo "DEVICE /dev/tty" > $RPM_BUILD_ROOT/etc/zsh.conf