rebase to 5bd9589
This commit is contained in:
parent
aba7b03c6e
commit
10328b657a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libsolv-f78f5de.tar.xz
|
||||
/libsolv-6d968f1.tar.xz
|
||||
/libsolv-2a5c1c4.tar.xz
|
||||
/libsolv-5bd9589.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global gitrev 2a5c1c4
|
||||
%global gitrev 5bd9589
|
||||
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"] ')}
|
||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||
%filter_provides_in %{python_sitearch}/.*\.so$
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Name: libsolv
|
||||
Version: 0.6.4
|
||||
Release: 0.git%{gitrev}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Url: https://github.com/openSUSE/libsolv
|
||||
# git clone https://github.com/openSUSE/libsolv.git
|
||||
@ -153,6 +153,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Jul 28 2014 Aleš Kozumplík <akozumpl@redhat.com> - 0.6.4-1
|
||||
- Rebase to upstream 5bd9589
|
||||
|
||||
* Mon Jul 14 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-0.git2a5c1c4
|
||||
- Rebase to upstream 2a5c1c4
|
||||
- Filename selector can start with a star
|
||||
|
Loading…
Reference in New Issue
Block a user