update to 0.48.0 [release 0.48.0-1mamba;Sat Aug 15 2020]
This commit is contained in:
parent
ebcb800094
commit
8ea1ebac77
25
libdnf.spec
25
libdnf.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.43.1
|
Version: 0.48.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Software management library
|
Summary: Software management library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -20,6 +20,7 @@ Patch7: libdnf-0.31.0-i586-default-basearch.patch
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
@ -29,7 +30,7 @@ BuildRequires: libjson-c-devel
|
|||||||
BuildRequires: libmodulemd-devel
|
BuildRequires: libmodulemd-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: librepo-devel
|
BuildRequires: librepo-devel
|
||||||
BuildRequires: librpm-devel
|
BuildRequires: librpm-devel
|
||||||
BuildRequires: libsmartcols-devel
|
BuildRequires: libsmartcols-devel
|
||||||
@ -75,7 +76,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DPYTHON_DESIRED=3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -96,10 +98,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libdnf.so.*
|
%{_libdir}/libdnf.so.*
|
||||||
%dir %{_libdir}/libdnf/plugins
|
%dir %{_libdir}/libdnf/plugins
|
||||||
%{_libdir}/libdnf/plugins/README
|
%{_libdir}/libdnf/plugins/README
|
||||||
%dir %{python27_sitearch}/libdnf
|
%dir %{python3_sitearch}/libdnf
|
||||||
%{python27_sitearch}/libdnf/*
|
%{python3_sitearch}/libdnf/*
|
||||||
%dir %{python27_sitearch}/hawkey
|
%dir %{python3_sitearch}/hawkey
|
||||||
%{python27_sitearch}/hawkey/*
|
%{python3_sitearch}/hawkey/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -114,6 +116,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.48.0-1mamba
|
||||||
|
- update to 0.48.0
|
||||||
|
|
||||||
|
* Fri Aug 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.45.0-2mamba
|
||||||
|
- rebuilt with python3
|
||||||
|
|
||||||
|
* Thu Feb 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.45.0-1mamba
|
||||||
|
- update to 0.45.0
|
||||||
|
|
||||||
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.43.1-1mamba
|
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.43.1-1mamba
|
||||||
- update to 0.43.1
|
- update to 0.43.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user