From e172004ed36dff2220fbc90ffc04406e13a64250 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 15 Nov 2015 09:53:18 +0100 Subject: [PATCH] Update to 1.1.5. - Update patch. --- .gitignore | 1 + lxc-1.1.4-fix-bootorder.patch | 11 ----------- lxc.spec | 8 ++++++-- sources | 2 +- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 8330c2b..258ef5e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ lxc-0.7.2.tar.gz /lxc-1.1.2.tar.gz /lxc-1.1.3.tar.gz /lxc-1.1.4.tar.gz +/lxc-1.1.5.tar.gz diff --git a/lxc-1.1.4-fix-bootorder.patch b/lxc-1.1.4-fix-bootorder.patch index 8a8bb8c..cd064b4 100644 --- a/lxc-1.1.4-fix-bootorder.patch +++ b/lxc-1.1.4-fix-bootorder.patch @@ -1,14 +1,3 @@ -diff -up lxc-1.1.4/config/init/systemd/lxc-net.service.in.orig lxc-1.1.4/config/init/systemd/lxc-net.service.in ---- lxc-1.1.4/config/init/systemd/lxc-net.service.in.orig 2015-10-06 16:18:16.000000000 +0200 -+++ lxc-1.1.4/config/init/systemd/lxc-net.service.in 2015-10-21 16:34:06.283178668 +0200 -@@ -1,6 +1,6 @@ - [Unit] - Description=LXC network bridge setup --After=network.target -+After=network-online.target - Before=lxc.service - - [Service] diff -up lxc-1.1.4/config/init/systemd/lxc.service.in.orig lxc-1.1.4/config/init/systemd/lxc.service.in --- lxc-1.1.4/config/init/systemd/lxc.service.in.orig 2015-10-06 16:18:16.000000000 +0200 +++ lxc-1.1.4/config/init/systemd/lxc.service.in 2015-10-21 16:33:41.193477243 +0200 diff --git a/lxc.spec b/lxc.spec index 97d26f3..9afc3eb 100644 --- a/lxc.spec +++ b/lxc.spec @@ -30,8 +30,8 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: lxc -Version: 1.1.4 -Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}.1 +Version: 1.1.5 +Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist} Summary: Linux Resource Containers Group: Applications/System License: LGPLv2+ and GPLv2 @@ -382,6 +382,10 @@ fi %changelog +* Sun Nov 15 2015 Thomas Moschny - 1.1.5-1 +- Update to 1.1.5. +- Update patch. + * Tue Nov 10 2015 Fedora Release Engineering - 1.1.4-2.1 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 109625d..c9349ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d33c4bd9c57755c0e2b0e2acbc3f171d lxc-1.1.4.tar.gz +dd9684dde0a58ed13f4f49c855b79a1a lxc-1.1.5.tar.gz