Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2012-11-28 10:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-daemon", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2012-06-07 15:37:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2012-11-28 10:08:20.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 20:02:02 UTC 2012 - [email protected]
+
+- Remove cdemud-launch helper, this caused too much confusion.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.k82pze/_old  2012-11-28 10:08:26.000000000 +0100
+++ /var/tmp/diff_new_pack.k82pze/_new  2012-11-28 10:08:26.000000000 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           cdemu-daemon
 Version:        1.5.0
 Release:        0
@@ -22,15 +24,20 @@
 Group:          System/Daemons
 Url:            http://cdemu.sf.net/
 
+#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 Source:         http://downloads.sf.net/cdemu/%name-%version.tar.bz2
 Source3:       cdemu-daemon.sysconfig
 Patch1:                logfile.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:        autoconf >= 2.59
-BuildRequires: pkgconfig pkgconfig(glib-2.0) >= 2.28
-BuildRequires: pkgconfig(gobject-2.0) >= 2.28 pkgconfig(gmodule-2.0) >= 2.28
-BuildRequires: pkgconfig(gthread-2.0) >= 2.28, pkgconfig(gio-2.0) >= 2.28
-BuildRequires: pkgconfig(ao) >= 0.8.0, pkgconfig(libmirage) >= 1.5.0
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(ao) >= 0.8.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.28
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.28
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.28
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.28
+BuildRequires:  pkgconfig(libmirage) >= 1.5.0
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -55,13 +62,6 @@
 b="%buildroot";
 make install DESTDIR="$b";
 mkdir -p "$b/%_sbindir";
-cat >"$b/%_sbindir/cdemud-launch" <<-EOF;
-       #!/bin/sh
-       modprobe -q sg;
-       modprobe -q vhba;
-       exec /usr/bin/cdemud "$@";
-EOF
-chmod a+x "$b/%_sbindir/cdemud-launch";
 mkdir -p "$b/%_localstatedir/adm/fillup-templates";
 install -pm0644 "%{S:3}" 
"$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon";
 # Not desired
@@ -70,7 +70,6 @@
 %files
 %defattr(-,root,root)
 %_bindir/cdemud
-%_sbindir/cdemud-launch
 %_libexecdir/cdemu-daemon-*.sh
 %_datadir/dbus-1
 %_mandir/man8/cdemud.8*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to