From: Jan Safranek Date: Mon, 26 Oct 2009 14:28:02 +0000 (+0100) Subject: Add new executables to .spec file X-Git-Tag: v0.35~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bc86622ba6e9ecd429fffbd2d838a86ac50130;p=thirdparty%2Flibcgroup.git 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 Signed-off-by: Balbir Singh --- diff --git a/dist/libcgroup.spec.in b/dist/libcgroup.spec.in index 92be63f2..ba467d66 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 0.34-1 +- Update to latest upstream * Tue Feb 24 2009 Balbir Singh 0.33-1 - Update to 0.33, spec file changes to add Makefiles and pam_cgroup module * Fri Oct 10 2008 Dhaval Giani 0.32-1