| 1 | %define posix_version 2013 |
|---|
| 2 | %define posix_release a |
|---|
| 3 | %global posix_name man-pages-posix-%{posix_version}-%{posix_release} |
|---|
| 4 | |
|---|
| 5 | Summary: Man (manual) pages from the Linux Documentation Project. |
|---|
| 6 | Summary(ja): Linux ドキュメンテーションプロジェクトの Man (manual) ページ |
|---|
| 7 | Name: man-pages |
|---|
| 8 | Version: 4.02 |
|---|
| 9 | Release: 1%{?_dist_release} |
|---|
| 10 | License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE |
|---|
| 11 | Group: Applications/Documentation |
|---|
| 12 | URL: http://www.kernel.org/doc/man-pages/ |
|---|
| 13 | |
|---|
| 14 | Source0: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz |
|---|
| 15 | # POSIX man pages |
|---|
| 16 | Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-%{posix_version}-%{posix_release}.tar.xz |
|---|
| 17 | |
|---|
| 18 | # Regular man pages |
|---|
| 19 | # resolves: #698149 |
|---|
| 20 | # http://thread.gmane.org/gmane.linux.man/3413 |
|---|
| 21 | Patch20: man-pages-3.32-host.patch |
|---|
| 22 | # resolves: #650985 |
|---|
| 23 | # https://bugzilla.kernel.org/show_bug.cgi?id=53781 |
|---|
| 24 | Patch21: man-pages-3.42-close.patch |
|---|
| 25 | # resolves: #392431 |
|---|
| 26 | Patch22: man-pages-3.42-connect.patch |
|---|
| 27 | |
|---|
| 28 | Buildroot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 29 | Autoreqprov: false |
|---|
| 30 | BuildArchitectures: noarch |
|---|
| 31 | |
|---|
| 32 | %description |
|---|
| 33 | A large collection of man pages (documentation) from the Linux |
|---|
| 34 | Documentation Project (LDP). |
|---|
| 35 | |
|---|
| 36 | %prep |
|---|
| 37 | %setup -q -a 1 |
|---|
| 38 | |
|---|
| 39 | #patch20 -p1 |
|---|
| 40 | %patch21 -p1 |
|---|
| 41 | #patch22 -p1 |
|---|
| 42 | |
|---|
| 43 | # rename posix README so we don't have conflict |
|---|
| 44 | %{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README |
|---|
| 45 | |
|---|
| 46 | ### And now remove those we are not going to use: |
|---|
| 47 | |
|---|
| 48 | # Part of quota |
|---|
| 49 | rm -v man2/quotactl.2 |
|---|
| 50 | |
|---|
| 51 | # Only briefly part of a devel version of glibc |
|---|
| 52 | rm -v man3/getipnodeby{name,addr}.3 man3/freehostent.3 |
|---|
| 53 | |
|---|
| 54 | # Part of libattr-devel |
|---|
| 55 | rm -v man2/{,f,l}{get,list,remove,set}xattr.2 |
|---|
| 56 | |
|---|
| 57 | # Problem with db x db4 (#198597) - man pages are obsolete |
|---|
| 58 | rm -v man3/{db,btree,dbopen,hash,mpool,recno}.3 |
|---|
| 59 | |
|---|
| 60 | # Deprecated |
|---|
| 61 | rm -v man2/pciconfig_{write,read,iobase}.2 |
|---|
| 62 | |
|---|
| 63 | # Part of numactl package |
|---|
| 64 | rm -v man5/numa_maps.5 |
|---|
| 65 | |
|---|
| 66 | # Vine |
|---|
| 67 | # Part of shadow-utils |
|---|
| 68 | rm -v man3/getspnam.3 |
|---|
| 69 | |
|---|
| 70 | # part of bind |
|---|
| 71 | rm -v man5/resolv.conf.5 |
|---|
| 72 | |
|---|
| 73 | # Part of bind-utils |
|---|
| 74 | rm -v man5/resolver.5 |
|---|
| 75 | |
|---|
| 76 | # Obsolete |
|---|
| 77 | rm -f man3/infnan.3 |
|---|
| 78 | |
|---|
| 79 | # we do not have sccs (#203302) |
|---|
| 80 | %{__rm} %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p |
|---|
| 81 | |
|---|
| 82 | %build |
|---|
| 83 | |
|---|
| 84 | %install |
|---|
| 85 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 86 | pushd %{posix_name} |
|---|
| 87 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 88 | popd |
|---|
| 89 | |
|---|
| 90 | %files |
|---|
| 91 | %defattr(0644,root,root,0755) |
|---|
| 92 | %doc README man-pages-%{version}.Announce Changes |
|---|
| 93 | %doc %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce} |
|---|
| 94 | %{_mandir}/man*/* |
|---|
| 95 | |
|---|
| 96 | |
|---|
| 97 | %changelog |
|---|
| 98 | * Sun Sep 6 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.02-1 |
|---|
| 99 | - update to 4.02 |
|---|
| 100 | |
|---|
| 101 | * Wed May 21 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 3.66-1 |
|---|
| 102 | - update to 3.66 |
|---|
| 103 | |
|---|
| 104 | * Sun Nov 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23-1 |
|---|
| 105 | - added Japanese summary |
|---|
| 106 | - updated Sources and Patches based on Fedora 3.23-3 |
|---|
| 107 | |
|---|
| 108 | * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.21-1vl5 |
|---|
| 109 | - applied new versioning policy, spec in utf-8 |
|---|
| 110 | |
|---|
| 111 | * Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.21-1vl2 |
|---|
| 112 | - change Group to Applications/Documentation. <BTS:VineLinux:163> |
|---|
| 113 | |
|---|
| 114 | * Mon Jan 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.21-1vl1 |
|---|
| 115 | - added Japanese summary |
|---|
| 116 | - updated 2.21 based on Fedora 2.21-1 |
|---|
| 117 | * Mon Jan 16 2006 Ivana Varekova <varekova@redhat.com> 2.21-1 |
|---|
| 118 | - add the description of reload-count option (nscd.conf |
|---|
| 119 | man page - bug 177368) |
|---|
| 120 | * Tue Dec 13 2005 Ivana Varekova <varekova@redhat.com> 2.16-2 |
|---|
| 121 | - fix bug 174628 - mmap(2) CAN return mappings at location 0 |
|---|
| 122 | * Thu Sep 29 2005 Ivana Varekova <varekova@redhat.com> 2.07-7 |
|---|
| 123 | - fix typo in nsswitch.conf man page (bug 169309) |
|---|
| 124 | * Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3 |
|---|
| 125 | - fix socket.7 man page - fix information about SO_RCVLOWAT option |
|---|
| 126 | (bug 163120) |
|---|
| 127 | * Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2 |
|---|
| 128 | - add sln.8 man page (bug 10601) |
|---|
| 129 | * Mon Jul 04 2005 Jiri Ryska <jryska@redhat.com> 2.05-1 |
|---|
| 130 | - update to 2.05 |
|---|
| 131 | - atanh(3) fix |
|---|
| 132 | - issue(5) fix |
|---|
| 133 | - ldd(1) fix |
|---|
| 134 | - removed man1p/{compress,uncompress,renice}.1p |
|---|
| 135 | |
|---|
| 136 | * Sun Mar 21 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.66-0vl1 |
|---|
| 137 | - updated 1.66 |
|---|
| 138 | - added Patch5--15 from Fedora 1.66-2 |
|---|
| 139 | |
|---|
| 140 | * Tue Sep 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.60-0vl1 |
|---|
| 141 | - new upstream release 1.60 |
|---|
| 142 | - dropped SOURCE3, 4 and 5 |
|---|
| 143 | |
|---|
| 144 | * Sun Sep 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.53-0vl1 |
|---|
| 145 | - new upstream release 1.53 |
|---|
| 146 | |
|---|
| 147 | * Wed Aug 14 2002 IWAI Masaharu <iwai@alib.jp> 1.52-2vl1 |
|---|
| 148 | - sync Rawhide 1.52-2 |
|---|
| 149 | - upstream release |
|---|
| 150 | - added Patch1, 2 and 3 |
|---|
| 151 | - removed getipnodebyname.3, getipnodebyname.3, freehostent.3 |
|---|
| 152 | - Fix reference in rpcgen(1) - #69740 |
|---|
| 153 | - Fix #63547 |
|---|
| 154 | - Mentium mem=nopentium in bootparam(7) - #60487 |
|---|
| 155 | - Fix to iconv(1) - #66441 |
|---|
| 156 | - Ret value of iconv(3) was wrong (#65375) |
|---|
| 157 | - Remove getipnodebyname, getipnodebyname, freehostent - they were |
|---|
| 158 | only briefly part of a glibc devel version (#62646) |
|---|
| 159 | |
|---|
| 160 | * Wed Mar 06 2002 Toru Sagami <sagami@vinelinux.org> 1.47-1vl1 |
|---|
| 161 | - 1.47 |
|---|
| 162 | |
|---|
| 163 | * Wed Oct 10 2001 Toru Sagami <sagami@vinelinux.org> 1.40-1vl1 |
|---|
| 164 | - remove resolv.conf.5 |
|---|
| 165 | |
|---|
| 166 | * Tue Sep 25 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.40-1 |
|---|
| 167 | - 1.40. Remove now included patches. |
|---|
| 168 | |
|---|
| 169 | * Tue Sep 4 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.39-2 |
|---|
| 170 | - New strptime.3, from the ftp site. Matches glibc better. |
|---|
| 171 | - Fix missing .br in netdevices.7 (#53091) |
|---|
| 172 | |
|---|
| 173 | * Tue Aug 7 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 174 | - 1.39 |
|---|
| 175 | - Drop obsolete patches |
|---|
| 176 | |
|---|
| 177 | * Tue Jul 24 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 178 | - s/NSF/NFS/ in initrd.4 - (#48322) |
|---|
| 179 | |
|---|
| 180 | * Mon Jul 2 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 181 | - regcomp and friends support collating elements now (#46939) |
|---|
| 182 | |
|---|
| 183 | * Thu Jun 21 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 184 | - 1.38 |
|---|
| 185 | |
|---|
| 186 | * Fri Jun 8 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 187 | - 1.37 |
|---|
| 188 | |
|---|
| 189 | * Thu Jun 7 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 190 | - Remove capset(2) - part of libcap (#43828) |
|---|
| 191 | |
|---|
| 192 | * Fri Jun 1 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 193 | - Remove diff.1 - let diffutils include it instead |
|---|
| 194 | - Remove capget.2 - it's included in libcap |
|---|
| 195 | - Keep resolv.conf.5 - it's useful on systems without bind packages |
|---|
| 196 | - Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com) |
|---|
| 197 | |
|---|
| 198 | * Tue May 22 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 199 | - 1.36 |
|---|
| 200 | - drop some old patches, redo others |
|---|
| 201 | |
|---|
| 202 | * Thu May 17 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 203 | - Work around bug in groff for latin1.7 (#41118) |
|---|
| 204 | |
|---|
| 205 | * Wed Apr 4 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 206 | - use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665) |
|---|
| 207 | |
|---|
| 208 | * Tue Apr 3 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 209 | - roff fixes to multiple man pages |
|---|
| 210 | |
|---|
| 211 | * Mon Apr 2 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 212 | - correct the URL for unicode in the charset manpage (#34291) |
|---|
| 213 | - roff fixes |
|---|
| 214 | - redo iconv patch, so we don't get a .orig from patch because of |
|---|
| 215 | a two line offset |
|---|
| 216 | |
|---|
| 217 | * Fri Mar 30 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 218 | - remove resolv.conf (bind-utils) and infnan (obsolete - #34171) |
|---|
| 219 | |
|---|
| 220 | * Wed Mar 28 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 221 | - resurrect getnetent(3) |
|---|
| 222 | |
|---|
| 223 | * Sun Mar 25 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 224 | - 1.35, obsoletes patch for strsep |
|---|
| 225 | - move rpcinfo to section 8 (#33114) |
|---|
| 226 | |
|---|
| 227 | * Fri Mar 9 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 228 | - Include man-pages on locales (#29713) |
|---|
| 229 | |
|---|
| 230 | * Tue Feb 13 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 231 | - fix return value of strsep(3) call (#24789) |
|---|
| 232 | |
|---|
| 233 | * Mon Jan 15 2001 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 234 | - 1.34 |
|---|
| 235 | |
|---|
| 236 | * Fri Dec 15 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 237 | - 1.33 |
|---|
| 238 | - obsolete some old, now included patches |
|---|
| 239 | - remove netman-cvs, it's now older than the mainstream |
|---|
| 240 | |
|---|
| 241 | * Tue Nov 21 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 242 | - Identify two of the macros in stat(2) as GNU, not POSIX. (#21169) |
|---|
| 243 | |
|---|
| 244 | * Wed Nov 08 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 245 | - don't delete the man pages for dlopen() and friends, |
|---|
| 246 | they are no longer part of another package |
|---|
| 247 | - include man pages for ld* |
|---|
| 248 | |
|---|
| 249 | * Tue Oct 24 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 250 | - remove const from iconv function prototype (#19486) |
|---|
| 251 | |
|---|
| 252 | * Tue Aug 29 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 253 | - reference wctype(3) instead of non-existing ctype(3) |
|---|
| 254 | from regex(7) (#17037) |
|---|
| 255 | - 1.31 |
|---|
| 256 | |
|---|
| 257 | * Sun Aug 27 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 258 | - remove lilo man pages (now included in package) |
|---|
| 259 | (#16984) |
|---|
| 260 | |
|---|
| 261 | * Fri Aug 04 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 262 | - fixed bad header specification (#15364) |
|---|
| 263 | - removed obsolete patches from package |
|---|
| 264 | - updated the rest |
|---|
| 265 | |
|---|
| 266 | * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> |
|---|
| 267 | - automatic rebuild |
|---|
| 268 | |
|---|
| 269 | * Mon Jun 19 2000 Matt Wilson <msw@redhat.com> |
|---|
| 270 | - defattr before docs in filelist |
|---|
| 271 | |
|---|
| 272 | * Sat Jun 17 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 273 | - updated to 1.30 |
|---|
| 274 | |
|---|
| 275 | * Tue Jun 06 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 276 | - use %%{_tmppath} |
|---|
| 277 | |
|---|
| 278 | * Wed May 31 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 279 | - remove resolv.conf(5) - part of bind-utils |
|---|
| 280 | |
|---|
| 281 | * Tue May 30 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 282 | - Remove resolver, dlclose, dlerror, dlopen, dlsym as these |
|---|
| 283 | are included in other packages. |
|---|
| 284 | |
|---|
| 285 | * Tue May 30 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 286 | - use %%{_mandir) instead of /usr/man |
|---|
| 287 | - verify and fix bug in mmap man page (#7382) |
|---|
| 288 | - verify and fix missing data in recvfrom man page (#1736) |
|---|
| 289 | - verify and fix missing data in putw man page (#10104) |
|---|
| 290 | - fixed sendfile(2) man page (#5599) |
|---|
| 291 | - fixed tzset man page (#11623) |
|---|
| 292 | |
|---|
| 293 | * Mon May 15 2000 Trond Eivind Glomsr藷?<teg@redhat.com> |
|---|
| 294 | - updated to 1.29 |
|---|
| 295 | - split off other languages into separate RPMS |
|---|
| 296 | |
|---|
| 297 | * Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com> |
|---|
| 298 | - do not use group "man" |
|---|
| 299 | |
|---|
| 300 | * Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 301 | - don't apply the netman-cvs man pages anymore, as they seem to be really |
|---|
| 302 | out of date |
|---|
| 303 | |
|---|
| 304 | * Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 305 | - put back man3/resolver.3 |
|---|
| 306 | |
|---|
| 307 | * Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 308 | - remove non-man pages (#7814) |
|---|
| 309 | |
|---|
| 310 | * Fri Feb 4 2000 Matt Wilson <msw@redhat.com> |
|---|
| 311 | - exclude dir.1 and vdir.1 (these are in the fileutils package) |
|---|
| 312 | |
|---|
| 313 | * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 314 | - version 1.28 |
|---|
| 315 | |
|---|
| 316 | * Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com> |
|---|
| 317 | - Fixed SIGILL, SIGQUIT in signals.7 |
|---|
| 318 | |
|---|
| 319 | * Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 320 | - fix man page for getcwd |
|---|
| 321 | |
|---|
| 322 | * Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 323 | - added man pages for set/getcontext |
|---|
| 324 | |
|---|
| 325 | * Tue Sep 14 1999 Bill Nottingham <notting@redhat.com> |
|---|
| 326 | - remove some bad man pages |
|---|
| 327 | |
|---|
| 328 | * Mon Sep 13 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 329 | - czech, german, spanish, russian man pages |
|---|
| 330 | |
|---|
| 331 | * Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 332 | - version 1.26 |
|---|
| 333 | - add french man pages |
|---|
| 334 | - add italian man pages |
|---|
| 335 | |
|---|
| 336 | * Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com> |
|---|
| 337 | - update to 1.25. |
|---|
| 338 | |
|---|
| 339 | * Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 340 | - fiox man page fro ftw |
|---|
| 341 | |
|---|
| 342 | * Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 343 | - spellnig fixse |
|---|
| 344 | |
|---|
| 345 | * Tue Mar 30 1999 Bill Nottingham <notting@redhat.com> |
|---|
| 346 | - updated to 1.23 |
|---|
| 347 | |
|---|
| 348 | * Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 349 | - added kernel net manpages |
|---|
| 350 | |
|---|
| 351 | * Mon Mar 22 1999 Erik Troan <ewt@redhat.com> |
|---|
| 352 | - updated printf man page |
|---|
| 353 | - added rpcgen man page |
|---|
| 354 | |
|---|
| 355 | * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 356 | - auto rebuild in the new build environment (release 6) |
|---|
| 357 | |
|---|
| 358 | * Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 359 | - leave the lilo man pages alone (oops) |
|---|
| 360 | |
|---|
| 361 | * Fri Feb 12 1999 Michael Maher <mike@redhat.com> |
|---|
| 362 | - fixed bug #413 |
|---|
| 363 | |
|---|
| 364 | * Mon Jan 18 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 365 | - remove lilo man pages too |
|---|
| 366 | - got rebuilt for 6.0 |
|---|
| 367 | |
|---|
| 368 | * Tue Sep 08 1998 Cristian Gafton <gafton@redhat.com> |
|---|
| 369 | - version 1.21 |
|---|
| 370 | |
|---|
| 371 | * Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com> |
|---|
| 372 | - updated to 1.20 |
|---|
| 373 | |
|---|
| 374 | * Wed May 06 1998 Cristian Gafton <gafton@redhat.com> |
|---|
| 375 | - get rid of the modutils man pages |
|---|
| 376 | - updated to 1.19 |
|---|
| 377 | |
|---|
| 378 | * Fri Apr 24 1998 Prospector System <bugs@redhat.com> |
|---|
| 379 | - translations modified for de, fr, tr |
|---|
| 380 | |
|---|
| 381 | * Wed Apr 08 1998 Erik Troan <ewt@redhat.com> |
|---|
| 382 | - updated to 1.18 |
|---|
| 383 | |
|---|
| 384 | * Sun Oct 19 1997 Erik Troan <ewt@redhat.com> |
|---|
| 385 | - updated to 1.17 |
|---|
| 386 | - moved build root to /var |
|---|
| 387 | |
|---|
| 388 | * Thu Jul 31 1997 Erik Troan <ewt@redhat.com> |
|---|
| 389 | - made a noarch package |
|---|