Bug 191559

Summary: /usr/include/semanage is not owned by any package
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: libsemanageAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.6.7-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-23 15:09:23 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 2006-05-12 21:26:24 UTC
Description of problem:
/usr/include/semanage is not owned by any package

Version-Release number of selected component (if applicable):
libsemanage-1.6.7-1

How reproducible:
rpm -qf /usr/include/semanage

Expected results:
Please apply the following patch (or better):

--- snipp ---
--- libsemanage.spec       2006-05-08 20:34:45.000000000 +0200
+++ libsemanage.spec.rsc   2006-05-12 23:30:08.000000000 +0200
@@ -68,7 +68,7 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/libsemanage.a
-%{_includedir}/semanage/*.h
+%{_includedir}/semanage
 %{_mandir}/man3/*

 %changelog
--- snapp ---

Comment 1 Robert Scheck 2006-05-23 15:09:23 UTC
Fixed in 1.6.7-3, thank you - closing now.