Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2021-08-31 19:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-daemon.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-daemon"

Tue Aug 31 19:55:24 2021 rev:26 rq:915122 version:3.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2021-04-27 21:34:41.379986504 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new.1899/cdemu-daemon.changes      
2021-08-31 19:56:19.958010098 +0200
@@ -1,0 +2,6 @@
+Sun Aug 29 18:28:48 UTC 2021 - Yaroslav Kurlaev <[email protected]>
+
+- Add systemd and D-Bus .service files
+- Fix .spec file warning
+
+-------------------------------------------------------------------

New:
----
  cdemu-daemon.service

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.g5uT9u/_old  2021-08-31 19:56:20.382010629 +0200
+++ /var/tmp/diff_new_pack.g5uT9u/_new  2021-08-31 19:56:20.382010629 +0200
@@ -33,6 +33,7 @@
 Source:         https://downloads.sf.net/cdemu/%name-%version.tar.xz
 Source2:        60-vhba.rules
 Source3:        cdemu-daemon.sysconfig
+Source4:        cdemu-daemon.service
 BuildRequires:  cmake >= 2.8.5
 BuildRequires:  intltool >= 0.21
 BuildRequires:  pkg-config >= 0.16
@@ -74,16 +75,23 @@
        "$b/%_prefix/lib/udev/rules.d"
 install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
 install -pm0644 "%{S:3}" "$b/%_fillupdir/sysconfig.cdemu-daemon"
+mkdir -p "$b/%_userunitdir"
+install -pm0644 "%{S:4}" "$b/%_userunitdir/cdemu-daemon.service"
+mkdir -p "$b/%_datadir/dbus-1/services"
+install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" 
"$b/%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service"
 %find_lang %name
 
 %post
 %fillup_only
 
 %files -f %name.lang
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
 %_bindir/cdemu-daemon
 %_mandir/man8/cdemu-daemon.8*
 %_fillupdir/sysconfig.cdemu-daemon
 %_prefix/lib/udev/
+%_userunitdir/cdemu-daemon.service
+%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
 
 %changelog

++++++ cdemu-daemon.service ++++++
[Unit]
Description=CDEmu daemon

[Service]
Type=dbus
EnvironmentFile=-/etc/sysconfig/cdemu-daemon
BusName=net.sf.cdemu.CDEmuDaemon
ExecStart=/usr/bin/cdemu-daemon -n $DEVICES -c $CTL_DEVICE -a $AUDIO_BACKEND
Restart=no

Reply via email to