Changes of Revision 3
[-] | Changed | yup.spec |
x 1
2 Group: System/YaST 3 BuildRoot: %{_tmppath}/%{name}-%{version}-build 4 BuildRequires: perl 5 +%if 0%{?suse_version} 6 PreReq: %fillup_prereq 7 +%endif 8 Requires: curl 9 10 %description 11
12 %doc USEDFORBUILD.bz2 13 14 %post 15 +%if 0%{?suse_version} 16 %{fillup_only -n yup} 17 %{fillup_only -n yup2zlm} 18 +%endif 19 chmod go-r /etc/sysconfig/yup* 20 21 %clean 22 |