I am using Fedora 10 linux. I want to put license agreement for my spec file. Actually I have created rpm for my application. So my application gets installed perfectly without asking for license agreement. I want whenever i will install RPM then i should get license and if i agree then only installation should proceed. How to achieve this type of functionality in my RPM.
Thanks
Sunil Kumar Sahoo
You don’t.
rpm is designed around batch, non-interactive operation.
If you should use a EULA, then present it in the first application run by each user.