Revert commit
Set the defattr dir mode of the main package as not specified to avoid a conflict with the keyutils package. cause %defattr(-,root,root,-) is what you get from %defattr(-,root,root). We discussed this recently on the opensuse-factory list as part of this thread http://lists.opensuse.org/opensuse-factory/2013-09/msg00168.html OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=93
This commit is contained in:
parent
809e3f4667
commit
e380e79e96
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri May 31 15:33:58 UTC 2013 - varkoly@suse.com
|
|
||||||
|
|
||||||
- Set the defattr dir mode of the main package as not specified to avoid a
|
|
||||||
conflict with the keyutils package.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 10:46:51 UTC 2013 - mmeister@suse.com
|
Thu Mar 21 10:46:51 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ exit 0
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
/sbin/mount.cifs
|
/sbin/mount.cifs
|
||||||
%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 1020
|
%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 1020
|
||||||
%{_bindir}/getcifsacl
|
%{_bindir}/getcifsacl
|
||||||
|
Loading…
Reference in New Issue
Block a user