Update dnf patch

I forgot to include an __init__.py in the previous patch.
e9
Erik Johnson 9 years ago
parent 58120b16ed
commit be1ef594eb

@ -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

@ -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 <erik@saltstack.com> - 2015.5.9-5
- Updated dnf patch
* Sun Feb 21 2016 Erik Johnson <erik@saltstack.com> - 2015.5.9-4
- Updated dnf patch

Loading…
Cancel
Save