Rebase to git commit 8448186

This commit is contained in:
Jiri Pirko 2012-09-23 11:30:53 +02:00
parent 9dd0100904
commit 2e26ae0cc6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/libteam-20120807git9fa4a96.tar.gz /libteam-20120807git9fa4a96.tar.gz
/libteam-20120822gitc0d943d.tar.gz /libteam-20120822gitc0d943d.tar.gz
/libteam-20120904gitbdcf72c.tar.gz /libteam-20120904gitbdcf72c.tar.gz
/libteam-20120923git8448186.tar.gz

View File

@ -1,6 +1,6 @@
Name: libteam Name: libteam
Version: 0.1 Version: 0.1
Release: 14.20120904gitbdcf72c%{?dist} Release: 15.20120923git8448186%{?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 bdcf72c # git reset --hard 8448186
# ./autogen.sh # ./autogen.sh
# ./configure # ./configure
# make distcheck # make distcheck
# mv libteam-0.1.tar.gz libteam-20120904gitbdcf72c.tar.gz # mv libteam-0.1.tar.gz libteam-20120923git8448186.tar.gz
Source0: libteam-20120904gitbdcf72c.tar.gz Source0: libteam-20120923git8448186.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
* Tue Sep 23 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-15.20120923git8448186
- Rebase to git commit 8448186
* Tue Sep 04 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-14.20120904gitbdcf72c * Tue Sep 04 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-14.20120904gitbdcf72c
- Rebase to git commit bdcf72c - Rebase to git commit bdcf72c

View File

@ -1 +1 @@
3b8655cfc2d48c55d339b576a2e4affd libteam-20120904gitbdcf72c.tar.gz 4267601033d32fd0baf0c7202a07275b libteam-20120923git8448186.tar.gz