update to 1.1.5
This commit is contained in:
parent
e17ca0d086
commit
6406095afb
@ -6,7 +6,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Save/Restore Sound Card State
|
Description=Save/Restore Sound Card State
|
||||||
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
ConditionPathExists=!/etc/alsa/state-daemon.conf
|
||||||
After=alsa-state.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Manage Sound Card State (restore and store)
|
Description=Manage Sound Card State (restore and store)
|
||||||
ConditionPathExists=/etc/alsa/state-daemon.conf
|
ConditionPathExists=/etc/alsa/state-daemon.conf
|
||||||
After=sysinit.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%define baseversion 1.1.4
|
%define baseversion 1.1.5
|
||||||
#define fixversion .2
|
#define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -88,7 +88,7 @@ mkdir -p -m 755 %{buildroot}/var/lib/alsa
|
|||||||
%config /etc/alsa/*
|
%config /etc/alsa/*
|
||||||
%{_prefix}/lib/udev/rules.d/*
|
%{_prefix}/lib/udev/rules.d/*
|
||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
%{_unitdir}/basic.target.wants/*
|
%{_unitdir}/sound.target.wants/*
|
||||||
%{_prefix}/lib/alsa/init/*
|
%{_prefix}/lib/alsa/init/*
|
||||||
%{_bindir}/aconnect
|
%{_bindir}/aconnect
|
||||||
%{_bindir}/alsaloop
|
%{_bindir}/alsaloop
|
||||||
|
Loading…
Reference in New Issue
Block a user