Rebase to git commit b5cf2a8
This commit is contained in:
parent
e18604cde1
commit
7b9b0188ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libteam-20120113git302672e.tar.gz
|
||||
/libteam-20120125gita1718f8.tar.gz
|
||||
/libteam-20120130gitb5cf2a8.tar.gz
|
||||
|
13
libteam.spec
13
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 0.1
|
||||
Release: 2.20120125gita1718f8%{?dist}
|
||||
Release: 3.20120130gitb5cf2a8%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -9,13 +9,13 @@ URL: http://www.libteam.org
|
||||
# following commands to generate the tarball:
|
||||
# git clone git://github.com/jpirko/libteam.git
|
||||
# cd libteam/
|
||||
# git reset --hard a1718f8
|
||||
# git reset --hard b5cf2a8
|
||||
# ./autogen.sh
|
||||
# ./configure
|
||||
# make distcheck
|
||||
# mv libteam-0.1.tar.gz libteam-20120125gita1718f8.tar.gz
|
||||
Source0: libteam-20120125gita1718f8.tar.gz
|
||||
BuildRequires: json-c-devel
|
||||
# mv libteam-0.1.tar.gz libteam-20120130gitb5cf2a8.tar.gz
|
||||
Source0: libteam-20120130gitb5cf2a8.tar.gz
|
||||
BuildRequires: jansson-devel
|
||||
BuildRequires: libdaemon-devel
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: python-devel
|
||||
@ -113,6 +113,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 30 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-3.20120130gitb5cf2a8
|
||||
- Rebase to git commit b5cf2a8
|
||||
|
||||
* Wed Jan 25 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-2.20120125gita1718f8
|
||||
- Rebase to git commit a1718f8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user