diff --git a/vmpsd.spec b/vmpsd.spec index d762d70..579b545 100644 --- a/vmpsd.spec +++ b/vmpsd.spec @@ -1,5 +1,5 @@ Name: vmpsd -Version: 1.4.02 +Version: 1.4.03 Release: 1%{?dist} Summary: A GPL implementation of Cisco Systems' VMPS @@ -23,7 +23,7 @@ specific VLANs based on MAC address of connecting device. OpenVMPS is a GPL implementation of VMPS. %prep -%setup -qn %{name} +%setup -qn %{name}-%{version} %build %configure @@ -72,6 +72,9 @@ fi %{_mandir}/man1/%{name}.1.gz %changelog +* Mon May 2 2011 Colin Coe - 1.4.03-1 +- Rebase to latest upstream to resolve BZ699728 + * Thu Apr 28 2011 Colin Coe - 1.4.02-1 - Rebase to latest upstream