From b71413a76cd2b00f2754301f5b0c711c074354b18e3de15e8af6849e092ede8e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 21 Mar 2011 10:05:51 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/post-build-checks revision 44.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=9462b3b25eb2a7e86403a78fa9787991 --- post-build-checks.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post-build-checks.spec b/post-build-checks.spec index 284e4f3..26e0335 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -1,7 +1,7 @@ # -# spec file for package post-build-checks (Version 1.0) +# spec file for package post-build-checks # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: post checks for build after rpms have been created Version: 1.0 -Release: 82 +Release: 89 PreReq: aaa_base permissions sed Url: http://gitorious.org/opensuse/post-build-checks # From 2387c4cf0e9bb741d8855cabbc0e0a4f62b16247b49cae864fa61889cee79f53 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Fri, 25 Mar 2011 00:30:24 +0000 Subject: [PATCH 2/2] - drop sync workaround again OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=37 --- post-build-checks-1.0.tar.bz2 | 4 ++-- post-build-checks.changes | 5 +++++ post-build-checks.spec | 7 ------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/post-build-checks-1.0.tar.bz2 b/post-build-checks-1.0.tar.bz2 index dc22f00..b1ba302 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:6b901b855837970491b71afdbb8c4b26808f46177922906bed6dab9603e051c7 -size 31272 +oid sha256:8b049545b8bf01c390112a4e0df37404f6b48995878a3cace95aed48a422ffac +size 31217 diff --git a/post-build-checks.changes b/post-build-checks.changes index 39f14a3..50c1873 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 25 01:29:44 CET 2011 - ro@suse.de + +- drop sync workaround again + ------------------------------------------------------------------- Mon Mar 21 00:52:59 CET 2011 - ro@suse.de diff --git a/post-build-checks.spec b/post-build-checks.spec index 26e0335..c773f7a 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -86,10 +86,6 @@ if test -f /bin/uname -a ! -L /bin/uname ; then mv /bin/uname /bin/uname.bin ln -s /usr/lib/build/helper/uname.sh /bin/uname fi -if test -f /bin/sync -a ! -L /bin/sync ; then - mv /bin/sync /bin/sync.bin - ln -s /usr/lib/build/helper/sync.sh /bin/sync -fi %preun if ! test -e /.buildenv; then @@ -98,9 +94,6 @@ fi if test "$1" = 0 -a -f /bin/uname.bin ; then mv /bin/uname.bin /bin/uname fi -if test "$1" = 0 -a -f /bin/sync.bin ; then - mv /bin/sync.bin /bin/sync -fi %files %defattr(-, root, root)