From ca1f7d72eae45e69417c4037d40cfc9e724b9c3e5903d8c050eaaf768db83273 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Sep 2008 00:45:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=2 --- post-build-checks-1.0.tar.bz2 | 4 ++-- post-build-checks.changes | 15 ++++++++++++++- post-build-checks.spec | 9 ++++++++- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/post-build-checks-1.0.tar.bz2 b/post-build-checks-1.0.tar.bz2 index 65848a5..8bd9c31 100644 --- a/post-build-checks-1.0.tar.bz2 +++ b/post-build-checks-1.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbcfd2b9354f471883c294b07a786e9306adc459cc5d656bd59fab17f8f22974 -size 33333 +oid sha256:e72a80e0072cc408026e8a660368247f820a87fad966ee16c30bea0e50d7c295 +size 33661 diff --git a/post-build-checks.changes b/post-build-checks.changes index 2ed5986..ed9db32 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -1,7 +1,20 @@ +------------------------------------------------------------------- +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 +- 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 diff --git a/post-build-checks.spec b/post-build-checks.spec index 7a1808d..a95adc0 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: post checks for build after rpms have been created Version: 1.0 -Release: 33 +Release: 36 PreReq: aaa_base permissions sed Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -73,8 +73,15 @@ fi /usr/lib/build %changelog +* Fri Sep 05 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 04 2008 ro@suse.de - added COPYING file +* Wed Sep 03 2008 ro@suse.de +- try not to remove library packages during initial build + (when updating soname bnc#421981) * Wed Aug 20 2008 ro@suse.de - allow /var/crash for crash-dumps (FHS-2.3) - allow /branding (installation-images)