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