オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Annotation of /trunk/1.8.x/ccs-tools/ccs-tools.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4281 - (hide annotations) (download)
Fri Dec 31 02:57:24 2010 UTC (13 years, 4 months ago) by kumaneko
Original Path: trunk/1.8.x/ccs-tools/ccstools/ccs-tools.spec
File size: 3471 byte(s)


1 kumaneko 471 Summary: TOMOYO Linux tools
2    
3     Name: ccs-tools
4 kumaneko 4106 Version: 1.8.0
5 kumaneko 4281 Release: 3
6 kumaneko 471 License: GPL
7     Group: System Environment/Kernel
8     ExclusiveOS: Linux
9     Autoreqprov: no
10     Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11 kumaneko 4281 Conflicts: ccs-tools < 1.8.0-3
12 kumaneko 471
13 kumaneko 4281 Source0: http://osdn.dl.sourceforge.jp/tomoyo/49693/ccs-tools-1.8.0-20101231.tar.gz
14 kumaneko 471
15     %description
16     This is TOMOYO Linux tools.
17    
18     %prep
19    
20     %setup -q -n ccstools
21    
22     %build
23    
24     make -s all
25    
26     %install
27    
28     make -s install INSTALLDIR=%{buildroot}
29    
30     %clean
31    
32     rm -rf $RPM_BUILD_ROOT
33    
34 kumaneko 4198 %post
35     ldconfig || true
36    
37 kumaneko 471 %files
38     %defattr(-,root,root)
39     /sbin/ccs-init
40 kumaneko 3579 /usr/lib/
41 kumaneko 727 /usr/sbin/
42 kumaneko 759 /usr/share/man/
43 kumaneko 471
44     %changelog
45 kumaneko 4281 * Fri Dec 31 2010 1.8.0-3
46     - Usability enhancement release.
47     - Not compatible with 1.8.0-2 and earlier.
48     - Needs ccs-patch 1.8.0-20101231 due to pathname changes in audit interface.
49     - Various bugs were fixed and configuration files are introduced.
50    
51 kumaneko 4156 * Mon Nov 22 2010 1.8.0-2
52     - ccs-patternize must print "network " keyword.
53    
54 kumaneko 4106 * Thu Nov 11 2010 1.8.0-1
55     - Fifth anniversary release.
56    
57 kumaneko 3561 * Thu Apr 01 2010 1.7.2-1
58 kumaneko 3545 - ccs-sortpolicy should not remove use_profile lines.
59 kumaneko 3561 - ccs-init calls /etc/ccs/ccs-load-module for loading TOMOYO which was built as a loadable kernel module.
60 kumaneko 3545 - Updated to handle TOMOYO 1.7.2's syntax.
61    
62 kumaneko 3329 * Sun Jan 10 2010 1.7.1-2
63     - ccs-auditd should call fflush() immediately after fprintf().
64     - ccs-queryd was not able to handle /etc/ld.so.cache updates.
65     - ccs-checkpolicy was not able to handle some of TOMOYO 1.7.1's syntax.
66     - Use dynamic buffer allocation for supporting longer lines.
67     - Ignore /proc/0 which is an invalid proc entry.
68    
69 kumaneko 3171 * Wed Nov 11 2009 1.7.1-1
70 kumaneko 3169 - Fourth anniversary release.
71     - Added network mode support to ccs-queryd and ccs-auditd.
72     - Removed policy diff support from ccs-savepolicy, ccs-loadpolicy, ccs-init .
73     - Added ccs-diffpolicy for generating policy diff file.
74     - Updated to handle TOMOYO 1.7.x's syntax.
75     - Added ccs-selectpolicy for picking up specific domain's policy.
76     - Added convert-audit-log for generating policy from audit logs.
77     - Added "--file" option to ccs-patternize.
78    
79 kumaneko 2975 * Thu Sep 03 2009 1.7.0-1
80 kumaneko 2977 - Removed programs for TOMOYO 2.2.0 from this package.
81     Please use tomoyo-tools-2.2.0 package for TOMOYO 2.2.0 .
82     - Converted /sbin/ccs-init and /usr/lib/ccs/init_policy to binary programs.
83 kumaneko 2975 - Removed "realpath", "make_alias", "makesyaoranconf".
84 kumaneko 2977 - Added "--with-domainname" option to ccs-findtemp program.
85 kumaneko 2975 - Changed installation directory from /usr/lib/ccs/ to /usr/sbin/ .
86     - Changed installation directory from /usr/lib/ccs/misc/ to /usr/lib/ccs/ .
87 kumaneko 2773
88 kumaneko 2679 * Tue Jun 23 2009 1.6.8-2
89 kumaneko 2683 - ccs-auditd: Print error message if auditing interface is not available.
90 kumaneko 2679
91 kumaneko 2592 * Thu May 28 2009 1.6.8-1
92     - Minor update release.
93    
94 kumaneko 2311 * Wed Apr 01 2009 1.6.7-1
95     - Feature enhancement release.
96    
97 kumaneko 2086 * Mon Feb 02 2009 1.6.6-1
98     - Fix is_alphabet_char() bug.
99    
100 kumaneko 1817 * Tue Nov 11 2008 1.6.5-1
101     - Third anniversary release.
102     - Updated coding style and fixed some bugs.
103    
104 kumaneko 1506 * Wed Sep 03 2008 1.6.4-1
105 kumaneko 1505 - Minor update release.
106    
107 kumaneko 1384 * Tue Jul 15 2008 1.6.3-1
108 kumaneko 1383 - Bug fix release.
109     - Dropped suid-root from /usr/lib/ccs/misc/proxy because /usr/lib/ccs/ is 0755.
110    
111 kumaneko 1330 * Wed Jun 25 2008 1.6.2-1
112     - Minor update release.
113     - Change permission of /usr/lib/ccs/ to 0755
114    
115 kumaneko 1188 * Sat May 10 2008 1.6.1-1
116     - Minor update release.
117    
118 kumaneko 1074 * Tue Apr 01 2008 1.6.0-1
119 kumaneko 1057 - Feature enhancement release.
120    
121 kumaneko 1021 * Thu Jan 31 2008 1.5.3-1
122     - Minor update release.
123    
124 kumaneko 759 * Wed Dec 05 2007 1.5.2-1
125     - Minor update release.
126     - Added manpage.
127    
128 kumaneko 593 * Thu Oct 19 2007 1.5.1-1
129     - Minor update release.
130    
131 kumaneko 471 * Thu Sep 20 2007 1.5.0-1
132     - First-release.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26