Fixed unowned directory
This commit is contained in:
parent
c3ccb08b15
commit
623b43ef91
@ -46,7 +46,7 @@
|
||||
|
||||
Name: bcel
|
||||
Version: 5.1
|
||||
Release: 10jpp.2%{?dist}
|
||||
Release: 10jpp.3%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Byte Code Engineering Library
|
||||
License: Apache Software License
|
||||
@ -266,6 +266,7 @@ fi
|
||||
%{_javadir}/*
|
||||
|
||||
%if %{gcj_support}
|
||||
%dir %{_libdir}/gcj/%{name}
|
||||
%attr(-,root,root) %{_libdir}/gcj/%{name}/bcel-5.1.jar.*
|
||||
%endif
|
||||
|
||||
@ -284,6 +285,9 @@ fi
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2007 Permaine Cheung <pcheung at redhat.com> 0:5.1-10jpp.3
|
||||
- Fixed unowned directory
|
||||
|
||||
* Thu Apr 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.1-10jpp.2
|
||||
- Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user