Hello community, here is the log from the commit of package apport checked in at Tue Oct 28 17:53:38 CET 2008. -------- --- apport/apport.changes 2008-10-27 16:07:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/apport/apport.changes 2008-10-28 10:07:16.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 28 10:09:49 CET 2008 - jblunck@suse.de + +- Fix list of key ids and vendor strings used by openSUSE + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- apport-0.114-rev1171.tar.bz2 New: ---- apport-0.114-rev1172.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apport.spec ++++++ --- /var/tmp/diff_new_pack.c23837/_old 2008-10-28 17:52:40.000000000 +0100 +++ /var/tmp/diff_new_pack.c23837/_new 2008-10-28 17:52:40.000000000 +0100 @@ -18,11 +18,11 @@ # norootforbuild -%define revno -rev1171 +%define revno -rev1172 Name: apport Version: 0.114 -Release: 3 +Release: 4 License: GPL v2 or later Url: https://launchpad.net/apport BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -233,6 +233,8 @@ /usr/share/apport/*.ui %changelog +* Tue Oct 28 2008 jblunck@suse.de +- Fix list of key ids and vendor strings used by openSUSE * Mon Oct 27 2008 jblunck@suse.de - Fix developer mode - Add some keys to the list of official keys ++++++ apport-0.114-rev1171.tar.bz2 -> apport-0.114-rev1172.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/apport-0.114/backends/packaging_opensuse.py new/apport-0.114/backends/packaging_opensuse.py --- old/apport-0.114/backends/packaging_opensuse.py 2008-10-27 16:09:39.000000000 +0100 +++ new/apport-0.114/backends/packaging_opensuse.py 2008-10-28 10:09:07.000000000 +0100 @@ -67,25 +67,25 @@ version = verstring[i + 1:] release = None return (epoch, version, release) - - # A list of ids of official keys used by the openSUSE + # This information should be delivered by the crash database server: + # A list of ids of official keys used by the openSUSE (suse-build-key) official_keylist = ( '9C800ACA', # SuSE Package Signing Key <build@suse.de> '307E3D54', # SuSE Package Signing Key <build@suse.de> 'A1912208', # Novell Provo Build <novell-provo-build@novell.com> '7E2E3B05', # Novell Provo Build <novell-provo-build@novell.com> '3D25D3D9', # SuSE Security Team <security@suse.de> - '0dfb3188', # Open Enterprise Server <support@novell.com> - '6b9d6523', # openSUSE Build Service <buildservice@opensuse.org> - '1d061a62', # build@novell.com (Novell Linux Products) <support@novell.com> + '0DFB3188', # Open Enterprise Server <support@novell.com> + '1D061A62', # build@novell.com (Novell Linux Products) <support@novell.com> + '56B4177A', # openSUSE:Factory OBS Project (external build service) ) - # A list of + # This information should be delivered by the crash database server: + # A list of official vendor strings used by openSUSE official_vendorlist = ( 'SUSE LINUX Products GmbH, Nuernberg, Germany', 'openSUSE Build Service', - 'Novell Technical Services', ) def is_distro_package(self, package): ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de