Hello community, here is the log from the commit of package dvb for openSUSE:Factory checked in at 2013-01-29 06:43:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvb (Old) and /work/SRC/openSUSE:Factory/.dvb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/dvb/dvb.changes 2012-12-03 09:32:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dvb.new/dvb.changes 2013-01-29 06:43:58.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Jan 20 10:02:54 UTC 2013 - [email protected] + +- add Require for dtv-scan-tables (this is where scan data currently are) +- some rpmlint fixes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvb.spec ++++++ --- /var/tmp/diff_new_pack.AsVYIs/_old 2013-01-29 06:43:59.000000000 +0100 +++ /var/tmp/diff_new_pack.AsVYIs/_new 2013-01-29 06:43:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dvb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,6 +50,7 @@ Supplements: modalias(pci:v00001131d00007146sv000013C2sd0000000[0123468AE]bc*sc*i*) Supplements: modalias(pci:v00001131d00007146sv000013C2sd00001002bc*sc*i*) # Generated with: extract-modaliases -i dvb-ttpci kernel-default.rpm +Requires: dtv-scan-tables %description DVB tools and transponder files useful for DVB TV Cards @@ -115,13 +116,19 @@ rm -r %{buildroot}%{_includedir} %{buildroot}%{_libdir}/*.a # dvbscan is incomplete and defunct rm %{buildroot}%{_bindir}/dvbscan +# dvb scan data are provided by dtv-scan-tables +rm -r %{buildroot}%{_datadir}/dvb/{atsc,dvb-c,dvb-s,dvb-t} # %fdupes $RPM_BUILD_ROOT +%preun +%stop_on_removal dvb + %post %{fillup_and_insserv dvb} %postun +%restart_on_update dvb %insserv_cleanup %files ++++++ rcdvb ++++++ --- /var/tmp/diff_new_pack.AsVYIs/_old 2013-01-29 06:43:59.000000000 +0100 +++ /var/tmp/diff_new_pack.AsVYIs/_new 2013-01-29 06:43:59.000000000 +0100 @@ -16,8 +16,8 @@ # ### BEGIN INIT INFO # Provides: dvb -# Required-Start: -# Required-Stop: +# Required-Start: $remote_fs +# Required-Stop: $null # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: (re)loads drivers for DVB cards. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
