Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e367ac0985 | ||
|
|
8b173d9509 | ||
|
|
ca0941ad15 |
3 changed files with 15 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
vmpsd-1.4.01.tar.gz
|
||||
/vmpsd-1.4.02.tar.gz
|
||||
/vmpsd-1.4.03.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b95f6390f0a340f4f99d4e8f72201cb4 vmpsd-1.4.01.tar.gz
|
||||
6c8a318495b4affdea52e76b52c51b34 vmpsd-1.4.03.tar.gz
|
||||
|
|
|
|||
15
vmpsd.spec
15
vmpsd.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: vmpsd
|
||||
Version: 1.4.01
|
||||
Release: 6%{?dist}
|
||||
Version: 1.4.03
|
||||
Release: 1%{?dist}
|
||||
Summary: A GPL implementation of Cisco Systems' VMPS
|
||||
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -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,15 @@ 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
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.01-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Sep 7 2009 Colin Coe <colin.coe@gmail.com> - 1.4.01-6%{?dist}
|
||||
- Remove condrestart from post section as it's now in the postun section
|
||||
- Stop packaging the INSTALL file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue