- Update to new upstream release 3.1.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=46
This commit is contained in:
parent
f66f570c77
commit
a7eda140d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:317ca9149eb902c10a6ef9799976320b2f2d1bc42cb47ab68dbd151f5cf780b1
|
|
||||||
size 75920
|
|
3
cdemu-daemon-3.1.0.tar.bz2
Normal file
3
cdemu-daemon-3.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:498f0f2fe2225de76acfe0b3dbf9606e4e2eb57ac9d29da9d48064b62587bc4f
|
||||||
|
size 79943
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 19:29:16 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.1.0
|
||||||
|
* Added no-op implementation of RESERVE TRACK for all
|
||||||
|
recording modes.
|
||||||
|
* Added infrastructure for localization support.
|
||||||
|
* Added Slovenian and Russian translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 19:51:31 UTC 2017 - jengelh@inai.de
|
Mon Feb 6 19:51:31 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cdemu-daemon
|
Name: cdemu-daemon
|
||||||
Version: 3.0.5
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Device daemon for cdemu, a virtual CD-ROM device emulator
|
Summary: Device daemon for cdemu, a virtual CD-ROM device emulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -30,7 +30,8 @@ Source2: 60-vhba.rules
|
|||||||
Source3: cdemu-daemon.sysconfig
|
Source3: cdemu-daemon.sysconfig
|
||||||
Patch1: logfile.diff
|
Patch1: logfile.diff
|
||||||
BuildRequires: cmake >= 2.8.5
|
BuildRequires: cmake >= 2.8.5
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: intltool >= 0.21
|
||||||
|
BuildRequires: pkg-config >= 0.16
|
||||||
BuildRequires: pkgconfig(ao) >= 0.8.0
|
BuildRequires: pkgconfig(ao) >= 0.8.0
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.28
|
BuildRequires: pkgconfig(gio-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
@ -39,8 +40,11 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
|||||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.28
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(libmirage) >= %version
|
BuildRequires: pkgconfig(libmirage) >= %version
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
|
Recommends: %name-lang
|
||||||
Recommends: vhba-kmp
|
Recommends: vhba-kmp
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cdemu-daemon receives SCSI commands from kernel module thorugh the
|
cdemu-daemon receives SCSI commands from kernel module thorugh the
|
||||||
VHBA module and processes them, passing the requested data back to
|
VHBA module and processes them, passing the requested data back to
|
||||||
@ -69,11 +73,12 @@ install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
|
|||||||
install -pm0644 "%{S:3}" "$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon"
|
install -pm0644 "%{S:3}" "$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon"
|
||||||
# Not desired for security; it would permit a user to start a system service.
|
# Not desired for security; it would permit a user to start a system service.
|
||||||
rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
|
rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%fillup_only
|
%fillup_only
|
||||||
|
|
||||||
%files
|
%files -f %name.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%_bindir/cdemu-daemon
|
%_bindir/cdemu-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user