From 829a947513010771d9f1f49a41021d1be1f71438 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Jan 06 2012 22:51:06 +0000 Subject: Always build with systemd support --- 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 - 1.0.24.1-6 +- Always build with systemd support + * Fri Jan 6 2012 Lennart Poettering - 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