Hello community,
here is the log from the commit of package installation-images-extras for
openSUSE:Factory checked in at 2013-07-10 17:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-extras (Old)
and /work/SRC/openSUSE:Factory/.installation-images-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images-extras"
Changes:
--------
New Changes file:
--- /dev/null 2013-07-02 09:26:14.908030755 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images-extras.new/installation-images-extras.changes
2013-07-10 17:26:53.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Jul 9 14:46:17 UTC 2013 - [email protected]
+
+- initial package
+
New:
----
installation-images-extras.changes
installation-images-extras.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-extras.spec ++++++
#
# spec file for package install-images-debug
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: installation-images-extras
Version: 20130703
Release: 0
Summary: Install all debuginfos for install
License: MIT
Group: System/Filesystems
BuildRequires: installation-images
BuildRequires: installation-images-debuginfodeps
BuildRequires: squashfs
AutoReqProv: off
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%prep
%build
%install
mkdir -p usr/lib
cp -a /usr/lib/debug usr/lib
find usr/lib/debug -type l | while read link; do
t=$(readlink -m /$link)
echo $link $t
rm $link
ln -s $t $link
done
basefile=$(ls -1 /CD1/boot/*/root)
mkdir -p %{buildroot}/$(dirname $basefile)
mksquashfs . %{buildroot}/$basefile-debuginfos -comp xz
%files
%defattr(-,root,root)
/CD1
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]