summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2009-10-26 15:28:02 +0100
committerBalbir Singh <balbir@linux.vnet.ibm.com>2009-10-27 13:08:04 +0530
commitc9bc86622ba6e9ecd429fffbd2d838a86ac50130 (patch)
tree7287a33df3dd43257af42514a31d1b7dbe251df2
parent797a53825f0f9c1678f231cd16735e31436513ec (diff)
downloadlibcg-c9bc86622ba6e9ecd429fffbd2d838a86ac50130.tar.gz
libcg-c9bc86622ba6e9ecd429fffbd2d838a86ac50130.tar.xz
libcg-c9bc86622ba6e9ecd429fffbd2d838a86ac50130.zip
Add new executables to .spec file
We have some new tools available in /bin and /sbin and we should distribute them. Changelog: - list the files instead of using wildcard Signed-off-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
-rw-r--r--dist/libcgroup.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/libcgroup.spec.in b/dist/libcgroup.spec.in
index 92be63f..ba467d6 100644
--- a/dist/libcgroup.spec.in
+++ b/dist/libcgroup.spec.in
@@ -91,8 +91,14 @@ fi
/%{_lib}/libcgroup.so.*
/bin/cgexec
/bin/cgclassify
+/bin/cgcreate
+/bin/cgset
+/bin/cgdelete
+/bin/lscgroup
+/bin/lssubsys
/sbin/cgconfigparser
/sbin/cgrulesengd
+/sbin/cgclear
%attr(0644, root, root) %{_mandir}/man1/*
%attr(0644, root, root) %{_mandir}/man5/*
%attr(0644, root, root) %{_mandir}/man8/*
@@ -110,6 +116,8 @@ fi
%changelog
+* Thu Oct 22 2009 Jan Safranek <jsafrane@redhat.com> 0.34-1
+- Update to latest upstream
* Tue Feb 24 2009 Balbir Singh <balbir@linux.vnet.ibm.com> 0.33-1
- Update to 0.33, spec file changes to add Makefiles and pam_cgroup module
* Fri Oct 10 2008 Dhaval Giani <dhaval@linux.vnet.ibm.com> 0.32-1