This commit is contained in:
Ales Kozumplik 2012-07-01 12:58:27 +02:00
parent 0abb4bd93a
commit b06f772133
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/libsolv-af1465a2.tar.xz /libsolv-af1465a2.tar.xz
/libsolv-8cf7650.tar.xz /libsolv-8cf7650.tar.xz
/libsolv-d39a42b.tar.xz /libsolv-d39a42b.tar.xz
/libsolv-1617994.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev d39a42b %global gitrev 1617994
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts Config::CONFIG["vendorarchdir"] ')} %{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts Config::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.0.0 Version: 0.0.0
Release: 11.git%{gitrev}%{?dist} Release: 12.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
@ -141,6 +141,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Sun Jul 1 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-12.git1617994%{?dist}
- Rebase to upstream 1617994.
- Support for RPM_ADD_WITH_HDRID.
* Thu Jun 7 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-11.gitd39a42b%{?dist} * Thu Jun 7 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
- Rebase to upstream d39a42b. - Rebase to upstream d39a42b.
- Fix the epochs. - Fix the epochs.

View File

@ -1 +1 @@
36208a65be0fb2f479c8818fdcffdd1e libsolv-d39a42b.tar.xz 3bc93bd934b889fcd16053ba4c3c5e3c libsolv-1617994.tar.xz