diff --git a/cifs-utils.changes b/cifs-utils.changes index 05d5fc3..5834f26 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 19 22:23:56 UTC 2012 - lmuelle@suse.com + +- Don't package get-, setcifsacl, and cifs.idmap for Mandriva pre-201100. + ------------------------------------------------------------------- Thu Apr 19 19:36:19 UTC 2012 - lmuelle@suse.com diff --git a/cifs-utils.spec b/cifs-utils.spec index 6e34b3b..229de83 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -139,14 +139,18 @@ exit 0 %defattr(-,root,root) /sbin/mount.cifs %{_bindir}/cifscreds +%if 0%{?mandriva_version} > 201100 || 0%{?mandriva_version} == 0 %{_bindir}/getcifsacl %{_bindir}/setcifsacl %{_sbindir}/cifs.idmap +%endif %{_sbindir}/cifs.upcall %doc %{_mandir}/man1/cifscreds.1.* +%if 0%{?mandriva_version} > 201100 || 0%{?mandriva_version} == 0 %doc %{_mandir}/man1/getcifsacl.1.* %doc %{_mandir}/man1/setcifsacl.1.* %doc %{_mandir}/man8/cifs.idmap.8.* +%endif %doc %{_mandir}/man8/cifs.upcall.8.* %doc %{_mandir}/man8/mount.cifs.8.* %if 0%{?suse_version} > 1100