spec: configure quagga using correct user

This commit is contained in:
Michal Sekletar 2013-06-06 15:01:39 +02:00
parent 06d201d22d
commit 6d65f131c3

View File

@ -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@redhat.com> - 0.99.22.1-5
- configure quagga using correct user
* Tue May 28 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-4
- call chmod on correct path