Latest pre 4.3 snapshot
Better error handling when running out of space.
This commit is contained in:
parent
0332bae1d4
commit
37237f032e
2
sources
2
sources
@ -1 +1 @@
|
|||||||
3e730d5b8fe93873b6e447bea5a05394 squashfs4.3.tar.gz
|
c6c0810ddc6a6016ec2f94ad640754e4 squashfs4.3.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Summary: Utility for the creation of squashfs filesystems
|
Summary: Utility for the creation of squashfs filesystems
|
||||||
Name: squashfs-tools
|
Name: squashfs-tools
|
||||||
Version: 4.3
|
Version: 4.3
|
||||||
Release: 0.8.gitca6a1c90%{?dist}
|
Release: 0.9.git3ec9c8f7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://squashfs.sourceforge.net/
|
URL: http://squashfs.sourceforge.net/
|
||||||
# For now I am using a prerelease version obtained by:
|
# For now I am using a prerelease version obtained by:
|
||||||
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ 050bcbd2d3ee3e810596bbf1a08d2892ca6a1c90 | gzip > squashfs4.3.tar.gz
|
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ b0881af7a61a139b38e853dd25ae05f73ec9c8f7 | gzip > squashfs4.3.tar.gz
|
||||||
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -43,6 +43,10 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/unsquashfs
|
%{_sbindir}/unsquashfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 18 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.9.git3ec9c8f7
|
||||||
|
- Latest pre 4.3 snapshot
|
||||||
|
- Better error handling when space runs out
|
||||||
|
|
||||||
* Wed Feb 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.8.gitca6a1c90
|
* Wed Feb 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.8.gitca6a1c90
|
||||||
- Latest pre 4.3 snapshot
|
- Latest pre 4.3 snapshot
|
||||||
- New option to display compression options used
|
- New option to display compression options used
|
||||||
|
Loading…
Reference in New Issue
Block a user