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>
8 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
19 mkdir -p %{buildroot}%{_sysconfdir}
20 mkdir -p %{buildroot}/{%{_bindir},%{_libdir},%{_includedir}}
21 mkdir -p %{buildroot}/media
27 function mkdir_missing(dir)
28 if posix.stat(dir) == nil then
32 mkdir_missing("/media/cdrom")
35 %defattr(0755,root,root)