Update to 1.1.5.

- Update patch.
This commit is contained in:
Thomas Moschny 2015-11-15 09:53:18 +01:00
parent b85bce5b1e
commit e172004ed3
4 changed files with 8 additions and 14 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -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 <thomas.moschny@gmx.de> - 1.1.5-1
- Update to 1.1.5.
- Update patch.
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2.1
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
d33c4bd9c57755c0e2b0e2acbc3f171d lxc-1.1.4.tar.gz
dd9684dde0a58ed13f4f49c855b79a1a lxc-1.1.5.tar.gz