From 01c7221f16f99ef23ec2a2872c268c255d3c069b Mon Sep 17 00:00:00 2001
From: Andy Shevchenko <andriy@fedoraproject.org>
Date: Wed, 23 May 2007 13:14:52 +0000
Subject: [PATCH] Fix limits.conf syntax.

---
 jack-audio-connection-kit.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec
index b4e9c12..53bc479 100644
--- a/jack-audio-connection-kit.spec
+++ b/jack-audio-connection-kit.spec
@@ -97,8 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 grep -q jackuser /etc/security/limits.conf || cat >> /etc/security/limits.conf << EOF
 
 ## Automatically appended by jack-audio-connection-kit
-* jackuser rtprio 20
-* jackuser memlock 4194304
+@jackuser - rtprio 20
+@jackuser - memlock 4194304
 EOF
 
 %postun -p /sbin/ldconfig
@@ -140,7 +140,7 @@ EOF
 %changelog
 * Wed May 23 2007 Andy Shevchenko <andy@smile.org.ua> 0.103.0-1
 - update to the last official release
-- append defaults to the limits.conf (#221785)
+- append defaults to the limits.conf (#221785, #235624)
 
 * Wed Mar 07 2007 Andy Shevchenko <andy@smile.org.ua> 0.102.20-4
 - drop libtermcap-devel build requirement (#231203)