This commit is contained in:
Ales Kozumplik 2014-01-23 14:07:49 +01:00
parent 9fbcf4caa3
commit d7e2afdf2e
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/libsolv-d49d319.tar.xz /libsolv-d49d319.tar.xz
/libsolv-4442b7f.tar.xz /libsolv-4442b7f.tar.xz
/libsolv-a8e47f1.tar.xz /libsolv-a8e47f1.tar.xz
/libsolv-bcedc98.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev a8e47f1 %global gitrev bcedc98
%{!?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.4.1 Version: 0.4.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
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-1.gitbcedc98
- Rebase upstream bcedc98
- Fix RhBug:1051917.
* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-0.gita8e47f1 * Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-0.gita8e47f1
- Rebase to 0.4.1, upstream commit a8e47f1. - Rebase to 0.4.1, upstream commit a8e47f1.

View File

@ -1 +1 @@
430d0ad9bbb1dd6df32d7e7087f6f624 libsolv-a8e47f1.tar.xz c7c083898d102e86f59f236caa05d765 libsolv-bcedc98.tar.xz