%define _source_payload w9.gzdio %define _binary_payload w9.gzdio Name: badpostun Summary: A package that fails in its postun script Group: Test License: GPL URL: http://www.juiblex.co.uk/beach Version: 1 Release: 1 Source: badpostun.tar BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Prefix: /usr %description A package that fails in its postun script, triggering a warning on removal. %prep %build %install mkdir -p $RPM_BUILD_ROOT/usr/bin echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/usr/bin/badpostun %clean %postun -p error("Failed after uninstall") %files /usr/bin/badpostun