Bug 74034
| Summary: | gnumeric doesn't own all directories that it should | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Enrico Scholz <rh-bugzilla> | ||||
| Component: | gnumeric | Assignee: | Caolan McNamara <caolanm> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | chris.ricker, redhat, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://www.tu-chemnitz.de/~ensc/dircheck/null/packages.html#gnumeric-1.0.9-2 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | FC3 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-06-25 09:35:52 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 79579, 100644, 115968 | ||||||
| Attachments: |
|
||||||
|
Description
Enrico Scholz
2002-09-13 20:33:21 UTC
*** Bug 103127 has been marked as a duplicate of this bug. *** Still present in 1.2.0-1 attaching 1 line patch. Created attachment 95757 [details]
Patch to fix bug - haven't tested it entirely but, cmon - it's 1 dir
*** Bug 113046 has been marked as a duplicate of this bug. *** It's more than one dir (/usr/share/mc + templates); see URL for list (still valid with gnumeric-1.2.1-1) /usr/lib/gnumeric/1.2.6-bonobo/plugins is not owned by gnumeric 1.2.6-3.1 so this bug is in Fedora Core 2 Test 2. I am going to checkin and rebuild this, but before I do can anyone
confirm this?
%files devel
%defattr (-, root, root)
%dir %{_datadir}/gnumeric
%dir %{_datadir}/gnumeric/%{gnumeric_version}
%{_datadir}/gnumeric/%{gnumeric_version}/idl/*.idl
%dir %{_libdir}/gnumeric
%dir %{_libdir}/gnumeric/%{gnumeric_version}
All of those directory ownerships are bogus, and -devel should instead
own %dir .../idl right?
Please see if you can figure out why Bug #115968 is needed too. This seems to be fixed in 1.2.12: [root@imp gnumeric]# rpm -qf /usr/lib/gnumeric/1.2.12-bonobo/ gnumeric-1.2.12-1 [root@imp gnumeric]# rpm -qf /usr/lib/gnumeric/1.2.12-bonobo/plugins/ gnumeric-1.2.12-1 Can the original submitter verify this? Yeah, it should be fixed in that version alright, and I see the same behaviour. In fact I'll close this, and if anyone reports to the difference I'll reinvestigate |