Rebase to v1.4.03

This commit is contained in:
Colin Coe 2011-05-02 19:14:54 +08:00
commit 45e8d95bc9

View file

@ -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 <colin.coe@gmail.com> - 1.4.03-1
- Rebase to latest upstream to resolve BZ699728
* Thu Apr 28 2011 Colin Coe <colin.coe@gmail.com> - 1.4.02-1
- Rebase to latest upstream