Rebase to git commit fe97f63

This commit is contained in:
Jiri Pirko 2012-02-21 21:18:18 +01:00
parent 7b9b0188ad
commit cae87335ba
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/libteam-20120113git302672e.tar.gz /libteam-20120113git302672e.tar.gz
/libteam-20120125gita1718f8.tar.gz /libteam-20120125gita1718f8.tar.gz
/libteam-20120130gitb5cf2a8.tar.gz /libteam-20120130gitb5cf2a8.tar.gz
/libteam-20120221gitfe97f63.tar.gz

View File

@ -1,6 +1,6 @@
Name: libteam Name: libteam
Version: 0.1 Version: 0.1
Release: 3.20120130gitb5cf2a8%{?dist} Release: 4.20120221gitfe97f63%{?dist}
Summary: Library for controlling team network device Summary: Library for controlling team network device
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
@ -9,16 +9,17 @@ URL: http://www.libteam.org
# following commands to generate the tarball: # following commands to generate the tarball:
# git clone git://github.com/jpirko/libteam.git # git clone git://github.com/jpirko/libteam.git
# cd libteam/ # cd libteam/
# git reset --hard b5cf2a8 # git reset --hard fe97f63
# ./autogen.sh # ./autogen.sh
# ./configure # ./configure
# make distcheck # make distcheck
# mv libteam-0.1.tar.gz libteam-20120130gitb5cf2a8.tar.gz # mv libteam-0.1.tar.gz libteam-20120221gitfe97f63.tar.gz
Source0: libteam-20120130gitb5cf2a8.tar.gz Source0: libteam-20120221gitfe97f63.tar.gz
BuildRequires: jansson-devel BuildRequires: jansson-devel
BuildRequires: libdaemon-devel BuildRequires: libdaemon-devel
BuildRequires: libnl3-devel BuildRequires: libnl3-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: dbus-devel
BuildRequires: swig BuildRequires: swig
%description %description
@ -113,6 +114,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Sat Feb 21 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-4.20120221gitfe97f63
- Rebase to git commit fe97f63
* Mon Jan 30 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-3.20120130gitb5cf2a8 * Mon Jan 30 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-3.20120130gitb5cf2a8
- Rebase to git commit b5cf2a8 - Rebase to git commit b5cf2a8

View File

@ -1 +1 @@
2c3fe9b39d506f50ab6e9b3e4ee3d1a1 libteam-20120130gitb5cf2a8.tar.gz 692cc9bf5d1c30a67f25f41ad6f0d3ec libteam-20120221gitfe97f63.tar.gz