Rebase to git commit ffb5267

This commit is contained in:
Jiri Pirko 2012-11-15 19:25:35 +01:00
parent 9681d2fe7d
commit e174f37869
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/libteam-20121019git1a91059.tar.gz /libteam-20121019git1a91059.tar.gz
/libteam-20121025git7fe7c72.tar.gz /libteam-20121025git7fe7c72.tar.gz
/libteam-20121105git3b95b34.tar.gz /libteam-20121105git3b95b34.tar.gz
/libteam-20121115gitffb5267.tar.gz

View File

@ -1,6 +1,6 @@
Name: libteam Name: libteam
Version: 0.1 Version: 0.1
Release: 20.20121105git3b95b34%{?dist} Release: 21.20121115gitffb5267%{?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,12 +9,12 @@ 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 3b95b34 # git reset --hard ffb5267
# ./autogen.sh # ./autogen.sh
# ./configure # ./configure
# make distcheck # make distcheck
# mv libteam-0.1.tar.gz libteam-20121105git3b95b34.tar.gz # mv libteam-0.1.tar.gz libteam-20121115gitffb5267.tar.gz
Source0: libteam-20121105git3b95b34.tar.gz Source0: libteam-20121115gitffb5267.tar.gz
BuildRequires: jansson-devel BuildRequires: jansson-devel
BuildRequires: libdaemon-devel BuildRequires: libdaemon-devel
BuildRequires: libnl3-devel BuildRequires: libnl3-devel
@ -134,6 +134,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Thu Nov 15 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-21.20121115gitffb5267
- Rebase to git commit ffb5267
* Mon Nov 05 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-20.20121105git3b95b34 * Mon Nov 05 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-20.20121105git3b95b34
- Rebase to git commit 3b95b34 - Rebase to git commit 3b95b34

View File

@ -1 +1 @@
2aecca6d60c0dd4ca3639e649b1dbdf7 libteam-20121105git3b95b34.tar.gz c10a3aa0ee27ee828e3619177ac8a3be libteam-20121115gitffb5267.tar.gz