From 6d00fd353adb17f470a2f791f1dc798d6018650d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 24 Sep 2016 15:32:43 +0100 Subject: [PATCH] Bump to sync with anaconda release --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index e566296..4568b72 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -5,7 +5,7 @@ Version: 2.1.4 #%%global prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 1%{?prerelease}%{?dist} +Release: 2%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ Group: System Environment/Libraries @@ -78,6 +78,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Sat Sep 24 2016 Peter Robinson 2.1.4-2 +- Bump to sync with anaconda release + * Tue Sep 20 2016 David Lehman - 2.1.4-1 - Revert unsupported clearing of parted partition 'system'. (dlehman) - Make sure we create a proper GVariant tuple as args (#1375712) (vpodzime)