Bug 274251

Summary: Directory /usr/include/db4 is no longer owned by any package
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: db4Assignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: pknirsch
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-11 14:06:10 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:

Description Robert Scheck 2007-09-02 01:50:39 UTC
Description of problem:
The directory /usr/include/db4 is no longer owned by any package, but should be 
owned by db4-devel again like in the past.

Version-Release number of selected component (if applicable):
db4-4.6.18-2

How reproducible:
Everytime, try: rpm -qf /usr/include/db4

Actual results:
Directory /usr/include/db4 is no longer owned by any package

Expected results:
Directory /usr/include/db4 should be owned by db4-devel again.

Comment 1 Robert Scheck 2007-09-03 14:43:17 UTC
Jindrich, is this a problem or slipped just through? My suggested fix for this 
would be the following if you want to keep the rest as it is:

--- db4.spec       2007-09-03 09:02:38.000000000 +0200
+++ db4.spec.rsc   2007-09-03 16:41:08.000000000 +0200
@@ -326,6 +326,7 @@
 %{_libdir}/libdb_cxx.so
 %{_libdir}/libdb_cxx-%{__soversion}.la
 %{_libdir}/%{_libcxx_a}
+%dir %{_includedir}/%{name}
 %{_includedir}/%{name}/db.h
 %{_includedir}/%{name}/db_185.h
 %{_includedir}/%{name}/db_cxx.h

Comment 2 Jindrich Novy 2007-09-03 15:05:08 UTC
Missed this one. It will occur in an upcomming build. Thanks for noticing.