[alsa-utils] Always build with systemd support

Lennart Poettering lennart at fedoraproject.org
Fri Jan 6 22:51:17 UTC 2012


commit 829a947513010771d9f1f49a41021d1be1f71438
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 6 23:51:06 2012 +0100

    Always build with systemd support

 alsa-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/alsa-utils.spec b/alsa-utils.spec
index f4c30b3..0d61535 100644
--- a/alsa-utils.spec
+++ b/alsa-utils.spec
@@ -4,7 +4,7 @@
 Summary: Advanced Linux Sound Architecture (ALSA) utilities
 Name:    alsa-utils
 Version: %{baseversion}%{?fixversion}
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group:   Applications/Multimedia
 URL:     http://www.alsa-project.org/
@@ -37,7 +37,7 @@ Architecture (ALSA).
 %patch0 -p1 -b .mba41
 
 %build
-%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf
+%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf --with-systemdsystemunitdir=/lib/systemd/system
 %{__make} %{?_smp_mflags}
 %{__cp} %{SOURCE4} .
 
@@ -112,6 +112,9 @@ if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
 fi
 
 %changelog
+* Fri Jan  6 2012 Lennart Poettering <lpoetter at redhat.com> - 1.0.24.1-6
+- Always build with systemd support
+
 * Fri Jan  6 2012 Lennart Poettering <lpoetter at redhat.com> - 1.0.24.1-5
 - When installing the Fedora service files make sure to override the
   actual service files with them instead of the symlinks to them


More information about the scm-commits mailing list