post-build-checks/post-build-checks.changes

262 lines
8.7 KiB
Plaintext

-------------------------------------------------------------------
Thu Nov 4 15:29:40 UTC 2010 - lnussel@suse.de
- revive 04-check-filelist part that checks for unpackaged
directory. Not possible to implement with rpmlint atm.
-------------------------------------------------------------------
Mon May 31 17:35:14 CEST 2010 - sbrabec@suse.cz
- Removed 11-check-pkgconfig-deps as it is now part of rpm
(bnc#610280).
-------------------------------------------------------------------
Thu May 6 17:41:41 UTC 2010 - lnussel@suse.de
- finally remove 04-check-filelist as it's obsoleted by
CheckFilelist.py in rpmlint
-------------------------------------------------------------------
Wed Apr 7 16:48:52 CEST 2010 - ro@suse.de
- remove debuginfo packages for nosrc rpms unless
package is either kernel or java or texlive-bin or glibc
or removal is disabled in specfile by adding a line
#KEEP NOSOURCE DEBUGINFO
to the specfile (bnc#572695)
-------------------------------------------------------------------
Tue Feb 23 12:21:52 CET 2010 - ro@suse.de
- check gcc warnings: wording for non-void return has changed
-------------------------------------------------------------------
Fri Feb 19 12:00:32 CET 2010 - mls@suse.de
- allow /usr/src/parrot in parrot-devel
-------------------------------------------------------------------
Sat Feb 6 17:31:27 CET 2010 - detlef@links2linux.de
- add umount patch: Umount $BUILD_ROOT/proc after finished job
-------------------------------------------------------------------
Mon Dec 7 14:58:27 CET 2009 - mmarek@suse.cz
- do not mess with sysconfig files when installed in a live system
(no more missed appointments...).
-------------------------------------------------------------------
Thu Nov 5 15:48:37 CET 2009 - meissner@suse.de
- move strcasecmp and strlcpy to "implict warning" as we have
no specific fortify checking for those.
-------------------------------------------------------------------
Tue Oct 20 10:51:08 CEST 2009 - meissner@suse.de
- merge debuginfo patch into tarball
- check for "implicit declaration of function 'xxxx'" with a fixed
list of standard library xxxx which will change behaviour when having
correct declaration.
-------------------------------------------------------------------
Mon Aug 10 02:17:25 CEST 2009 - ro@suse.de
- allow /selinux in filelist check
-------------------------------------------------------------------
Thu Jul 30 10:11:52 CEST 2009 - rguenther@suse.de
- simplify and fix empty debuginfo/source deletion
-------------------------------------------------------------------
Mon Jul 27 16:53:13 CEST 2009 - rguenther@suse.de
- also remove empty debugsource packages
-------------------------------------------------------------------
Wed Jun 24 16:45:44 CEST 2009 - coolo@novell.com
- reenable -as-needed now that most of the fallout is fixed
-------------------------------------------------------------------
Sat Jun 13 09:59:44 CEST 2009 - coolo@novell.com
- take out AS_NEEDED for now to see a before-after comparision
-------------------------------------------------------------------
Wed Jun 10 21:47:05 CEST 2009 - coolo@novell.com
- add a profile.d script that sets -as-needed when in build environment
-------------------------------------------------------------------
Tue May 26 12:33:20 CEST 2009 - ro@suse.de
- fix last change
-------------------------------------------------------------------
Fri May 22 15:56:48 CEST 2009 - ro@suse.de
- more ugly tweaks to uname hack
-------------------------------------------------------------------
Mon Feb 23 15:43:35 CET 2009 - ro@suse.de
- cleanup uname hack in preun (bnc#476885)
-------------------------------------------------------------------
Fri Feb 20 08:18:17 CET 2009 - coolo@suse.de
- don't make the sequence point gcc warnings fatal, but let security
team review them case by case
-------------------------------------------------------------------
Tue Oct 28 09:57:02 CET 2008 - lnussel@suse.de
- remove suid check. replaced by rpmlint script
-------------------------------------------------------------------
Mon Oct 27 23:57:31 CET 2008 - meissner@suse.de
- added warning checks for: array subscript over/underflow,
void return not expected warnings. bnc#240922,bnc#439283
-------------------------------------------------------------------
Thu Oct 23 11:51:25 CEST 2008 - lnussel@suse.de
- suid check: tetex -> texlive
-------------------------------------------------------------------
Wed Oct 22 16:08:24 CEST 2008 - lnussel@suse.de
- don't fail for setuid/setgid directories (bnc#437721)
- some cleanups
-------------------------------------------------------------------
Wed Oct 22 14:12:58 CEST 2008 - lnussel@suse.de
- failed setuid check is fatal (bnc#431592)
-------------------------------------------------------------------
Tue Oct 14 15:27:56 CEST 2008 - dmueller@suse.de
- remove extra whitespace in warning output that confuses people
-------------------------------------------------------------------
Mon Oct 13 11:46:14 CEST 2008 - ro@suse.de
- allow /opt/IBMJava2-*
-------------------------------------------------------------------
Tue Oct 7 21:40:17 CEST 2008 - meissner@suse.de
- testsuite for check_gcc_output. marked the currently non
working tests as "BROKEN.C" (not built).
- fixed implicit fortify function check to work with newer gccs.
-------------------------------------------------------------------
Mon Oct 6 17:53:46 CEST 2008 - meissner@suse.de
- added checks for newer glibcs destination buffer overflow
warning.
-------------------------------------------------------------------
Tue Sep 30 11:24:47 CEST 2008 - ro@suse.de
- make uname.sh more robust
-------------------------------------------------------------------
Tue Sep 23 12:17:28 CEST 2008 - dmueller@suse.de
- remove uses-function-address debug statement, confuses more
people than it helps
-------------------------------------------------------------------
Mon Sep 15 18:09:40 CEST 2008 - ro@suse.de
- allow /opt/IBMJava2-142
-------------------------------------------------------------------
Fri Sep 5 02:13:09 CEST 2008 - ro@suse.de
- next hack for uname.sh: if /.kernelversion does not exist
use a readlink on /usr/src/linux to find out
and then get the flavor by the same hack as kernel-source
-------------------------------------------------------------------
Thu Sep 4 14:19:20 CEST 2008 - ro@suse.de
- added COPYING file
-------------------------------------------------------------------
Wed Sep 3 15:11:13 CEST 2008 - ro@suse.de
- try not to remove library packages during initial build
(when updating soname bnc#421981)
-------------------------------------------------------------------
Wed Aug 20 14:28:07 CEST 2008 - ro@suse.de
- allow /var/crash for crash-dumps (FHS-2.3)
- allow /branding (installation-images)
-------------------------------------------------------------------
Fri Aug 15 17:00:24 CEST 2008 - ro@suse.de
- make sure LOGFILE is set for gcc warning check
-------------------------------------------------------------------
Mon Aug 11 15:24:46 CEST 2008 - ro@suse.de
- eliminate use of BUILD_IS_RUNNING
-------------------------------------------------------------------
Mon Aug 11 14:46:27 CEST 2008 - ro@suse.de
- eliminate use of BUILD_BASENAME and package_name
-------------------------------------------------------------------
Sun Aug 10 12:06:17 CEST 2008 - ro@suse.de
- add uname hack: let "uname -r" return the version of the
installed kernel-sources, not the one of the running kernel
-------------------------------------------------------------------
Fri Aug 8 11:55:35 CEST 2008 - ro@suse.de
- some sysconfig hacks:
sysconfig/security:PERMISSION_SECURITY to secure
sysconfig/clock:TIMEZONE to UTC
- add PreReq "aaa_base permissions sed" to make this work
-------------------------------------------------------------------
Mon Aug 4 15:03:00 CEST 2008 - ro@suse.de
- change debuginfo dependency checker:
only fail on dependencies not referring to debuginfo packages
-------------------------------------------------------------------
Tue Jul 29 01:00:20 CEST 2008 - ro@suse.de
- fail if a debuginfo or debugsource package has
an unresolvable dependency
-------------------------------------------------------------------
Tue Jul 15 15:54:08 CEST 2008 - ro@suse.de
- replace last cleanup_and_exit by exit
- make sure proc is mounted before uninstalling rpms
- export YAST_IS_RUNNING during all install/uninstall tests
-------------------------------------------------------------------
Mon Jul 14 18:11:26 CEST 2008 - ro@suse.de
- added 00-install and 99-remove as next part of main build script
-------------------------------------------------------------------
Mon Jul 14 15:52:16 CEST 2008 - ro@suse.de
- created package