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-c897eac.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 5bdfc96
%global dnf_version 0.5.2
%global gitrev c897eac
%global dnf_version 0.5.3
Name: dnf-plugins-core
Version: 0.1.0
Release: 3%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
@ -22,6 +22,7 @@ BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: dnf >= %{dnf_version}
Requires: pykickstart
Requires: python-requests
%description
Core Plugins for DNF.
@ -69,23 +70,28 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%files -f %{name}.lang
%doc AUTHORS COPYING README.rst
%dir %{_sysconfdir}/dnf/protected.d
%{python_sitelib}/dnf-plugins/*
%{python_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.*
%files -n python3-dnf-plugins-core -f %{name}.lang
%doc AUTHORS COPYING README.rst
%dir %{_sysconfdir}/dnf/protected.d
%{python3_sitelib}/dnf-plugins/*
%{python3_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.*
%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 Jun 5 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-2
- rebuild with the right source.
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-1
- protected_packages: prevent removal of the running kernel. (RhBug:1049310) (Ales Kozumplik)
- 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
- 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