Update to 1.1.5.
- Update patch.
This commit is contained in:
parent
b85bce5b1e
commit
e172004ed3
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ lxc-0.7.2.tar.gz
|
|||||||
/lxc-1.1.2.tar.gz
|
/lxc-1.1.2.tar.gz
|
||||||
/lxc-1.1.3.tar.gz
|
/lxc-1.1.3.tar.gz
|
||||||
/lxc-1.1.4.tar.gz
|
/lxc-1.1.4.tar.gz
|
||||||
|
/lxc-1.1.5.tar.gz
|
||||||
|
@ -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
|
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.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
|
+++ lxc-1.1.4/config/init/systemd/lxc.service.in 2015-10-21 16:33:41.193477243 +0200
|
||||||
|
8
lxc.spec
8
lxc.spec
@ -30,8 +30,8 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}.1
|
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
|
||||||
Summary: Linux Resource Containers
|
Summary: Linux Resource Containers
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+ and GPLv2
|
License: LGPLv2+ and GPLv2
|
||||||
@ -382,6 +382,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user