Add %defattr to -gnome and -kde (#496456).
This commit is contained in:
parent
4dff0799be
commit
0ea31ce49d
@ -286,9 +286,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%exclude %{_mandir}/man*/*::*
|
%exclude %{_mandir}/man*/*::*
|
||||||
|
|
||||||
%files gnome
|
%files gnome
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
|
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
|
||||||
|
|
||||||
%files kde
|
%files kde
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsvn_auth_kwallet-*.so.*
|
%{_libdir}/libsvn_auth_kwallet-*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -327,6 +329,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 19 2009 Ville Skyttä <ville.skytta@iki.fi>
|
||||||
|
- Add %%defattr to -gnome and -kde.
|
||||||
|
|
||||||
* Sun Aug 23 2009 Joe Orton <jorton@redhat.com> 1.6.5-1
|
* Sun Aug 23 2009 Joe Orton <jorton@redhat.com> 1.6.5-1
|
||||||
- update to 1.6.5
|
- update to 1.6.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user