Rebase to git commit c0d943d
This commit is contained in:
parent
38dab426b4
commit
08a659e416
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/libteam-20120628gitca7b526.tar.gz
|
/libteam-20120628gitca7b526.tar.gz
|
||||||
/libteam-20120807gitf042120.tar.gz
|
/libteam-20120807gitf042120.tar.gz
|
||||||
/libteam-20120807git9fa4a96.tar.gz
|
/libteam-20120807git9fa4a96.tar.gz
|
||||||
|
/libteam-20120822gitc0d943d.tar.gz
|
||||||
|
11
libteam.spec
11
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 12.20120807git9fa4a96%{?dist}
|
Release: 13.20120822gitc0d943d%{?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 9fa4a96
|
# git reset --hard c0d943d
|
||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
# ./configure
|
# ./configure
|
||||||
# make distcheck
|
# make distcheck
|
||||||
# mv libteam-0.1.tar.gz libteam-20120807git9fa4a96.tar.gz
|
# mv libteam-0.1.tar.gz libteam-20120822gitc0d943d.tar.gz
|
||||||
Source0: libteam-20120807git9fa4a96.tar.gz
|
Source0: libteam-20120822gitc0d943d.tar.gz
|
||||||
BuildRequires: jansson-devel
|
BuildRequires: jansson-devel
|
||||||
BuildRequires: libdaemon-devel
|
BuildRequires: libdaemon-devel
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
@ -130,6 +130,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-13.20120822gitc0d943d
|
||||||
|
- Rebase to git commit c0d943d
|
||||||
|
|
||||||
* Thu Aug 07 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-12.20120807git9fa4a96
|
* Thu Aug 07 2012 Jiri Pirko <jpirko@redhat.com> - 0.1-12.20120807git9fa4a96
|
||||||
- Rebase to git commit 9fa4a96
|
- Rebase to git commit 9fa4a96
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user