Use librpm to access rpm headers
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6e7b38d1d9
commit
6d707c732e
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/libsolv-97b8c0c.tar.gz
|
||||
/libsolv-ae214a6.tar.gz
|
||||
/libsolv-8bdcce1.tar.gz
|
||||
/libsolv-47fbaa2.tar.gz
|
||||
|
11
libsolv.spec
11
libsolv.spec
@ -32,13 +32,13 @@
|
||||
%bcond_without multi_semantics
|
||||
%endif
|
||||
|
||||
%global commitnum 2900
|
||||
%global commit 8bdcce1f41a8a12ce4ca1b5ac9502a8ddca4a6e4
|
||||
%global commitnum 2901
|
||||
%global commit 47fbaa2a0892866d30ec0e1b4c885532d0aca7b8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: lib%{libname}
|
||||
Version: 0.6.30
|
||||
Release: 8%{?commit:.git.%{commitnum}.%{?shortcommit}}%{?dist}
|
||||
Release: 9%{?commit:.git.%{commitnum}.%{?shortcommit}}%{?dist}
|
||||
Summary: Package dependency solver
|
||||
|
||||
License: BSD
|
||||
@ -163,7 +163,7 @@ Python 3 version.
|
||||
-DENABLE_RPMDB=ON \
|
||||
-DENABLE_RPMDB_BYRPMHEADER=ON \
|
||||
-DENABLE_RPMDB_LIBRPM=ON \
|
||||
-DENABLE_RPMPKG_LIBRPM=OFF \
|
||||
-DENABLE_RPMPKG_LIBRPM=ON \
|
||||
-DENABLE_RPMMD=ON \
|
||||
%{?with_comps:-DENABLE_COMPS=ON} \
|
||||
%{?with_appdata:-DENABLE_APPDATA=ON} \
|
||||
@ -277,6 +277,9 @@ mv %{buildroot}%{_bindir}/repo2solv{.sh,}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.30-9.git.2901.47fbaa2
|
||||
- Use librpm to access rpm headers
|
||||
|
||||
* Tue Jan 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.30-8.git.2900.8bdcce1
|
||||
- Use librpm to access DB
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsolv-8bdcce1.tar.gz) = f927943c6c9f0e987ea64a397ff10a75fd7dd86b1ec8b179cf7c4b55fc250684db05344c29978a620108ff479da7fcf8edf1eb6c39efd66ae8fb42808c536197
|
||||
SHA512 (libsolv-47fbaa2.tar.gz) = 8b8b9190242b05aca5943ad72d0f54ed75f17c1f3a6c29714eed430d4aaf11069e5685e6b1d64ec8d68c989119308f8b159adf3d294e6ef6218b339206ab3953
|
||||
|
Loading…
Reference in New Issue
Block a user