rebase to 6d968f1
This commit is contained in:
parent
8fc425e16c
commit
a4f87354a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libsolv-05baf54.tar.gz
|
/libsolv-05baf54.tar.gz
|
||||||
/libsolv-05baf54.tar.xz
|
/libsolv-05baf54.tar.xz
|
||||||
/libsolv-f78f5de.tar.xz
|
/libsolv-f78f5de.tar.xz
|
||||||
|
/libsolv-6d968f1.tar.xz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global gitrev f78f5de
|
%global gitrev 6d968f1
|
||||||
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
|
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
|
||||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||||
%filter_provides_in %{python_sitearch}/.*\.so$
|
%filter_provides_in %{python_sitearch}/.*\.so$
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: libsolv
|
Name: libsolv
|
||||||
Version: 0.6.1
|
Version: 0.6.1
|
||||||
Release: 0.git%{gitrev}%{?dist}
|
Release: 1.git%{gitrev}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://github.com/openSUSE/libsolv
|
Url: https://github.com/openSUSE/libsolv
|
||||||
# git clone https://github.com/openSUSE/libsolv.git
|
# git clone https://github.com/openSUSE/libsolv.git
|
||||||
@ -154,6 +154,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Tue May 27 2014 Aleš Kozumplík <ales@redhat.com> - 0.6.1-1.git6d968f1
|
||||||
|
- Rebase to upstream 6d968f1
|
||||||
|
- Fix RhBug:1049209
|
||||||
|
|
||||||
* Fri Apr 25 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-0.gitf78f5de
|
* Fri Apr 25 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-0.gitf78f5de
|
||||||
- Rebase to 0.6.0, upstream commit f78f5de.
|
- Rebase to 0.6.0, upstream commit f78f5de.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user