New upstream version: c897eac

This commit is contained in:
Ales Kozumplik 2014-07-03 09:59:31 +02:00
parent cd03065bea
commit 4f7741129d
3 changed files with 17 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/dnf-plugins-core-5bdfc96.tar.xz /dnf-plugins-core-5bdfc96.tar.xz
/dnf-plugins-core-c897eac.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 5bdfc96 %global gitrev c897eac
%global dnf_version 0.5.2 %global dnf_version 0.5.3
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 0.1.0 Version: 0.1.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Core Plugins for DNF Summary: Core Plugins for DNF
Group: System Environment/Base Group: System Environment/Base
License: GPLv2+ License: GPLv2+
@ -22,6 +22,7 @@ BuildRequires: python-sphinx
BuildRequires: python2-devel BuildRequires: python2-devel
Requires: dnf >= %{dnf_version} Requires: dnf >= %{dnf_version}
Requires: pykickstart Requires: pykickstart
Requires: python-requests
%description %description
Core Plugins for DNF. Core Plugins for DNF.
@ -69,23 +70,28 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS COPYING README.rst %doc AUTHORS COPYING README.rst
%dir %{_sysconfdir}/dnf/protected.d
%{python_sitelib}/dnf-plugins/* %{python_sitelib}/dnf-plugins/*
%{python_sitelib}/dnfpluginscore/ %{python_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.* %{_mandir}/man8/dnf.plugin.*
%files -n python3-dnf-plugins-core -f %{name}.lang %files -n python3-dnf-plugins-core -f %{name}.lang
%doc AUTHORS COPYING README.rst %doc AUTHORS COPYING README.rst
%dir %{_sysconfdir}/dnf/protected.d
%{python3_sitelib}/dnf-plugins/* %{python3_sitelib}/dnf-plugins/*
%{python3_sitelib}/dnfpluginscore/ %{python3_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.* %{_mandir}/man8/dnf.plugin.*
%changelog %changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-1
* Thu Jun 5 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-2 - protected_packages: prevent removal of the running kernel. (RhBug:1049310) (Ales Kozumplik)
- rebuild with the right source. - packaging: create and own /etc/dnf/protected.d. (Ales Kozumplik)
- doc: add documentation for protected_packages. (Ales Kozumplik)
- doc: rename: generate-completion-cache -> generate_completion_cache. (Ales Kozumplik)
- add protected_packages (RhBug:1111855) (Ales Kozumplik)
- build: add python-requests to requires (RHBZ: 1104088) (Miroslav Suchý)
- doc: typo: fix double 'plugin' in release notes. (Ales Kozumplik)
* Wed Jun 4 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-1 * Wed Jun 4 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-1
- pylint: fix all pylint builddep problems. (Ales Kozumplik) - pylint: fix all pylint builddep problems. (Ales Kozumplik)

View File

@ -1 +1 @@
c6ad4420e4cbb8a2018a8d100073661a dnf-plugins-core-5bdfc96.tar.xz 7857979031151c5f40baa75cf8743097 dnf-plugins-core-c897eac.tar.xz