[quagga] spec: configure quagga using correct user

Michal Sekletar msekleta at fedoraproject.org
Thu Jun 6 16:44:03 UTC 2013


commit 6d65f131c322d7b592e984fa1f4fa16abe0b7575
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Thu Jun 6 15:01:39 2013 +0200

    spec: configure quagga using correct user

 quagga.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/quagga.spec b/quagga.spec
index a1dee18..e8a1b6b 100644
--- a/quagga.spec
+++ b/quagga.spec
@@ -5,7 +5,7 @@
 
 Name: quagga
 Version: 0.99.22.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Routing daemon
 License: GPLv2+
 Group: System Environment/Daemons
@@ -72,8 +72,8 @@ developing OSPF-API and quagga applications.
     --enable-vtysh=yes \
     --enable-ospfclient=yes \
     --enable-ospfapi=yes \
-    --enable-user=%quagga_user \
-    --enable-group=%quagga_user \
+    --enable-user=quagga \
+    --enable-group=quagga \
     --enable-vty-group=%vty_group \
     --enable-rtadv \
     --disable-exampledir \
@@ -217,6 +217,9 @@ fi
 %{_includedir}/quagga/ospfapi/*.h
 
 %changelog
+* Thu Jun 06 2013 Michal Sekletar <msekleta at redhat.com> - 0.99.22.1-5
+- configure quagga using correct user
+
 * Tue May 28 2013 Michal Sekletar <msekleta at redhat.com> - 0.99.22.1-4
 - call chmod on correct path
 


More information about the scm-commits mailing list