Update to 3.0.2-1
This commit is contained in:
parent
eb193713f4
commit
7c1a3eb4e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/dnf-plugins-core-2.1.4.tar.gz
|
||||
/dnf-plugins-core-2.1.5.tar.gz
|
||||
/dnf-plugins-core-3.0.1.tar.gz
|
||||
/dnf-plugins-core-3.0.2.tar.gz
|
||||
|
@ -16,8 +16,8 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 3.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -337,14 +337,14 @@ mkdir build-py3
|
||||
%build
|
||||
%if %{with python2}
|
||||
pushd build-py2
|
||||
%cmake ../ -DWITHOUT_LOCAL:str=0%{?rhel}
|
||||
%cmake ../ -DPYTHON_DESIRED:FILEPATH=%{__python2} -DWITHOUT_LOCAL:str=0%{?rhel}
|
||||
%make_build
|
||||
make doc-man
|
||||
popd
|
||||
%endif
|
||||
%if %{with python3}
|
||||
pushd build-py3
|
||||
%cmake ../ -DPYTHON_DESIRED:str=3 -DWITHOUT_LOCAL:str=0%{?rhel}
|
||||
%cmake ../ -DPYTHON_DESIRED:FILEPATH=%{__python3} -DWITHOUT_LOCAL:str=0%{?rhel}
|
||||
%make_build
|
||||
make doc-man
|
||||
popd
|
||||
@ -543,6 +543,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 23 2018 Marek Blaha <mblaha@redhat.com> 3.0.2-1
|
||||
- Resolves: rhbz#1603805
|
||||
- Resolves: rhbz#1571251
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-3.0.1.tar.gz) = cb01717985663fce96da46296b0eda7330adb7281656bf70c0b53a1a5582725e70426b5c37d0e8dcec80c799d57098f16b5b84ac48ea75fa82d62d684d10c44f
|
||||
SHA512 (dnf-plugins-core-3.0.2.tar.gz) = 4f1f23df17a24524dfcc0eadb5953310e347bd61db976ad7a6f2ba5a9fa06377db337866cb0554041e81abb7b6e671596fc6c8dff9c57402ca3de59df2134113
|
||||
|
Loading…
Reference in New Issue
Block a user