update to 0.26.0 [release 0.26.0-1mamba;Tue Jun 04 2019]
This commit is contained in:
parent
61dbfe8b23
commit
f2102a7a80
22
libdnf.spec
22
libdnf.spec
@ -1,5 +1,5 @@
|
||||
Name: libdnf
|
||||
Version: 0.22.0
|
||||
Version: 0.26.0
|
||||
Release: 1mamba
|
||||
Summary: Software management library
|
||||
Group: System/Libraries
|
||||
@ -16,14 +16,25 @@ Patch3: libdnf-0.22.0-rpm5-additional.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libmodulemd-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython27-devel
|
||||
BuildRequires: librepo-devel
|
||||
BuildRequires: libsmartcols-devel
|
||||
BuildRequires: libsolv-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: rpm-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libsolv >= 0.7.4
|
||||
#BuildRequires: libmodulemd-devel
|
||||
Provides: libhawkey
|
||||
Obsoletes: libhawkey
|
||||
@ -47,6 +58,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
@ -73,6 +85,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdnf.so.*
|
||||
%dir %{_libdir}/libdnf/plugins
|
||||
%{_libdir}/libdnf/plugins/README
|
||||
%dir %{python27_sitearch}/libdnf
|
||||
%{python27_sitearch}/libdnf/*
|
||||
%dir %{python27_sitearch}/hawkey
|
||||
@ -91,6 +105,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Jun 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26.0-1mamba
|
||||
- update to 0.26.0
|
||||
|
||||
* Tue Jun 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.4-1mamba
|
||||
- update to 0.22.4
|
||||
|
||||
* Sat Jun 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-1mamba
|
||||
- update to 0.22.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user