Bug 192852

Summary: /usr/share/screen/utf8encodings is not owned by any package
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: screenAssignee: Petr Rockai <prockai>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-30 16:12:15 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-23 16:30:35 UTC
Description of problem:
/usr/share/screen/utf8encodings is not owned by any package, but should be
owned by screen, as the screen rpm package is delivering its content.

Version-Release number of selected component (if applicable):
screen-4.0.2-12

How reproducible:
rpm -qf /usr/share/screen/utf8encodings
rpm -qf /usr/share/screen

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

--- snipp ---
--- screen.spec       2006-02-24 11:58:11.000000000 +0100
+++ screen.spec.rsc   2006-05-23 18:27:37.000000000 +0200
@@ -171,7 +171,7 @@
 %attr(2755,root,screen) %{_bindir}/screen
 %{_mandir}/man1/screen.*
 %{_infodir}/screen.info*
-%{_datadir}/screen/utf8encodings/*
+%{_datadir}/screen
 %attr(775,root,screen) %{_localstatedir}/run/screen
 %config /etc/screenrc
 %config /etc/pam.d/screen
--- snapp ---