<86>Aug 1 08:40:22 userdel[3025146]: delete user 'rooter' <86>Aug 1 08:40:22 userdel[3025146]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:40:22 userdel[3025146]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:40:22 groupadd[3025162]: group added to /etc/group: name=rooter, GID=675 <86>Aug 1 08:40:22 groupadd[3025162]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:40:22 groupadd[3025162]: new group: name=rooter, GID=675 <86>Aug 1 08:40:22 useradd[3025173]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Aug 1 08:40:22 userdel[3025196]: delete user 'builder' <86>Aug 1 08:40:22 userdel[3025196]: removed group 'builder' owned by 'builder' <86>Aug 1 08:40:22 userdel[3025196]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:40:22 groupadd[3025212]: group added to /etc/group: name=builder, GID=676 <86>Aug 1 08:40:22 groupadd[3025212]: group added to /etc/gshadow: name=builder <86>Aug 1 08:40:22 groupadd[3025212]: new group: name=builder, GID=676 <86>Aug 1 08:40:22 useradd[3025237]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Aug 1 08:40:24 rpmi: libjpeg-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902907 installed <13>Aug 1 08:40:24 rpmi: libv4l-1.16.6-alt1 p9+233311.100.1.2 1561634008 installed <13>Aug 1 08:40:24 rpmi: libv4l-devel-1.16.6-alt1 p9+233311.100.1.2 1561634008 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/linuxtv-dvb-apps-1.1.1-alt2.2.nosrc.rpm (w1.gzdio) Installing linuxtv-dvb-apps-1.1.1-alt2.2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92553 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf linuxtv-dvb-apps-1.1.1 + echo 'Source #0 (linuxtv-dvb-apps-1.1.1.tar.gz):' Source #0 (linuxtv-dvb-apps-1.1.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/linuxtv-dvb-apps-1.1.1.tar.gz + /bin/tar -xf - + cd linuxtv-dvb-apps-1.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (linuxtv-dvb-apps-makefile.patch):' Patch #1 (linuxtv-dvb-apps-makefile.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #2 (linuxtv-dvb-apps-1.1.1-alt-v4l.patch):' Patch #2 (linuxtv-dvb-apps-1.1.1-alt-v4l.patch): + /usr/bin/patch -p2 patching file test/video.c + cp /usr/src/RPM/SOURCES/CHANGES ./ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.92553 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd linuxtv-dvb-apps-1.1.1 + make 'ARCH= -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' DESTDIR=/usr/src/tmp/linuxtv-dvb-apps-buildroot bindir=/usr/bin libdir=/usr/lib sysconfdir=/etc datadir=/usr/share make: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1' make -C util make[1]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util' make -C lib make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/lib' gcc -MD -g -Wall -O2 -I../../include -I. -c lnb.c -o lnb.o make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/lib' make -C szap make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/szap' gcc -MD -Wall -g -O2 -I../../include -I../lib -o szap.o -c szap.c gcc -MD -Wall -g -O2 -I../../include -I../lib -o tzap.o -c tzap.c tzap.c: In function 'parse': tzap.c:232:31: warning: pointer targets in passing argument 2 of 'try_parse_int' differ in signedness [-Wpointer-sign] if ((err = try_parse_int(fd, &frontend->frequency, "frequency"))) ^~~~~~~~~~~~~~~~~~~~ tzap.c:184:5: note: expected 'int *' but argument is of type '__u32 *' {aka 'unsigned int *'} int try_parse_int(int fd, int *val, const char *pname) ^~~~~~~~~~~~~ gcc -MD -Wall -g -O2 -I../../include -I../lib -o czap.o -c czap.c czap.c: In function 'parse': czap.c:139:22: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat=] if ((sscanf(chan, "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n", ~^ &name, &frontend->frequency, ~~~~~ czap.c:139:32: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat=] if ((sscanf(chan, "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n", ~^ czap.c:141:5: &inv, &frontend->u.qam.symbol_rate, ~~~~ czap.c:139:42: warning: format '%a' expects argument of type 'float *', but argument 7 has type 'char **' [-Wformat=] if ((sscanf(chan, "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n", ~^ czap.c:142:5: &fec, &mod, vpid, apid) != 8) ~~~~ czap.c:139:49: warning: format '%a' expects argument of type 'float *', but argument 8 has type 'char **' [-Wformat=] if ((sscanf(chan, "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n", ~^ czap.c:142:11: &fec, &mod, vpid, apid) != 8) ~~~~ gcc -MD -Wall -g -O2 -I../../include -I../lib -o azap.o -c azap.c gcc -MD -Wall -g -O2 -I../../include -I../lib -o femon.o -c femon.c gcc -Wall -g -O2 -o szap szap.o ../lib/lnb.o gcc -Wall -g -O2 -o tzap tzap.o gcc -Wall -g -O2 -o czap czap.o gcc -Wall -g -O2 -o azap azap.o gcc -Wall -g -O2 -o femon femon.o -------------------------------------------------------------------------------- please copy an appropriate channels.conf-XXX channel list for DVB-S/C/T to ~/.szap/channels.conf ~/.czap/channels.conf ~/.tzap/channels.conf and then call ./szap for DVB-S, ./czap for DVB-C or ./tzap for DVB-T -------------------------------------------------------------------------------- make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/szap' make -C scan make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/scan' gcc -MD -g -Wall -O2 -I../../include -c diseqc.c -o diseqc.o gcc -MD -g -Wall -O2 -I../../include -c dump-zap.c -o dump-zap.o gcc -MD -g -Wall -O2 -I../../include -c dump-vdr.c -o dump-vdr.o gcc -MD -g -Wall -O2 -I../../include -c scan.c -o scan.o In file included from scan.c:47: atsc_psip_section.h:57:1: note: offset of packed bit-field 'reserved2' has changed in GCC 4.4 } PACKED; ^ gcc -MD -g -Wall -O2 -I../../include -c lnb.c -o lnb.o gcc -MD -g -Wall -O2 -I../../include -c section.c -o section.o gcc -MD -g -Wall -O2 -I../../include -c atsc_psip_section.c -o atsc_psip_section.o In file included from atsc_psip_section.c:1: atsc_psip_section.h:57:1: note: offset of packed bit-field 'reserved2' has changed in GCC 4.4 } PACKED; ^ gcc -g -Wall -o scan diseqc.o dump-zap.o dump-vdr.o scan.o lnb.o section.o atsc_psip_section.o make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/scan' make -C dvbnet make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbnet' printf '#define VERSION_INFO "%s (Build %s)"\n' \ "`cat version.h.in`" "`date +'%a %b %d %X %Y'`" > version.h gcc -g -O2 -MD -Wall -I. -I../../include -c dvbnet.c -o dvbnet.o gcc -o dvbnet dvbnet.o make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbnet' make -C dvbdate make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbdate' gcc -g -O2 -MD -Wall -I. -I../../include -c dvbdate.c -o dvbdate.o dvbdate.c: In function 'scan_date': dvbdate.c:264:21: warning: pointer targets in passing argument 1 of 'convert_date' differ in signedness [-Wpointer-sign] t = convert_date(&(buf[3])); ^~~~~~~~~ dvbdate.c:159:8: note: expected 'char *' but argument is of type 'unsigned char *' time_t convert_date(char *dvb_buf) ^~~~~~~~~~~~ gcc -o dvbdate dvbdate.o make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbdate' make -C dvbtraffic make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbtraffic' gcc -MD -g -O2 -Wall -I../../include dvbtraffic.c -o dvbtraffic dvbtraffic.c: In function 'main': dvbtraffic.c:76:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buffer, 1); ^~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/dvbtraffic' make -C av7110_loadkeys make[2]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/av7110_loadkeys' generate input_keynames.h... gcc -g -Wall -O2 -c -o av7110_loadkeys.o av7110_loadkeys.c av7110_loadkeys.c: In function 'main': av7110_loadkeys.c:131:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, usage, strlen(usage)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:140:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:168:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:181:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, &setup, 4 + 256 * sizeof(__u16)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c: In function 'parse_keyname': av7110_loadkeys.c:91:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:92:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, pos-4, len1 + 4); ^~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:93:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, "'\n", 2); ^~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c: In function 'print_error': av7110_loadkeys.c:24:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:25:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, action, strlen(action)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:26:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, " '", 2); ^~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:27:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, file, strlen(file)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av7110_loadkeys.c:28:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, "'\n\n", 3); ^~~~~~~~~~~~~~~~~~~~~ gcc av7110_loadkeys.o -o av7110_loadkeys gcc -g -Wall -O2 -c -o evtest.o evtest.c gcc evtest.o -o evtest make[2]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util/av7110_loadkeys' make[1]: Nothing to be done for 'FORCE'. make[1]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/util' make -C test make[1]: Entering directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/test' gcc -g -O2 -W -Wall -I../include diseqc.c -o diseqc gcc -g -O2 -W -Wall -I../include set22k.c -o set22k gcc -g -O2 -W -Wall -I../include sendburst.c -o sendburst gcc -g -O2 -W -Wall -I../include setvoltage.c -o setvoltage gcc -g -O2 -W -Wall -I../include setpid.c -o setpid gcc -g -O2 -W -Wall -I../include video.c -o video video.c: In function 'init_fb': video.c:57:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( vt_fd, blankoff_str, strlen(blankoff_str) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -W -Wall -I../include -c -o hex_dump.o hex_dump.c gcc -g -O2 -W -Wall -I../include test_sections.c hex_dump.o -o test_sections gcc -g -O2 -W -Wall -I../include test_sec_ne.c hex_dump.o -o test_sec_ne gcc -g -O2 -W -Wall -I../include test_pes.c hex_dump.o -o test_pes gcc -g -O2 -W -Wall -I../include test_dvr.c -o test_dvr test_dvr.c: In function 'add_filter': test_dvr.c:90:12: warning: pointer targets in passing argument 1 of 'open' differ in signedness [-Wpointer-sign] fd = open(dmxdev, O_RDONLY); ^~~~~~ In file included from /usr/include/fcntl.h:313, from test_dvr.c:31: /usr/include/bits/fcntl2.h:41:1: note: expected 'const char *' but argument is of type 'const unsigned char *' open (const char *__path, int __oflag, ...) ^~~~ test_dvr.c: In function 'main': test_dvr.c:153:23: warning: pointer targets in passing argument 2 of 'add_filter' differ in signedness [-Wpointer-sign] if (add_filter(pid, dmxdev) != 0) ^~~~~~ test_dvr.c:85:12: note: expected 'const unsigned char *' but argument is of type 'char *' static int add_filter(unsigned int pid, const unsigned char* dmxdev) ^~~~~~~~~~ gcc -g -O2 -W -Wall -I../include test_dvr_play.c -o test_dvr_play gcc -g -O2 -W -Wall -I../include test_tt.c hex_dump.o -o test_tt gcc -g -O2 -W -Wall -I../include test_av.c -o test_av gcc -g -O2 -W -Wall -I../include test_av_play.c -o test_av_play test_av_play.c: In function 'play_file_av': test_av_play.c:184:6: warning: variable 'stopped' set but not used [-Wunused-but-set-variable] int stopped = 0; ^~~~~~~ test_av_play.c:203:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(vfd,buf,count); ^~~~~~~~~~~~~~~~~~~~ test_av_play.c:192:5: warning: array subscript 2 is above array bounds of 'struct pollfd[2]' [-Warray-bounds] pfd[2].fd = afd; ~~~^~~ test_av_play.c:193:5: warning: array subscript 2 is above array bounds of 'struct pollfd[2]' [-Warray-bounds] pfd[2].events = POLLOUT; ~~~^~~ gcc -g -O2 -W -Wall -I../include test_vevent.c -o test_vevent gcc -g -O2 -W -Wall -I../include test_stc.c -o test_stc gcc -g -O2 -W -Wall -I../include test_stillimage.c -o test_stillimage make[1]: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1/test' make: Leaving directory '/usr/src/RPM/BUILD/linuxtv-dvb-apps-1.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52465 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/linuxtv-dvb-apps-buildroot + : + /bin/rm -rf -- /usr/src/tmp/linuxtv-dvb-apps-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd linuxtv-dvb-apps-1.1.1 + mkdir -p /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin + mkdir -p /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/av7110_loadkeys /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/dvbnet /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/scan /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/szap + install -p util/av7110_loadkeys/activy.rcmm util/av7110_loadkeys/galaxis.rcmm /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/av7110_loadkeys/ + install -p util/av7110_loadkeys/hauppauge.rc5 util/av7110_loadkeys/hauppauge_grey.rc5 util/av7110_loadkeys/mbo_81095-code_562.rc5 util/av7110_loadkeys/medion_088.rc5 util/av7110_loadkeys/medion_155.rc5 util/av7110_loadkeys/philips.rc5 util/av7110_loadkeys/philips1358.rc5 /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/av7110_loadkeys/ + install -p util/dvbnet/net_start.pl util/dvbnet/net_start.sh /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/dvbnet/ + cp -ar util/scan/dvb-c util/scan/dvb-s util/scan/dvb-t /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/scan/ + install -p util/szap/channels.conf-dvbc-berlin util/szap/channels.conf-dvbs-astra util/szap/channels.conf-dvbt-australia util/szap/channels.conf-dvbt-berlin util/szap/channels.conf-dvbt-collserola util/szap/channels.conf-dvbt-crystal-palace util/szap/channels.conf-dvbt-hannington util/szap/channels.conf-dvbt-madrid util/szap/channels.conf-dvbt-oxford util/szap/channels.conf-dvbt-reigate util/szap/channels.conf-dvbt-sandy_heath /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/szap/ + install -p util/av7110_loadkeys/av7110_loadkeys /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin/ + install -p util/dvbdate/dvbdate /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin/ + install -p util/dvbnet/dvbnet /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin/ + install -p util/dvbtraffic/dvbtraffic /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin/ + install -p util/scan/scan /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin + install -p util/szap/czap util/szap/femon util/szap/szap util/szap/tzap /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/bin/ ++ find . -name README + for i in `find . -name README` + test ./util/ttusb_dec_reset/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./util/ttusb_dec_reset/README + cp ./util/ttusb_dec_reset/README util.ttusb_dec_reset.README + for i in `find . -name README` + test ./util/szap/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./util/szap/README + cp ./util/szap/README util.szap.README + for i in `find . -name README` + test ./util/scan/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./util/scan/README + cp ./util/scan/README util.scan.README + for i in `find . -name README` + test ./util/av7110_loadkeys/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./util/av7110_loadkeys/README + cp ./util/av7110_loadkeys/README util.av7110_loadkeys.README + for i in `find . -name README` + test ./test/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./test/README + cp ./test/README test.README + for i in `find . -name README` + test ./libdvb2/README = ./README ++ sed -e 's|./||' -e 'y|/|.|' ++ echo ./libdvb2/README + cp ./libdvb2/README libdvb2.README + for i in `find . -name README` + test ./README = ./README + continue + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/linuxtv-dvb-apps-buildroot (auto) Verifying and fixing files in /usr/src/tmp/linuxtv-dvb-apps-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/linuxtv-dvb-apps-buildroot/ (default) Compressing files in /usr/src/tmp/linuxtv-dvb-apps-buildroot (auto) Verifying ELF objects in /usr/src/tmp/linuxtv-dvb-apps-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/tzap: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/szap: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/femon: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/czap: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/scan: uses non-LFS functions: __open_2 fopen glob globfree open verify-elf: WARNING: ./usr/bin/dvbtraffic: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/dvbnet: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/dvbdate: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/av7110_loadkeys: uses non-LFS functions: lseek mmap open Hardlinking identical .pyc and .pyo files Processing files: linuxtv-dvb-apps-1.1.1-alt2.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41000 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd linuxtv-dvb-apps-1.1.1 + DOCDIR=/usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + export DOCDIR + rm -rf /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + /bin/mkdir -p /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + cp -prL README libdvb2.README test.README util.av7110_loadkeys.README util.scan.README util.szap.README util.ttusb_dec_reset.README TODO CHANGES /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + chmod -R go-w /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + chmod -R a+rX /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/doc/linuxtv-dvb-apps-1.1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.evyiew find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T77cYc find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/dvbnet/net_start.pl syntax OK shell.req: /usr/src/tmp/linuxtv-dvb-apps-buildroot/usr/share/dvb/dvbnet/net_start.sh: /sbin/ifconfig -> /sbin/ifconfig (raw, not installed) Provides: dvb-modules-apps Requires: /bin/sh, /lib/ld-linux.so.2, /sbin/ifconfig, /usr/bin/perl, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.27), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Conflicts: dvb-tools Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kEJHsc Creating linuxtv-dvb-apps-debuginfo package Processing files: linuxtv-dvb-apps-debuginfo-1.1.1-alt2.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tcOcFv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FYqQAp find-requires: running scripts (debuginfo) Requires: linuxtv-dvb-apps = 1.1.1-alt2.2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/linuxtv-dvb-apps-1.1.1-alt2.2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/linuxtv-dvb-apps-debuginfo-1.1.1-alt2.2.i586.rpm (w2.lzdio) 9.05user 2.50system 0:14.83elapsed 77%CPU (0avgtext+0avgdata 37372maxresident)k 0inputs+0outputs (0major+716750minor)pagefaults 0swaps 13.28user 5.41system 0:21.83elapsed 85%CPU (0avgtext+0avgdata 117792maxresident)k 136inputs+0outputs (0major+986427minor)pagefaults 0swaps --- linuxtv-dvb-apps-1.1.1-alt2.2.i586.rpm.repo 2018-03-15 14:28:16.000000000 +0000 +++ linuxtv-dvb-apps-1.1.1-alt2.2.i586.rpm.hasher 2021-08-01 08:40:42.821412206 +0000 @@ -104,11 +104,11 @@ Conflicts: dvb-tools -File: /usr/bin/av7110_loadkeys 100755 root:root f6839dcfe8d99c0aef8bad06249f3d65 -File: /usr/bin/czap 100755 root:root 061619e6164351bb25bfa9d3ba018c3d -File: /usr/bin/dvbdate 100755 root:root 8cbf657cf95a03044620b3964b780663 -File: /usr/bin/dvbnet 100755 root:root 20abd929ae6ec745543289082ab5a6f1 -File: /usr/bin/dvbtraffic 100755 root:root 2e13bc672eadfa6e5538efc031ea827a -File: /usr/bin/femon 100755 root:root ab91333615733275bd44667e5a72a09e -File: /usr/bin/scan 100755 root:root 506bdf9ee6c62bcd61176e5eeaf0c9ed -File: /usr/bin/szap 100755 root:root 6895b9669b38b9e9e70761a1a6a796e4 -File: /usr/bin/tzap 100755 root:root 7f74da2586a73747716e95c3be670eb0 +File: /usr/bin/av7110_loadkeys 100755 root:root 247048dbd77ac13082bb6a3c718a28cc +File: /usr/bin/czap 100755 root:root 9fcb805186206c28c06073bb55035c91 +File: /usr/bin/dvbdate 100755 root:root d7949216587c1f72ec786e5df157b7db +File: /usr/bin/dvbnet 100755 root:root 7b9dcd6a639dda8d8e73c143ef830cec +File: /usr/bin/dvbtraffic 100755 root:root 3ca9b2160d4ea9266dfe1251a164594d +File: /usr/bin/femon 100755 root:root a1f710107b77400e4ef5666770e8f7a6 +File: /usr/bin/scan 100755 root:root 1de3c0bdf079e6e6036cb9f8f45674a6 +File: /usr/bin/szap 100755 root:root ae9fcb4a376b2815ba289e0620549f2d +File: /usr/bin/tzap 100755 root:root b9dd3272a24501868a9ca4786b72a893 File: /usr/share/doc/linuxtv-dvb-apps-1.1.1 40755 root:root @@ -191,2 +191,2 @@ File: /usr/share/dvb/szap/channels.conf-dvbt-sandy_heath 100755 root:root 8aa00d9efad5456d3886fe33a00500a2 -RPMIdentity: a74d61a7683b6b2e1512dabc8d52494af705dcd9c23b7346186308c5bef2357f6ebbb837ec6f50a8b79886f3c74401ec636350d36872db9882ed6e3ed27e4a81 +RPMIdentity: 1e8e36ced91677ff8aaa7b9640c867674a7880875fe6951fd2e3535e24e9b07081660e60fc7174fd62a43305dd48da7eeed2b0303c15d8c82e579447770144dd --- linuxtv-dvb-apps-debuginfo-1.1.1-alt2.2.i586.rpm.repo 2018-03-15 14:28:16.000000000 +0000 +++ linuxtv-dvb-apps-debuginfo-1.1.1-alt2.2.i586.rpm.hasher 2021-08-01 08:40:42.947411338 +0000 @@ -1,28 +1,28 @@ -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/28afc538317b0b6170ebc0bc0343fda2425158 120777 root:root ../../../../bin/czap -/usr/lib/debug/.build-id/09/28afc538317b0b6170ebc0bc0343fda2425158.debug 120777 root:root ../../usr/bin/czap.debug -/usr/lib/debug/.build-id/25 40755 root:root -/usr/lib/debug/.build-id/25/e1b71f4d87c7d23f1559bed5e8365634639d11 120777 root:root ../../../../bin/av7110_loadkeys -/usr/lib/debug/.build-id/25/e1b71f4d87c7d23f1559bed5e8365634639d11.debug 120777 root:root ../../usr/bin/av7110_loadkeys.debug -/usr/lib/debug/.build-id/27 40755 root:root -/usr/lib/debug/.build-id/27/f9c90073d3b05dfa5d26a2e50b55e7d90c205e 120777 root:root ../../../../bin/dvbnet -/usr/lib/debug/.build-id/27/f9c90073d3b05dfa5d26a2e50b55e7d90c205e.debug 120777 root:root ../../usr/bin/dvbnet.debug -/usr/lib/debug/.build-id/43 40755 root:root -/usr/lib/debug/.build-id/43/c9ac6485857e61d0a9b17eb3d0e6409edc980f 120777 root:root ../../../../bin/tzap -/usr/lib/debug/.build-id/43/c9ac6485857e61d0a9b17eb3d0e6409edc980f.debug 120777 root:root ../../usr/bin/tzap.debug -/usr/lib/debug/.build-id/49 40755 root:root -/usr/lib/debug/.build-id/49/4ad444ed5d1f4696589093628bbab7a8372158 120777 root:root ../../../../bin/scan -/usr/lib/debug/.build-id/49/4ad444ed5d1f4696589093628bbab7a8372158.debug 120777 root:root ../../usr/bin/scan.debug -/usr/lib/debug/.build-id/8b 40755 root:root -/usr/lib/debug/.build-id/8b/b821c8005b0729053a1285b8ec39a3c37afc99 120777 root:root ../../../../bin/dvbtraffic -/usr/lib/debug/.build-id/8b/b821c8005b0729053a1285b8ec39a3c37afc99.debug 120777 root:root ../../usr/bin/dvbtraffic.debug -/usr/lib/debug/.build-id/df 40755 root:root -/usr/lib/debug/.build-id/df/e5e629ced34990a6df5eea36a3c86049a8fc4a 120777 root:root ../../../../bin/femon -/usr/lib/debug/.build-id/df/e5e629ced34990a6df5eea36a3c86049a8fc4a.debug 120777 root:root ../../usr/bin/femon.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/a96116e6d98d6765094bf3a7a4873c35bf7a31 120777 root:root ../../../../bin/dvbdate -/usr/lib/debug/.build-id/ee/a96116e6d98d6765094bf3a7a4873c35bf7a31.debug 120777 root:root ../../usr/bin/dvbdate.debug -/usr/lib/debug/.build-id/fd 40755 root:root -/usr/lib/debug/.build-id/fd/a285f30c90f4f1a95ce168ddfcdbd9321f4598 120777 root:root ../../../../bin/szap -/usr/lib/debug/.build-id/fd/a285f30c90f4f1a95ce168ddfcdbd9321f4598.debug 120777 root:root ../../usr/bin/szap.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/86f8b30d7b1972a7383235e266fc6c83090b73 120777 root:root ../../../../bin/scan +/usr/lib/debug/.build-id/2b/86f8b30d7b1972a7383235e266fc6c83090b73.debug 120777 root:root ../../usr/bin/scan.debug +/usr/lib/debug/.build-id/34 40755 root:root +/usr/lib/debug/.build-id/34/8df1a3e24036dd1196b113d54f620fbe891428 120777 root:root ../../../../bin/szap +/usr/lib/debug/.build-id/34/8df1a3e24036dd1196b113d54f620fbe891428.debug 120777 root:root ../../usr/bin/szap.debug +/usr/lib/debug/.build-id/35 40755 root:root +/usr/lib/debug/.build-id/35/d55cb94bbe5b546e46b7a9a99b3454aafede77 120777 root:root ../../../../bin/dvbdate +/usr/lib/debug/.build-id/35/d55cb94bbe5b546e46b7a9a99b3454aafede77.debug 120777 root:root ../../usr/bin/dvbdate.debug +/usr/lib/debug/.build-id/3e 40755 root:root +/usr/lib/debug/.build-id/3e/440761a95df2df3f3e7801fe80cba5ef139c95 120777 root:root ../../../../bin/av7110_loadkeys +/usr/lib/debug/.build-id/3e/440761a95df2df3f3e7801fe80cba5ef139c95.debug 120777 root:root ../../usr/bin/av7110_loadkeys.debug +/usr/lib/debug/.build-id/69 40755 root:root +/usr/lib/debug/.build-id/69/57ade016f8622d80ffbab5d6004ccfabdc3f1b 120777 root:root ../../../../bin/dvbtraffic +/usr/lib/debug/.build-id/69/57ade016f8622d80ffbab5d6004ccfabdc3f1b.debug 120777 root:root ../../usr/bin/dvbtraffic.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/0e3e3514c36ea61918ff1dd4f51ca74c9d51f5 120777 root:root ../../../../bin/tzap +/usr/lib/debug/.build-id/89/0e3e3514c36ea61918ff1dd4f51ca74c9d51f5.debug 120777 root:root ../../usr/bin/tzap.debug +/usr/lib/debug/.build-id/93 40755 root:root +/usr/lib/debug/.build-id/93/6ffa98018b5abdc10241256300144056422f82 120777 root:root ../../../../bin/dvbnet +/usr/lib/debug/.build-id/93/6ffa98018b5abdc10241256300144056422f82.debug 120777 root:root ../../usr/bin/dvbnet.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/f529285d050ae66ca71769557e7655b70647ec 120777 root:root ../../../../bin/femon +/usr/lib/debug/.build-id/e1/f529285d050ae66ca71769557e7655b70647ec.debug 120777 root:root ../../usr/bin/femon.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/1ae3349e5ff33be8f6d3a74cd37198e048358e 120777 root:root ../../../../bin/czap +/usr/lib/debug/.build-id/fc/1ae3349e5ff33be8f6d3a74cd37198e048358e.debug 120777 root:root ../../usr/bin/czap.debug /usr/lib/debug/usr/bin/av7110_loadkeys.debug 100644 root:root @@ -82,38 +82,38 @@ Provides: linuxtv-dvb-apps-debuginfo = 1.1.1-alt2.2 -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/28afc538317b0b6170ebc0bc0343fda2425158 120777 root:root ../../../../bin/czap -File: /usr/lib/debug/.build-id/09/28afc538317b0b6170ebc0bc0343fda2425158.debug 120777 root:root ../../usr/bin/czap.debug -File: /usr/lib/debug/.build-id/25 40755 root:root -File: /usr/lib/debug/.build-id/25/e1b71f4d87c7d23f1559bed5e8365634639d11 120777 root:root ../../../../bin/av7110_loadkeys -File: /usr/lib/debug/.build-id/25/e1b71f4d87c7d23f1559bed5e8365634639d11.debug 120777 root:root ../../usr/bin/av7110_loadkeys.debug -File: /usr/lib/debug/.build-id/27 40755 root:root -File: /usr/lib/debug/.build-id/27/f9c90073d3b05dfa5d26a2e50b55e7d90c205e 120777 root:root ../../../../bin/dvbnet -File: /usr/lib/debug/.build-id/27/f9c90073d3b05dfa5d26a2e50b55e7d90c205e.debug 120777 root:root ../../usr/bin/dvbnet.debug -File: /usr/lib/debug/.build-id/43 40755 root:root -File: /usr/lib/debug/.build-id/43/c9ac6485857e61d0a9b17eb3d0e6409edc980f 120777 root:root ../../../../bin/tzap -File: /usr/lib/debug/.build-id/43/c9ac6485857e61d0a9b17eb3d0e6409edc980f.debug 120777 root:root ../../usr/bin/tzap.debug -File: /usr/lib/debug/.build-id/49 40755 root:root -File: /usr/lib/debug/.build-id/49/4ad444ed5d1f4696589093628bbab7a8372158 120777 root:root ../../../../bin/scan -File: /usr/lib/debug/.build-id/49/4ad444ed5d1f4696589093628bbab7a8372158.debug 120777 root:root ../../usr/bin/scan.debug -File: /usr/lib/debug/.build-id/8b 40755 root:root -File: /usr/lib/debug/.build-id/8b/b821c8005b0729053a1285b8ec39a3c37afc99 120777 root:root ../../../../bin/dvbtraffic -File: /usr/lib/debug/.build-id/8b/b821c8005b0729053a1285b8ec39a3c37afc99.debug 120777 root:root ../../usr/bin/dvbtraffic.debug -File: /usr/lib/debug/.build-id/df 40755 root:root -File: /usr/lib/debug/.build-id/df/e5e629ced34990a6df5eea36a3c86049a8fc4a 120777 root:root ../../../../bin/femon -File: /usr/lib/debug/.build-id/df/e5e629ced34990a6df5eea36a3c86049a8fc4a.debug 120777 root:root ../../usr/bin/femon.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/a96116e6d98d6765094bf3a7a4873c35bf7a31 120777 root:root ../../../../bin/dvbdate -File: /usr/lib/debug/.build-id/ee/a96116e6d98d6765094bf3a7a4873c35bf7a31.debug 120777 root:root ../../usr/bin/dvbdate.debug -File: /usr/lib/debug/.build-id/fd 40755 root:root -File: /usr/lib/debug/.build-id/fd/a285f30c90f4f1a95ce168ddfcdbd9321f4598 120777 root:root ../../../../bin/szap -File: /usr/lib/debug/.build-id/fd/a285f30c90f4f1a95ce168ddfcdbd9321f4598.debug 120777 root:root ../../usr/bin/szap.debug -File: /usr/lib/debug/usr/bin/av7110_loadkeys.debug 100644 root:root 4d5dfa1ab5a8c8c05d9a9baa47081875 -File: /usr/lib/debug/usr/bin/czap.debug 100644 root:root f7ceb0debf0f90b87f1ff7a9c5153ab8 -File: /usr/lib/debug/usr/bin/dvbdate.debug 100644 root:root 459ef937b17cbf021a08a31f1fbfc5fb -File: /usr/lib/debug/usr/bin/dvbnet.debug 100644 root:root 39fb673b96c0763be33aaf40915bf986 -File: /usr/lib/debug/usr/bin/dvbtraffic.debug 100644 root:root 7c629dfd4f990e2f69baad375cc9522d -File: /usr/lib/debug/usr/bin/femon.debug 100644 root:root c50e3c1e7cf92b50f7eeebbf7c82e29d -File: /usr/lib/debug/usr/bin/scan.debug 100644 root:root bd90eb39125472375bba37b320090e1e -File: /usr/lib/debug/usr/bin/szap.debug 100644 root:root ad28934f346f5df767ab8e2238bc0acf -File: /usr/lib/debug/usr/bin/tzap.debug 100644 root:root 07ed6ef42dd16a63411b03ee00cab9a8 +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/86f8b30d7b1972a7383235e266fc6c83090b73 120777 root:root ../../../../bin/scan +File: /usr/lib/debug/.build-id/2b/86f8b30d7b1972a7383235e266fc6c83090b73.debug 120777 root:root ../../usr/bin/scan.debug +File: /usr/lib/debug/.build-id/34 40755 root:root +File: /usr/lib/debug/.build-id/34/8df1a3e24036dd1196b113d54f620fbe891428 120777 root:root ../../../../bin/szap +File: /usr/lib/debug/.build-id/34/8df1a3e24036dd1196b113d54f620fbe891428.debug 120777 root:root ../../usr/bin/szap.debug +File: /usr/lib/debug/.build-id/35 40755 root:root +File: /usr/lib/debug/.build-id/35/d55cb94bbe5b546e46b7a9a99b3454aafede77 120777 root:root ../../../../bin/dvbdate +File: /usr/lib/debug/.build-id/35/d55cb94bbe5b546e46b7a9a99b3454aafede77.debug 120777 root:root ../../usr/bin/dvbdate.debug +File: /usr/lib/debug/.build-id/3e 40755 root:root +File: /usr/lib/debug/.build-id/3e/440761a95df2df3f3e7801fe80cba5ef139c95 120777 root:root ../../../../bin/av7110_loadkeys +File: /usr/lib/debug/.build-id/3e/440761a95df2df3f3e7801fe80cba5ef139c95.debug 120777 root:root ../../usr/bin/av7110_loadkeys.debug +File: /usr/lib/debug/.build-id/69 40755 root:root +File: /usr/lib/debug/.build-id/69/57ade016f8622d80ffbab5d6004ccfabdc3f1b 120777 root:root ../../../../bin/dvbtraffic +File: /usr/lib/debug/.build-id/69/57ade016f8622d80ffbab5d6004ccfabdc3f1b.debug 120777 root:root ../../usr/bin/dvbtraffic.debug +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/0e3e3514c36ea61918ff1dd4f51ca74c9d51f5 120777 root:root ../../../../bin/tzap +File: /usr/lib/debug/.build-id/89/0e3e3514c36ea61918ff1dd4f51ca74c9d51f5.debug 120777 root:root ../../usr/bin/tzap.debug +File: /usr/lib/debug/.build-id/93 40755 root:root +File: /usr/lib/debug/.build-id/93/6ffa98018b5abdc10241256300144056422f82 120777 root:root ../../../../bin/dvbnet +File: /usr/lib/debug/.build-id/93/6ffa98018b5abdc10241256300144056422f82.debug 120777 root:root ../../usr/bin/dvbnet.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/f529285d050ae66ca71769557e7655b70647ec 120777 root:root ../../../../bin/femon +File: /usr/lib/debug/.build-id/e1/f529285d050ae66ca71769557e7655b70647ec.debug 120777 root:root ../../usr/bin/femon.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/1ae3349e5ff33be8f6d3a74cd37198e048358e 120777 root:root ../../../../bin/czap +File: /usr/lib/debug/.build-id/fc/1ae3349e5ff33be8f6d3a74cd37198e048358e.debug 120777 root:root ../../usr/bin/czap.debug +File: /usr/lib/debug/usr/bin/av7110_loadkeys.debug 100644 root:root c98650f4405159e3942c23448faccf31 +File: /usr/lib/debug/usr/bin/czap.debug 100644 root:root 9b090f97412b9ff371cd91c8f3d43904 +File: /usr/lib/debug/usr/bin/dvbdate.debug 100644 root:root bfc3da63fd11c8f5bd2891778759fcb0 +File: /usr/lib/debug/usr/bin/dvbnet.debug 100644 root:root da45001937d9e6451ec6fa1c325436b0 +File: /usr/lib/debug/usr/bin/dvbtraffic.debug 100644 root:root 47e2e1a6c2b4ea5f280ba645440a8fc6 +File: /usr/lib/debug/usr/bin/femon.debug 100644 root:root 635a6ddf25b64f9d98e6c2158aa3b3d4 +File: /usr/lib/debug/usr/bin/scan.debug 100644 root:root 672dc5b035116e961a4d9b39c376c709 +File: /usr/lib/debug/usr/bin/szap.debug 100644 root:root 2648b4e03fa877f3215fb9fac5ae9006 +File: /usr/lib/debug/usr/bin/tzap.debug 100644 root:root 0e0b39336124a85ed72b9174d7a6c836 File: /usr/src/debug/linuxtv-dvb-apps-1.1.1 40755 root:root @@ -159,2 +159,2 @@ File: /usr/src/debug/linuxtv-dvb-apps-1.1.1/util/szap/tzap.c 100644 root:root 40ae9de7ed94c244bace1fda0ec7283c -RPMIdentity: 10f888ef0a87cd2f8edbae6aa42fe1336f2c673bc7f00c370d2cc70230f02868d5f9ac6fe78abfdbb438b680bce0ea031492bddcabb809553f59b52dba874a5e +RPMIdentity: 1ee8cb96f620e46ce7d423ca2b3700b550b46f6829cfc382efb34de2dbba05e63455ecc83c4ac1485a03ebfef40f0db3895a08566bd38adf806627f573e11c2b