cvsdist 146a147
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
59a70f9
%global WITH_SELINUX 1
cvsdist 146a147
%endif
b86011d
b86011d
%global ALTERNATIVES %{_sbindir}/alternatives
b86011d
cvsdist f959009
Summary:  An archiving tool with ACL support
cvsdist f959009
Name: star
d210852
Version: 1.5.2
ff07f28
Release: 7%{?dist}
94c16cb
URL: http://cdrecord.berlios.de/old/private/star.html
0e12a9f
Source: ftp://ftp.berlios.de/pub/star/%{name}-%{version}.tar.bz2
4d912e0
4d912e0
#use gcc for compilation, change defaults for Linux
0a28ddf
Patch1: star-1.5-newMake.patch
4d912e0
#add SELinux support to star(#)
d210852
Patch2: star-1.5.2-selinux.patch
4d912e0
#do not segfault with data-change-warn option (#255261)
ce8fc6c
Patch3: star-1.5-changewarnSegv.patch
4faec11
#Prevent buffer overflow for filenames with length of 100 characters (#556664)
d210852
Patch4: star-1.5.2-bufferoverflow.patch
113120c
#Fix some invalid manpage references (#624612)
d210852
Patch5: star-1.5.1-manpagereferences.patch
3c14d84
# do not crash when xattrs are not set on all files (#861848)
d210852
Patch6: star-1.5.1-selinux-segfault.patch
323456b
# note that the H=crc format uses Sum32 algorithm, not CRC
d210852
Patch7: star-1.5.1-crc.patch
4d912e0
0f4f931
# fix man-page-day objections
0f4f931
# ~> proposed upstream:
0f4f931
#    https://lists.berlios.de/pipermail/star-developers/2013-April/000027.html
0f4f931
# ~> #948866
0f4f931
Patch8: star-1.5.2-man-page-day.patch
0f4f931
569ed3e
# fix the build for aarch64 by actualization of the config.guess/config.sub
569ed3e
# files with the most up2date version from git://git.savannah.gnu.org/config.git
105b082
# ~> downstream
105b082
# ~> #926571
105b082
Patch9: star-1.5.2-aarch64-config.patch
105b082
cd983dc
# Allow rmt to access all files.
cd983dc
# ~> downstream
cd983dc
# ~> #968980
cd983dc
Patch10: star-1.5.2-rmt-rh-access.patch
cd983dc
b86011d
Requires(post):  %{ALTERNATIVES}
b86011d
Requires(preun): %{ALTERNATIVES}
b86011d
94c16cb
License: CDDL
cvsdist f959009
Group: Applications/Archiving
0e12a9f
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
59a70f9
BuildRequires: e2fsprogs-devel
0e12a9f
969f0b3
# Historically, star installed /usr/bin/spax binary also so we don't want to
969f0b3
# break the compatibility.  We don't care about scpio because scpio binary was
969f0b3
# not installed.
969f0b3
Requires: spax
969f0b3
cvsdist f959009
%description
cvsdist f959009
Star saves many files together into a single tape or disk archive,
cvsdist f959009
and can restore individual files from the archive. Star supports ACL.
cvsdist f959009
569ed3e
%package -n     spax
969f0b3
# Temporary!  Remove once no problem may occur.  We really need to force update
969f0b3
# of older star and pax, when any of them is installed.  Its file list
969f0b3
# collisions with 'spax'.
969f0b3
Conflicts:      star < 1.5.2-5
969f0b3
Conflicts:      pax < 3.4-16
569ed3e
Summary:        Portable archive exchange
569ed3e
Group:          Applications/Archiving
569ed3e
569ed3e
%description -n spax
569ed3e
The pax utility shall read and write archives, write lists of the members of
569ed3e
archive files and copy directory hierarchies as is defined in IEEE Std 1003.1.
569ed3e
569ed3e
%package -n     scpio
969f0b3
# Temporary!  Remove once _no problem_ may occur.  We really need to force
969f0b3
# update of older star if it installed — its files overlaps with scpio.
969f0b3
Conflicts:      star < 1.5.2-5
569ed3e
Summary:        Copy file archives in and out (LEGACY)
569ed3e
Group:          Applications/Archiving
569ed3e
569ed3e
%description -n scpio
569ed3e
The scpio utility, depending on the options used: copies files to an archive
569ed3e
file, extracts files from an archive file, lists files from an archive file or
569ed3e
copies files from one directory tree to another.
569ed3e
cd983dc
%package -n     rmt
cd983dc
Summary: Provides certain programs with access to remote tape devices
cd983dc
Group: Applications/Archiving
cd983dc
# we need to be greater than the version from 'dump' package
cd983dc
Epoch: 2
cd983dc
cd983dc
%description -n rmt
cd983dc
The rmt utility provides remote access to tape devices for programs
cd983dc
like dump (a filesystem backup program), restore (a program for
cd983dc
restoring files from a backup), and tar (an archiving program).
cd983dc
b86011d
# "desired" alternative constants
b86011d
%global ALT_NAME                pax
b86011d
%global ALT_LINK                %{_bindir}/pax
b86011d
%global ALT_SL1_NAME            pax-man
b86011d
%global ALT_SL1_LINK            %{_mandir}/man1/pax.1.gz
b86011d
b20d3fe
# "local" alternative constants
b86011d
%global ALT_PATH                %{_bindir}/spax
b86011d
%global ALT_SL1_PATH            %{_mandir}/man1/spax.1.gz
b86011d
cvsdist f959009
%prep
e23d943
%setup -q
0a28ddf
%patch1 -p1 -b .newMake
cvsdist 146a147
%if %{WITH_SELINUX}
94c16cb
%patch2 -p1 -b .selinux
cvsdist 146a147
%endif
ce8fc6c
%patch3 -p1 -b .changewarnSegv
d210852
%patch4 -p1 -b .namesoverflow
d210852
%patch5 -p1 -b .references
d210852
%patch6 -p1 -b .selinux-segfault
d210852
%patch7 -p1 -b .crc
0f4f931
%patch8 -p1 -b .man-page-day
59a70f9
%patch9 -p1 -b .aarch64
cd983dc
%patch10 -p1 -b .rmt-access-rules
0f4f931
e23d943
cp -a star/all.mk star/Makefile
59a70f9
59a70f9
star_recode()
59a70f9
{
59a70f9
    for i in $@; do
59a70f9
        iconv -f iso_8859-1 -t utf-8 $i > .tmp_file
59a70f9
        mv .tmp_file $i
59a70f9
    done
59a70f9
}
59a70f9
59a70f9
star_recode AN-1.5 AN-1.5.2 star/star.4
59a70f9
4d912e0
cp -a READMEs/README.linux .
cvsdist f959009
e217cf0
for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9; do
4d912e0
    for AFILE in gcc cc; do
4d912e0
            [ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
4d912e0
            && ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
4d912e0
    done
48e82b4
done
48e82b4
cvsdist f959009
%build
0e2de46
export MAKEPROG=gmake
0e2de46
# Autoconfiscate
270bda1
(cd autoconf; AC_MACRODIR=. AWK=gawk ./autoconf)
0e2de46
59a70f9
#make %%{?_smp_mflags} PARCH=%%{_target_cpu} CPPOPTX="-DNO_FSYNC" \
3c14d84
# ~~> enable debug by COPTX='-g3 -O0' LDOPTX='-g3 -O0'
94c16cb
make %{?_smp_mflags} PARCH=%{_target_cpu} \
4d912e0
COPTX="$RPM_OPT_FLAGS -DTRY_EXT2_FS" CC="%{__cc}" \
4d912e0
K_ARCH=%{_target_cpu} \
4d912e0
CONFFLAGS="%{_target_platform} --prefix=%{_prefix} \
4d912e0
    --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} \
4d912e0
    --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
4d912e0
    --datadir=%{_datadir} --includedir=%{_includedir} \
4d912e0
    --libdir=%{_libdir} --libexec=%{_libexecdir} \
4d912e0
    --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} \
4d912e0
    --mandir=%{_mandir} --infodir=%{_infodir}" < /dev/null
cvsdist f959009
cvsdist f959009
%install
0e2de46
export MAKEPROG=gmake
113120c
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man4
cd983dc
cd983dc
make install RPM_INSTALLDIR=${RPM_BUILD_ROOT} PARCH=%{_target_cpu} K_ARCH=%{_target_cpu} < /dev/null
cd983dc
312504e
ln -s star.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ustar.1
ff07f28
ln -s %{_sbindir}/rmt ${RPM_BUILD_ROOT}%{_sysconfdir}/rmt
cvsdist 68871a6
cvsdist 68871a6
# XXX Nuke unpackaged files.
cvsdist 68871a6
( cd ${RPM_BUILD_ROOT}
cvsdist 68871a6
  rm -f .%{_bindir}/mt
cvsdist 68871a6
  rm -f .%{_bindir}/smt
cvsdist 68871a6
  rm -f .%{_bindir}/tartest
385ec98
  rm -f .%{_bindir}/tar
3ac25fc
  rm -f .%{_bindir}/gnutar
0e2de46
  rm -f .%{_bindir}/star_fat
3ac25fc
  rm -f .%{_bindir}/star_sym
3ac25fc
  rm -f .%{_bindir}/suntar
cd983dc
  rm -rf .%{_docdir}/rmt
0e2de46
  rm -rf .%{_prefix}%{_sysconfdir}
cvsdist 68871a6
  rm -rf .%{_prefix}/include
59a70f9
  rm -rf .%{_prefix}/lib # hard-wired intently
cvsdist ea85f52
  rm -rf .%{_mandir}/man3
d210852
  rm -rf .%{_mandir}/man5/{makefiles,makerules}.5*
cd983dc
  rm -rf .%{_mandir}/man1/{tartest,gnutar,smt,mt,suntar,match}.1*
cvsdist 68871a6
)
cvsdist f959009
cvsdist f959009
%clean
cvsdist f959009
569ed3e
%global general_docs README AN* COPYING CDDL.Schily.txt TODO README.linux
569ed3e
b86011d
%post -n spax
b86011d
%{ALTERNATIVES} \
b86011d
    --install   %{ALT_LINK}     %{ALT_NAME}     %{ALT_PATH}     66 \
b86011d
    --slave     %{ALT_SL1_LINK} %{ALT_SL1_NAME} %{ALT_SL1_PATH}
b86011d
b86011d
%preun -n spax
b86011d
if [ $1 -eq 0 ]; then
b86011d
    # only on pure uninstall (not upgrade)
b86011d
    %{ALTERNATIVES} --remove %{ALT_NAME} %{ALT_PATH}
b86011d
fi
b86011d
cvsdist f959009
%files
569ed3e
%doc %{general_docs}
0e2de46
%{_bindir}/star
0e2de46
%{_bindir}/ustar
0e2de46
%{_mandir}/man1/star.1*
312504e
%{_mandir}/man1/ustar.1*
d210852
%{_mandir}/man5/star.5*
cvsdist f959009
569ed3e
%files -n scpio
569ed3e
%doc %{general_docs}
569ed3e
%doc %{_mandir}/man1/scpio.1*
569ed3e
%{_bindir}/scpio
569ed3e
569ed3e
%files -n spax
569ed3e
%doc %{general_docs}
569ed3e
%doc %{_mandir}/man1/spax.1*
569ed3e
%{_bindir}/spax
277f5f7
%ghost %verify(not md5 size mode mtime) %{ALT_LINK}
277f5f7
%ghost %verify(not md5 size mode mtime) %{ALT_SL1_LINK}
569ed3e
cd983dc
%files -n rmt
cd983dc
%doc %{general_docs}
cd983dc
%{_sbindir}/rmt
cd983dc
%{_mandir}/man1/rmt.1*
cd983dc
%config %{_sysconfdir}/default/rmt
ff07f28
# This symlink is used by cpio, star, spax, scpio, .. thus it is needed.  Even
ff07f28
# if the cpio may be configured to use /sbin/rmt rather than /etc/rmt, star (and
ff07f28
# thus spax, ..) has the lookup path hardcoded to '/etc/rmt' (it means that even
ff07f28
# non rpm based systems will try to look for /etc/rmt).  And - the conclusion is
ff07f28
# - it does not make sense to fight against /etc/rmt symlink ATM (year 2013).
ff07f28
%{_sysconfdir}/rmt
cd983dc
cvsdist f959009
%changelog
ff07f28
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.2-7
ff07f28
- we should provide /etc/rmt symlink for a while (related to #968980)
ff07f28
cd983dc
* Thu May 30 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.2-6
cd983dc
- subpackage also 'rmt' (#968980)
cd983dc
969f0b3
* Fri May 24 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.2-5
277f5f7
- add missing ghost files (#960007)
969f0b3
- fix the upgrade path, sorry for the noise (#959917, #960007)
277f5f7
569ed3e
* Mon May 06 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.2-2
569ed3e
- package spax and scpio separately (#959917)
59a70f9
- fedora-review fixes, unapplied patch
b86011d
- make the spax to be pax alternative (#960007)
569ed3e
d210852
* Wed Apr 10 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.2-1
d210852
- rebase to most up2date upstream tarball, remove patches already upstream, fix
d210852
  code movements in patches (#928758)
0f4f931
- fix man-page-day objections (private #948866)
105b082
- fix the build for aarch64 (#926571)
d210852
6a1079e
* Thu Mar 21 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.1-12
6a1079e
- package also the 'scpio' utility (#771926)
6a1079e
ec65129
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-11
ec65129
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ec65129
3c14d84
* Thu Oct 18 2012 Pavel Raiskup <praiskup@redhat.com> - 1.5.1-10
3c14d84
- do not crash during extracting if extended attributes are not set on all
3c14d84
  archived files (#861848)
323456b
- note in man page that H=crc format uses Sum32 algorithm (FIPS refuses CRC)
3c14d84
a495d22
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-9
a495d22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a495d22
f92aef1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-8
f92aef1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f92aef1
b114382
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-7
b114382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b114382
8a0b692
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> 1.5.1-6
8219873
- fix segfault with multivol option due to signedness(#666015)
8219873
Jesse Keating 34200a5
* Wed Sep 29 2010 jkeating - 1.5.1-5
Jesse Keating 34200a5
- Rebuilt for gcc bug 634757
Jesse Keating 34200a5
22dfc15
* Tue Sep 14 2010 Ondrej Vasik <ovasik@redhat.com> 1.5.1-4
22dfc15
- fix another instance of buffer overflow for files with
22dfc15
  long names(#632384)
22dfc15
113120c
* Tue Aug 17 2010 Ondrej Vasik <ovasik@redhat.com> 1.5.1-3
113120c
- Fix some invalid manpage references (#624612)
113120c
- ship star.4 manpage with star format description
113120c
4faec11
* Wed Feb 03 2010 Ondrej Vasik <ovasik@redhat.com> 1.5.1-2
4faec11
- fix buffer overflow for files with names of length
4faec11
  100 chars(#556664)
4faec11
e23d943
* Wed Jan 13 2010 Ondrej Vasik <ovasik@redhat.com> 1.5.1-1
e23d943
- new upstream release 1.5.1
e23d943
312504e
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-8
312504e
- provide symlinked manpage for ustar
312504e
4d912e0
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-7
4d912e0
- Merge review (#226434) changes: convert AN-1.5 to utf-8,
4d912e0
  spec file cosmetic/policy changes, ship README.linux in doc
4d912e0
8cb7438
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
8cb7438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8cb7438
bdc4577
* Sun May 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.5-5
bdc4577
- Build with $RPM_OPT_FLAGS.
bdc4577
- Convert specfile to UTF-8.
bdc4577
64def6c
* Wed Apr 08 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-4
64def6c
- fix build failure due to symbols conflicting
64def6c
  with stdio(#494213)
64def6c
374458f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
374458f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
374458f
75e5ad7
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-2
75e5ad7
- remove names.c requirements from non-fat Makefiles,
75e5ad7
  do not ship names.c (#255261 for details)
4d912e0
0e12a9f
* Tue Jan 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-1
0e12a9f
- use final instead of beta
0e12a9f
- ship missing names.c separately
0e12a9f
- enable optimalization again
0e12a9f
aaca4ca
* Wed Dec 03 2008 Ondrej Vasik <ovasik@redhat.com> 1.5a89-1
aaca4ca
- update to latest upstream release
aaca4ca
e217cf0
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> 1.5a84-6
aaca4ca
- add sparcv9 support
e217cf0
bb74cb0
* Mon May 12 2008 Peter Vrabec <pvrabec@redhat.com> 1.5a84-5
bb74cb0
- add super-H(sh3,4) architecture support (#442883)
bb74cb0
7d5a623
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5a84-4
7d5a623
- Autorebuild for GCC 4.3
7d5a623
30398ce
* Fri Aug 31 2007 Dan Kopecek <dkopecek@redhat.com> 1.5a84-3
30398ce
- added -O0 to COPTX (CFLAGS) (see #255261)
30398ce
ce8fc6c
* Mon Aug 27 2007 Peter Vrabec <pvrabec@redhat.com> 1.5a84-2
4d912e0
- fix segfault of data-change-warn option (#255261),
ce8fc6c
  patch from dkopecek@redhat.com
ce8fc6c
c7a6ac8
* Fri Aug 24 2007 Peter Vrabec <pvrabec@redhat.com> 1.5a84-1
c7a6ac8
- new upstream release with CVE-2007-4134 fix
c7a6ac8
1c06c98
* Sun Jun 24 2007 Peter Vrabec <pvrabec@redhat.com> 1.5a76-3
1c06c98
- build star on ARM platforms (#245465)
1c06c98
eb73576
* Mon Jan 29 2007 Peter Vrabec <pvrabec@redhat.com> 1.5a76-2
d95400b
- fix buildreq. and rebuild
d95400b
4d912e0
* Thu Jan 18 2007 Jan Cholasta <grubber.x@gmail.com> 1.5a76-1
774908b
- upgrade
774908b
01ef477
* Tue Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a75-1
01ef477
- upgrade
01ef477
2e56730
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5a74-3.1
2e56730
- rebuild
2e56730
34588b6
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-3
34588b6
- use autoconf provided by star
34588b6
ded5fe4
* Fri Jun 02 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-2
ded5fe4
- update tarball
ded5fe4
bfc45d2
* Mon Apr 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-1
bfc45d2
- upgrade
bfc45d2
92d4ade
* Wed Mar 22 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a73-1
92d4ade
- upgrade
92d4ade
30396ba
* Wed Mar 01 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a72-1
30396ba
- upgrade
30396ba
94c16cb
* Wed Feb 22 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a71-1
94c16cb
- upgrade
30f9eb9
4ee283a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4ee283a
- rebuilt
4ee283a
0a28ddf
* Tue Nov 08 2005 Peter Vrabec <pvrabec@redhat.com> 1.5a69-1
0a28ddf
- upgrade
0a28ddf
c217751
* Mon Oct 10 2005 Peter Vrabec <pvrabec@redhat.com> 1.5a68-1
c217751
- upgrade
c217751
57e60cd
* Thu Sep 22 2005 Peter Vrabec <pvrabec@redhat.com> 1.5a67-1
57e60cd
- upgrade
57e60cd
0e2de46
* Fri Aug 26 2005 Peter Vrabec <pvrabec@redhat.com> 1.5a65-1
0e2de46
- upgrade 1.5a65-1 made by Horst H. von Brand <vonbrand@inf.utfsm.cl>
0e2de46
- Source URL changed, no homepage now
0e2de46
- License changed from GPL to CDDL 1.0
0e2de46
- Define MAKEPROG=gmake like the Gmake.linux script does
0e2de46
- Disable fat binary as per star/Makefile, update star-1.5-selinux.patch for
0e2de46
  the various *.mk files used in that case
0e2de46
- Axe /usr/share/man/man1/match.1*, /usr/etc/default/rmt too
4d912e0
- Explicit listing in %%files, allow for compressed or plain manpages
0e2de46
4207e01
* Fri Aug 26 2005 Peter Vrabec <pvrabec@redhat.com>
4207e01
- do not remove star_fat
4207e01
3ac25fc
* Fri Aug 12 2005 Peter Vrabec <pvrabec@redhat.com>
3ac25fc
- upgrade  1.5a64-1
3ac25fc
385ec98
* Thu Aug 04 2005 Karsten Hopp <karsten@redhat.de> 1.5a54-3
4d912e0
- remove /usr/bin/tar symlink
385ec98
d24686c
* Fri Mar 18 2005 Peter Vrabec <pvrabec@redhat.com>
d24686c
- rebuilt
d24686c
d181987
* Mon Nov 22 2004 Peter Vrabec <pvrabec@redhat.com>
d181987
- upgrade 1.5a54-1 & rebuild
d181987
96aba67
* Mon Oct 25 2004 Peter Vrabec <pvrabec@redhat.com>
96aba67
- fix dependencie (#123770)
96aba67
cvsdist 2416f79
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2416f79
- rebuilt
cvsdist 2416f79
cvsdist 60d2e26
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 60d2e26
- rebuilt
cvsdist 60d2e26
cvsdist e40f695
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 1.5a25-4
cvsdist e40f695
- Fix call to is_selinux_enabled
cvsdist e40f695
cvsdist 146a147
* Mon Jan 19 2004 Jeff Johnson <jbj@jbj.org> 1.5.a25-3
cvsdist 146a147
- fix: (!(x & 1)) rather than (!x & 1) patch.
cvsdist 146a147
cvsdist e40f695
* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 1.5a25-2
cvsdist e40f695
- turn selinux off
cvsdist e40f695
cvsdist 146a147
* Tue Sep 16 2003 Dan Walsh <dwalsh@redhat.com> 1.5a25-1.sel
cvsdist 146a147
- turn selinux on
cvsdist 146a147
cvsdist 146a147
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-5
cvsdist 146a147
- turn selinux off
cvsdist 146a147
cvsdist 146a147
* Mon Aug 25 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-3
cvsdist 146a147
- Add SELinux modification to handle setting security context before creation.
cvsdist 146a147
cvsdist ea85f52
* Thu Aug 21 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-2
cvsdist ea85f52
- Fix free_xattr bug
cvsdist ea85f52
cvsdist ea85f52
* Wed Jul 16 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-1
cvsdist ea85f52
- Add SELinux support
cvsdist ea85f52
cvsdist ea85f52
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist ea85f52
- rebuilt
cvsdist ea85f52
cvsdist 68871a6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 68871a6
- rebuilt
cvsdist 68871a6
cvsdist 68871a6
* Tue Nov 12 2002 Elliot Lee <sopwith@redhat.com> 1.5a08-3
cvsdist 68871a6
- Build when uname -m != _target_platform
cvsdist 68871a6
- Use _smp_mflags
cvsdist 68871a6
- Build on x86_64
cvsdist f959009
cvsdist 68871a6
* Mon Nov 11 2002 Jeff Johnson <jbj@redhat.com> 1.5a08-2
cvsdist 68871a6
- update to 1.5a08.
cvsdist 68871a6
- build from cvs.
cvsdist f959009
bdc4577
* Wed Jun 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.5a04
cvsdist 68871a6
- Initial build. Alpha version - it's needed for ACLs.