Rebase to git commit 11e234a
This commit is contained in:
parent
32a298b392
commit
c0321488ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libteam-20120130gitb5cf2a8.tar.gz
|
||||
/libteam-20120221gitfe97f63.tar.gz
|
||||
/libteam-20120405gita82f8ac.tar.gz
|
||||
/libteam-20120504git11e234a.tar.gz
|
||||
|
||||
14
libteam.spec
14
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 0.1
|
||||
Release: 5.20120405gita82f8ac%{?dist}
|
||||
Release: 6.20120504git11e234a%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -9,12 +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 a82f8ac
|
||||
# git reset --hard 11e234a
|
||||
# ./autogen.sh
|
||||
# ./configure
|
||||
# make distcheck
|
||||
# mv libteam-0.1.tar.gz libteam-20120405gita82f8ac.tar.gz
|
||||
Source0: libteam-20120405gita82f8ac.tar.gz
|
||||
# mv libteam-0.1.tar.gz libteam-20120504git11e234a.tar.gz
|
||||
#Source0: libteam-20120504git11e234a.tar.gz
|
||||
Source0: libteam-0.1.tar.gz
|
||||
BuildRequires: jansson-devel
|
||||
BuildRequires: libdaemon-devel
|
||||
BuildRequires: libnl3-devel
|
||||
@ -114,7 +115,10 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 05 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-5.20120405gita82f8ac
|
||||
* Thu May 04 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-6.20120504git11e234a
|
||||
- Rebase to git commit 11e234a
|
||||
|
||||
* Thu Apr 05 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-5.20120405gita82f8ac
|
||||
- Rebase to git commit a82f8ac
|
||||
|
||||
* Sat Feb 21 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-4.20120221gitfe97f63
|
||||
|
||||
Loading…
Reference in New Issue
Block a user