Update dnf-plugins-core to 1.0.1-1
This commit is contained in:
parent
97445c063a
commit
68c1257b36
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/dnf-plugins-core-0.1.20.tar.gz
|
/dnf-plugins-core-0.1.20.tar.gz
|
||||||
/dnf-plugins-core-0.1.21.tar.gz
|
/dnf-plugins-core-0.1.21.tar.gz
|
||||||
/dnf-plugins-core-1.0.0.tar.gz
|
/dnf-plugins-core-1.0.0.tar.gz
|
||||||
|
/dnf-plugins-core-1.0.1.tar.gz
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0.rc1.2%{?dist}.1
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -131,7 +131,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.rst
|
%doc AUTHORS README.rst
|
||||||
%ghost %{_var}/cache/dnf/packages.db
|
%ghost %{_var}/cache/dnf/packages.db
|
||||||
%config %{_sysconfdir}/dnf/plugins/*
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/*
|
||||||
%{python2_sitelib}/dnf-plugins/*
|
%{python2_sitelib}/dnf-plugins/*
|
||||||
%{python2_sitelib}/dnfpluginscore/
|
%{python2_sitelib}/dnfpluginscore/
|
||||||
|
|
||||||
@ -140,15 +140,20 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.rst
|
%doc AUTHORS README.rst
|
||||||
%ghost %{_var}/cache/dnf/packages.db
|
%ghost %{_var}/cache/dnf/packages.db
|
||||||
%config %{_sysconfdir}/dnf/plugins/*
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/*
|
||||||
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/
|
%{python3_sitelib}/dnf-plugins/*.py
|
||||||
%exclude %{python3_sitelib}/dnf-plugins/kickstart.py
|
|
||||||
%{python3_sitelib}/dnf-plugins/*
|
|
||||||
%{python3_sitelib}/dnf-plugins/__pycache__/*
|
%{python3_sitelib}/dnf-plugins/__pycache__/*
|
||||||
%{python3_sitelib}/dnfpluginscore/
|
%{python3_sitelib}/dnfpluginscore/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2017 Jaroslav Mracek <jmracek@redhat.com> 1.0.1-1
|
||||||
|
- bump version to 1.0.1 + update release notes (Jaroslav Mracek)
|
||||||
|
- setup SideCI to ignore some PEP8 violations (Jaroslav Mracek)
|
||||||
|
- spec: define all configs as (noreplace) (Igor Gnatenko)
|
||||||
|
- spec: include __pycache__ files (Igor Gnatenko)
|
||||||
|
- builddep: print errors from RPM SPEC parser (Petr Spacek)
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-0.rc1.2.1
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-0.rc1.2.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user