From be1ef594ebb20e9fba2674fa5c594851ee63f8b2 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 1 Mar 2016 16:31:43 +0000 Subject: [PATCH] Update dnf patch I forgot to include an __init__.py in the previous patch. --- 2015.5.9-dnf.patch | 10 ++++++++++ salt.spec | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/2015.5.9-dnf.patch b/2015.5.9-dnf.patch index 24f2dce..527c359 100644 --- a/2015.5.9-dnf.patch +++ b/2015.5.9-dnf.patch @@ -2086,6 +2086,16 @@ index 0000000..f824adb + if pos < match.start() or sep is not None: + yield orig[pos:match.start()] + pos = match.end() +diff --git a/salt/utils/pkg/__init__.py b/salt/utils/pkg/__init__.py +new file mode 100644 +index 0000000..e316343 +--- /dev/null ++++ b/salt/utils/pkg/__init__.py +@@ -0,0 +1,4 @@ ++# -*- coding: utf-8 -*- ++''' ++Helper modules used by lowpkg modules ++''' diff --git a/salt/utils/pkg/rpm.py b/salt/utils/pkg/rpm.py new file mode 100644 index 0000000..9c01d5b diff --git a/salt.spec b/salt.spec index 00d8247..19f87ee 100644 --- a/salt.spec +++ b/salt.spec @@ -16,7 +16,7 @@ Name: salt Version: 2015.5.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A parallel remote execution system Group: System Environment/Daemons @@ -460,6 +460,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Mar 1 2016 Erik Johnson - 2015.5.9-5 +- Updated dnf patch + * Sun Feb 21 2016 Erik Johnson - 2015.5.9-4 - Updated dnf patch