Rebase to git commit a88fabf
This commit is contained in:
parent
f0954d5eef
commit
4d575bef6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/libteam-20120221gitfe97f63.tar.gz
|
/libteam-20120221gitfe97f63.tar.gz
|
||||||
/libteam-20120405gita82f8ac.tar.gz
|
/libteam-20120405gita82f8ac.tar.gz
|
||||||
/libteam-20120504git11e234a.tar.gz
|
/libteam-20120504git11e234a.tar.gz
|
||||||
|
/libteam-20120620gita88fabf.tar.gz
|
||||||
|
11
libteam.spec
11
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 6.20120504git11e234a%{?dist}
|
Release: 7.20120620gita88fabf%{?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 11e234a
|
# git reset --hard a88fabf
|
||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
# ./configure
|
# ./configure
|
||||||
# make distcheck
|
# make distcheck
|
||||||
# mv libteam-0.1.tar.gz libteam-20120504git11e234a.tar.gz
|
# mv libteam-0.1.tar.gz libteam-20120620gita88fabf.tar.gz
|
||||||
Source0: libteam-20120504git11e234a.tar.gz
|
Source0: libteam-20120620gita88fabf.tar.gz
|
||||||
BuildRequires: jansson-devel
|
BuildRequires: jansson-devel
|
||||||
BuildRequires: libdaemon-devel
|
BuildRequires: libdaemon-devel
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
@ -114,6 +114,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 20 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-6.20120620gita88fabf
|
||||||
|
- Rebase to git commit a88fabf
|
||||||
|
|
||||||
* Thu May 04 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-6.20120504git11e234a
|
* Thu May 04 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-6.20120504git11e234a
|
||||||
- Rebase to git commit 11e234a
|
- Rebase to git commit 11e234a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user