Rebase to git commit f16805c

This commit is contained in:
Jiri Pirko 2013-01-10 18:35:46 +01:00
parent cfd80d5b15
commit c06e9bc8d6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/libteam-20121122git18b6701.tar.gz /libteam-20121122git18b6701.tar.gz
/libteam-20121206git659a848.tar.gz /libteam-20121206git659a848.tar.gz
/libteam-20121212git01fe4bd.tar.gz /libteam-20121212git01fe4bd.tar.gz
/libteam-20130110gitf16805c.tar.gz

View File

@ -1,6 +1,6 @@
Name: libteam Name: libteam
Version: 0.1 Version: 0.1
Release: 24.20121212git01fe4bd%{?dist} Release: 25.20130110gitf16805c%{?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 01fe4bd # git reset --hard f16805c
# ./autogen.sh # ./autogen.sh
# ./configure # ./configure
# make distcheck # make distcheck
# mv libteam-0.1.tar.gz libteam-20121212git01fe4bd.tar.gz # mv libteam-0.1.tar.gz libteam-20130110gitf16805c.tar.gz
Source0: libteam-20121212git01fe4bd.tar.gz Source0: libteam-20130110gitf16805c.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 Jan 10 2013 Jiri Pirko <jpirko@redhat.com> - 0.1-25.20130110gitf16805c
- Rebase to git commit f16805c
* Thu Dec 12 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-24.20121212git01fe4bd * Thu Dec 12 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-24.20121212git01fe4bd
- Rebase to git commit 01fe4bd - Rebase to git commit 01fe4bd

View File

@ -1 +1 @@
04da2008979f1e51188a400a37e33e19 libteam-20121212git01fe4bd.tar.gz 65a9007651e5891c6102b4e6a53df0b0 libteam-20130110gitf16805c.tar.gz