Name: canary Version: 1 Release: %autorelease Summary: Dummy package to exercise the packaging stack License: Public Domain BuildArch: noarch %description This a dummy canary package to exercise the packaging stack and make sure it actually works as expected (e.g. by removing and installing this package as part of a configuration management flow). %prep echo %{name} > %{name} %build %install install -Dpm0644 -t %{buildroot}%{_datadir}/%{name} %{name} %files %{_datadir}/%{name} %changelog %autochangelog