commit star for openSUSE:Factory
Hello community, here is the log from the commit of package star for openSUSE:Factory checked in at 2015-01-30 23:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/star (Old) and /work/SRC/openSUSE:Factory/.star.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "star" Changes: -------- --- /work/SRC/openSUSE:Factory/star/star.changes 2014-05-27 18:23:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.star.new/star.changes 2015-01-30 23:58:00.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Jan 29 15:49:37 CET 2015 - kukuk@suse.de + +- Add missing requires for star main package + +------------------------------------------------------------------- +Thu Jan 29 15:24:02 CET 2015 - kukuk@suse.de + +- Create subpackage with spax binary and compatibility link for pax. + This is needed for LSB compatibility. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ star.spec ++++++ --- /var/tmp/diff_new_pack.lXtlmy/_old 2015-01-30 23:58:01.000000000 +0100 +++ /var/tmp/diff_new_pack.lXtlmy/_new 2015-01-30 23:58:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package star # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,6 +49,13 @@ %endif Provides: rmt +%package -n spax +Summary: Portable archive exchange +Group: Productivity/Archiving/Backup +Provides: pax +Obsoletes: pax < 3.5 +Requires: star = %{version} + %description Star is a tar like archiver. TAR stands for Tape ARchiver. Star is the fastest known implementation of a tar archiver. @@ -77,6 +84,11 @@ -------- Joerg Schilling <schilling@fokus.gmd.de> +%description -n spax +The pax utility shall read and write archives, write lists of the members of +archive files and copy directory hierarchies as is defined in IEEE Std 1003.1. + + %prep #%setup -b 2 -n tests #%setup -b 0 -n star-1.5 @@ -140,8 +152,8 @@ ln -sf ./star $RPM_BUILD_ROOT/usr/bin/ustar rm -rf $RPM_BUILD_ROOT/%{_prefix}/{lib,include,bin/mt} \ $RPM_BUILD_ROOT%{_mandir}/man[35] \ - $RPM_BUILD_ROOT%{_mandir}/man1/{gnutar,scpio,smt,spax,suntar}.1 \ - $RPM_BUILD_ROOT/usr/bin/{spax,gnutar,scpio,suntar,star_sym} + $RPM_BUILD_ROOT%{_mandir}/man1/{gnutar,scpio,smt,suntar}.1 \ + $RPM_BUILD_ROOT/usr/bin/{gnutar,scpio,suntar,star_sym} # Run test suite? ( [ -r /proc/config.gz ] \ @@ -160,6 +172,8 @@ ) mv $RPM_BUILD_ROOT/usr/sbin/rmt $RPM_BUILD_ROOT/sbin ln -sf ../sbin/rmt $RPM_BUILD_ROOT/etc/rmt +# Create compatibilty link for LSB. +ln -sf spax $RPM_BUILD_ROOT%{_bindir}/pax %files %defattr(-, root, root) @@ -182,4 +196,10 @@ /usr/share/man/man1/star.1.gz /usr/share/man/man1/tartest.1.gz +%files -n spax +%defattr(-, root, root) +%doc %{_mandir}/man1/spax.1* +%{_bindir}/spax +%{_bindir}/pax + %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de