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

Subversion リポジトリの参照

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4580 - (hide annotations) (download)
Wed Feb 9 07:09:51 2011 UTC (13 years, 3 months ago) by kumaneko
Original Path: trunk/1.8.x/ccs-tools/ccstools/ccs-tools.spec
File size: 3857 byte(s)


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

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