[lxc/f21] Update to 1.0.6.

Thomas Moschny thm at fedoraproject.org
Thu Sep 25 18:07:59 UTC 2014


commit 7bd9925a37f018524ec01b2d1b3b85d2644cda4d
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Sep 25 20:07:23 2014 +0200

    Update to 1.0.6.
    
    - Do not own /etc/bash_completion.d (owned by the filesystem package)
      on Fedora and RHEL>=7.
    - Include SELinux policy module files.

 .gitignore |    1 +
 lxc.spec   |   16 +++++++++++++---
 sources    |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a2e347..b5b70f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ lxc-0.7.2.tar.gz
 /lxc-1.0.3.tar.gz
 /lxc-1.0.4.tar.gz
 /lxc-1.0.5.tar.gz
+/lxc-1.0.6.tar.gz
diff --git a/lxc.spec b/lxc.spec
index 6fa0d8d..3aacd4d 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -21,8 +21,8 @@
 %global luapkgdir %{_datadir}/lua/%{luaver}
 
 Name:           lxc
-Version:        1.0.5
-Release:        5%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Linux Resource Containers
 Group:          Applications/System
 License:        LGPLv2+ and GPLv2
@@ -266,7 +266,9 @@ fi
 %exclude %{_mandir}/*/man1/%{name}-ls*
 %exclude %{_mandir}/*/man1/%{name}-start-ephemeral*
 %endif
-%dir %{_sysconfdir}/bash_completion.d/
+%if ! ( 0%{?fedora} || 0%{?rhel} >= 7 )
+%dir %{_sysconfdir}/bash_completion.d
+%endif
 %{_sysconfdir}/bash_completion.d/%{name}
 
 
@@ -274,6 +276,7 @@ fi
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/templates
 %dir %{_datadir}/%{name}/config
+%dir %{_datadir}/%{name}/selinux
 %{_datadir}/%{name}/hooks
 %{_datadir}/%{name}/%{name}-patch.py*
 %{_libdir}/liblxc.so.*
@@ -331,6 +334,7 @@ fi
 %files templates
 %{_datadir}/%{name}/templates/lxc-*
 %{_datadir}/%{name}/config/*
+%{_datadir}/%{name}/selinux/*
 
 
 %files devel
@@ -347,6 +351,12 @@ fi
 
 
 %changelog
+* Thu Sep 25 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.6-1
+- Update to 1.0.6.
+- Do not own /etc/bash_completion.d (owned by the filesystem package)
+  on Fedora and RHEL>=7.
+- Include SELinux policy module files.
+
 * Sat Aug 30 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.5-5
 - Add missing dependency on lua-alt-getopt (rhbz#1131707).
 
diff --git a/sources b/sources
index 6bc09a7..9f0f617 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d9af9e9e69a831cd50b58d91c786013  lxc-1.0.5.tar.gz
+4aad3aee84b42faa194e44091d723a3b  lxc-1.0.6.tar.gz


More information about the scm-commits mailing list