Update to 20140330 snapshot
- Sync version to be a post 1.0.0 snapshot
This commit is contained in:
parent
9e1f2fc944
commit
b8bd61d400
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libnftnl-20140125.tar.bz2
|
||||
/libnftnl-20140307.tar.bz2
|
||||
/libnftnl-20140326.tar.bz2
|
||||
/libnftnl-20140330.tar.bz2
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global snapdate 20140326
|
||||
%global snapdate 20140330
|
||||
|
||||
Name: libnftnl
|
||||
Version: 0
|
||||
Release: 0.10.%{snapdate}git%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1.%{snapdate}git%{?dist}
|
||||
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
|
||||
|
||||
License: GPLv2+
|
||||
@ -68,6 +68,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_includedir}/libnftnl
|
||||
|
||||
%changelog
|
||||
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 1.0.0-1.20140330git
|
||||
- Update to 20140330 snapshot
|
||||
- Sync version to be a post 1.0.0 snapshot
|
||||
|
||||
* Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.10.20140326git
|
||||
- Update to 20140326 snapshot
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user