Bug 9038

Summary: "uuid.h" is absent. Included from "client.h"
Product: Sisyphus Reporter: Vadym Kononenko <konan>
Component: obexftp-develAssignee: Grigory Milev <week>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P2 CC: week
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
Add "uuid.h" file to destination "/usr/include" directory none

Description Vadym Kononenko 2006-02-08 14:38:39 MSK
"uuid.h" is absent in resulting RPM. Included from "client.h" 
Steps to Reproduce:
$ rpm -qp --filesbypkg obexftp-devel-0.10.7-alt2.i586.rpm 
obexftp-devel             /usr/include/bfb 
obexftp-devel             /usr/include/bfb/bfb.h 
obexftp-devel             /usr/include/bfb/bfb_io.h 
obexftp-devel             /usr/include/cobexbfb 
obexftp-devel             /usr/include/cobexbfb/cobex_bfb.h 
obexftp-devel             /usr/include/obexftp 
obexftp-devel             /usr/include/obexftp/client.h 
obexftp-devel             /usr/include/obexftp/obexftp.h 
obexftp-devel             /usr/include/obexftp/object.h 
obexftp-devel             /usr/lib/libbfb.so 
obexftp-devel             /usr/lib/libcobexbfb.so 
obexftp-devel             /usr/lib/libobexftp.so 
 
$ fgrep -F "uuid.h" /usr/include/obexftp/client.h 
#include "uuid.h" 
 
$ find ./obexftp-0.10.7 -type f -name "*.h" | grep "uuid.h" 
./obexftp/uuid.h 


Expected Results:  
diff -ruaN obexftp-0.10.7.orig/obexftp/Makefile.am 
obexftp-0.10.7/obexftp/Makefile.am 
--- obexftp-0.10.7.orig/obexftp/Makefile.am     2006-02-08 13:14:46 +0200 
+++ obexftp-0.10.7/obexftp/Makefile.am  2006-02-08 13:15:05 +0200 
@@ -16,7 +16,8 @@ 
 
 obexftpinclude_HEADERS =       obexftp.h \ 
                                client.h \ 
-                               object.h 
+                               object.h \ 
+                               uuid.h 
 
 libobexftp_la_LDFLAGS =                -version-info $(OBEXFTP_VERSION)
Comment 1 Vadym Kononenko 2006-02-08 14:41:56 MSK
Created attachment 1378 [details]
Add "uuid.h" file to destination "/usr/include" directory
Comment 2 Konstantin Pavlov 2007-01-06 03:33:12 MSK
Fixed in не знаю когда, но уже давно точно. В 0.20-alt2 все ОК.