[dnf-plugins-core] New upstream version: c897eac

Ales Kozumplik akozumpl at fedoraproject.org
Thu Jul 3 07:59:23 UTC 2014


commit 4f7741129dbeea525b33978534ed5acbab8dbcca
Author: Ales Kozumplik <ales at redhat.com>
Date:   Thu Jul 3 09:59:31 2014 +0200

    New upstream version: c897eac

 .gitignore            |    1 +
 dnf-plugins-core.spec |   24 +++++++++++++++---------
 sources               |    2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3856e89..8f08160 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dnf-plugins-core-5bdfc96.tar.xz
+/dnf-plugins-core-c897eac.tar.xz
diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec
index 2d4c025..1a63416 100644
--- a/dnf-plugins-core.spec
+++ b/dnf-plugins-core.spec
@@ -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 at 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 at redhat.com> - 0.1.0-2
-- rebuild with the right source.
+* Thu Jul 3 2014 Aleš Kozumplík <ales at 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 at redhat.com> - 0.1.0-1
 - pylint: fix all pylint builddep problems. (Ales Kozumplik)
diff --git a/sources b/sources
index 4709049..b5d7398 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6ad4420e4cbb8a2018a8d100073661a  dnf-plugins-core-5bdfc96.tar.xz
+7857979031151c5f40baa75cf8743097  dnf-plugins-core-c897eac.tar.xz


More information about the scm-commits mailing list