Accepting request 52014 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/52014 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=7
This commit is contained in:
parent
0ce2e29e11
commit
dab178b304
@ -1,10 +0,0 @@
|
|||||||
--- squashfs-tools/mksquashfs.c
|
|
||||||
+++ squashfs-tools/mksquashfs.c
|
|
||||||
@@ -1538,6 +1538,7 @@ int add_pending_fragment(struct file_buf
|
|
||||||
pthread_mutex_lock(&fragment_mutex);
|
|
||||||
insert_fragment_list(&frag_locked_list, entry);
|
|
||||||
pthread_mutex_unlock(&fragment_mutex);
|
|
||||||
+ return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 2 18:41:08 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- update to 4.1
|
||||||
|
- support for lzo (>= 2.6.36) and lzma (not yet mainline)
|
||||||
|
- xattr support
|
||||||
|
- misc fixes for the tools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 21 14:47:01 CEST 2009 - snwint@suse.de
|
Mon Sep 21 14:47:01 CEST 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: squashfs
|
Name: squashfs
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel attr-devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Supplements: filesystem(squashfs)
|
Supplements: filesystem(squashfs)
|
||||||
Version: 4.0
|
Version: 4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: squashfs4.0.tar.gz
|
Source0: squashfs4.1.tar.gz
|
||||||
Patch: squashfs-retval.patch
|
|
||||||
Url: http://squashfs.sourceforge.net/
|
Url: http://squashfs.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Read-Only File System with Efficient Compression
|
Summary: A Read-Only File System with Efficient Compression
|
||||||
@ -35,18 +34,12 @@ Summary: A Read-Only File System with Efficient Compression
|
|||||||
This package contains the userland utilities to create and read
|
This package contains the userland utilities to create and read
|
||||||
squashfs images.
|
squashfs images.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Phillip Lougher
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n squashfs%{version}
|
%setup -n squashfs%{version}
|
||||||
%patch -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -C squashfs-tools CFLAGS="-I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $RPM_OPT_FLAGS"
|
sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
|
||||||
|
make -C squashfs-tools
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
@ -57,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README-4.0 PERFORMANCE.README CHANGES
|
%doc README README-%version PERFORMANCE.README CHANGES
|
||||||
/usr/bin/*squashfs
|
/usr/bin/*squashfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18948edbe06bac2c4307eea99bfb962643e4b82e5b7edd541b4d743748e12e21
|
|
||||||
size 103979
|
|
3
squashfs4.1.tar.gz
Normal file
3
squashfs4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a870d065a25b3f5467bc6d9ed34340befab51a3f9e4b7e3792ea0ff4e06046a
|
||||||
|
size 122769
|
Loading…
Reference in New Issue
Block a user