1
0
OBS User unknown 2009-02-23 23:03:11 +00:00 committed by Git OBS Bridge
parent 5a598f2bd9
commit 2fa725eda5
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -24,7 +24,7 @@ Group: Development/Tools/Building
AutoReqProv: on
Summary: post checks for build after rpms have been created
Version: 1.0
Release: 55
Release: 57
PreReq: aaa_base permissions sed
Source0: %{name}-%{version}.tar.bz2
BuildArch: noarch
@ -73,12 +73,19 @@ if test -f /bin/uname -a ! -L /bin/uname ; then
ln -s /usr/lib/build/helper/uname.sh /bin/uname
fi
%preun
if test "$1" = 0 -a -f /bin/uname.bin ; then
mv /bin/uname.bin /bin/uname
fi
%files
%defattr(-, root, root)
%doc COPYING
/usr/lib/build
%changelog
* Mon Feb 23 2009 ro@suse.de
- cleanup uname hack in preun (bnc#476885)
* Fri Feb 20 2009 coolo@suse.de
- don't make the sequence point gcc warnings fatal, but let security
team review them case by case