%global debug_package %{nil} Name: nabu-zram-compat Version: 1 Release: 4.test%{?dist} Summary: Transitional zram package-name compatibility for Nabu images License: MIT Source0: nabu-rawhide-zram-compat-debug-%{version}.tar.zst BuildArch: noarch Requires: zram-generator Provides: systemd-zram-generator Provides: nabu-rawhide-zram-compat = %{version}-%{release} Obsoletes: nabu-rawhide-zram-compat < %{version}-%{release} %description Transitional metadata compatibility for Nabu packages written before Fedora renamed the systemd-zram-generator binary package to zram-generator. It keeps the dependency graph explicit during the Fedora package-name transition and does not replace the distribution zram implementation. %prep %autosetup -n nabu-rawhide-zram-compat-debug-%{version} %build %install install -Dm0644 payload/usr/share/doc/nabu-rawhide-zram-compat/README \ %{buildroot}%{_docdir}/%{name}/README %files %doc %{_docdir}/%{name}/README %changelog * Sat Aug 15 2026 mcc45tr - 1-2 - Rename the compatibility package for debug-image use.