Accepting request 65188 from Base:System
Accepted submit request 65188 from user licensedigger OBS-URL: https://build.opensuse.org/request/show/65188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=45
This commit is contained in:
commit
119e6ffa66
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6b901b855837970491b71afdbb8c4b26808f46177922906bed6dab9603e051c7
|
oid sha256:8b049545b8bf01c390112a4e0df37404f6b48995878a3cace95aed48a422ffac
|
||||||
size 31272
|
size 31217
|
||||||
|
@ -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
|
Mon Mar 21 00:52:59 CET 2011 - ro@suse.de
|
||||||
|
|
||||||
|
@ -86,10 +86,6 @@ if test -f /bin/uname -a ! -L /bin/uname ; then
|
|||||||
mv /bin/uname /bin/uname.bin
|
mv /bin/uname /bin/uname.bin
|
||||||
ln -s /usr/lib/build/helper/uname.sh /bin/uname
|
ln -s /usr/lib/build/helper/uname.sh /bin/uname
|
||||||
fi
|
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
|
%preun
|
||||||
if ! test -e /.buildenv; then
|
if ! test -e /.buildenv; then
|
||||||
@ -98,9 +94,6 @@ fi
|
|||||||
if test "$1" = 0 -a -f /bin/uname.bin ; then
|
if test "$1" = 0 -a -f /bin/uname.bin ; then
|
||||||
mv /bin/uname.bin /bin/uname
|
mv /bin/uname.bin /bin/uname
|
||||||
fi
|
fi
|
||||||
if test "$1" = 0 -a -f /bin/sync.bin ; then
|
|
||||||
mv /bin/sync.bin /bin/sync
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user