rpms/xenner/devel xenner-debuginfo.sh, NONE, 1.1 .cvsignore, 1.14, 1.15 sources, 1.13, 1.14 xenner.spec, 1.21, 1.22

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Fri Jul 11 12:06:35 UTC 2008


Author: kraxel

Update of /cvs/pkgs/rpms/xenner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18996

Modified Files:
	.cvsignore sources xenner.spec 
Added Files:
	xenner-debuginfo.sh 
Log Message:
- update to version 0.39


--- NEW FILE xenner-debuginfo.sh ---
#!/bin/sh
# /usr/lib64/xenner/emu{23,64}.elf must not be stripped
# symbol tables are required.
gzip $RPM_BUILD_ROOT/usr/lib*/xenner/*.elf	# hide files
/usr/lib/rpm/find-debuginfo.sh "$@"		# extract debuginfo
gunzip $RPM_BUILD_ROOT/usr/lib*/xenner/*.elf.gz	# restore


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	2 Jul 2008 09:27:06 -0000	1.14
+++ .cvsignore	11 Jul 2008 12:05:47 -0000	1.15
@@ -1 +1 @@
-xenner-0.38.tar.gz
+xenner-0.39.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	2 Jul 2008 09:27:06 -0000	1.13
+++ sources	11 Jul 2008 12:05:47 -0000	1.14
@@ -1 +1 @@
-3dbc3cfcba5e80b591bbdc9675846b7c  xenner-0.38.tar.gz
+0b1f56f9ae2f11a6e57944954b9f9418  xenner-0.39.tar.gz


Index: xenner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/devel/xenner.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xenner.spec	2 Jul 2008 09:27:06 -0000	1.21
+++ xenner.spec	11 Jul 2008 12:05:47 -0000	1.22
@@ -1,10 +1,11 @@
 Name:         xenner
 License:      GPLv2+
-Version:      0.38
+Version:      0.39
 Release:      1%{?dist}
 Summary:      Xen emulator for kvm
 Group:        Applications/Emulators
-Source:       %{name}-%{version}.tar.gz
+Source0:      %{name}-%{version}.tar.gz
+Source1:      %{name}-debuginfo.sh
 URL:          http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
 Requires:     xen-runtime
 Provides:     xen-hypervisor-abi = 3.2
@@ -21,6 +22,11 @@
 xenner is a utility which is able to boot xen paravirtualized kernels,
 without the xen hypervisor, using kvm instead.
 
+# debuginfo: hide some files which must not be stripped.
+%define __debug_install_post \
+	sh %{SOURCE1} %{_builddir}/%{?buildsubdir}\
+%{nil}
+
 %prep
 %setup -q
 
@@ -57,6 +63,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Fri Jul 11 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.39-1.fc10
+- update to version 0.39
+- avoid emu*.elf getting stripped
 * Mon Jul 2 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.38-1.fc10
 - update to version 0.38
 * Mon Jun 9 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.37-1.fc10




More information about the fedora-extras-commits mailing list