Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10739931
D784.id3511.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D784.id3511.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,42 @@
+libf2fs.so.3:addrs_per_inode
+libf2fs.so.3:dev_fill
+libf2fs.so.3:dev_fill_block
+libf2fs.so.3:dev_read
+libf2fs.so.3:dev_read_block
+libf2fs.so.3:dev_read_version
+libf2fs.so.3:dev_reada_block
+libf2fs.so.3:dev_readahead
+libf2fs.so.3:dev_write
+libf2fs.so.3:dev_write_block
+libf2fs.so.3:dev_write_dump
+libf2fs.so.3:f2fs_cal_crc32
+libf2fs.so.3:f2fs_check_zones
+libf2fs.so.3:f2fs_clear_bit
+libf2fs.so.3:f2fs_crc_valid
+libf2fs.so.3:f2fs_dentry_hash
+libf2fs.so.3:f2fs_dev_is_umounted
+libf2fs.so.3:f2fs_devs_are_umounted
+libf2fs.so.3:f2fs_finalize_device
+libf2fs.so.3:f2fs_get_device_info
+libf2fs.so.3:f2fs_get_zone_blocks
+libf2fs.so.3:f2fs_get_zoned_model
+libf2fs.so.3:f2fs_init_configuration
+libf2fs.so.3:f2fs_inode_chksum
+libf2fs.so.3:f2fs_reset_zones
+libf2fs.so.3:f2fs_set_bit
+libf2fs.so.3:f2fs_test_bit
+libf2fs.so.3:find_next_bit_le
+libf2fs.so.3:find_next_zero_bit_le
+libf2fs.so.3:get_bits_in_byte
+libf2fs.so.3:get_device_info
+libf2fs.so.3:get_kernel_version
+libf2fs.so.3:get_rootdev
+libf2fs.so.3:log_base_2
+libf2fs.so.3:test_and_clear_bit_le
+libf2fs.so.3:test_and_set_bit_le
+libf2fs.so.3:test_bit_le
+libf2fs.so.3:utf16_to_utf8
+libf2fs.so.3:utf8_to_utf16
+libf2fs_format.so.2:f2fs_format_device
+libf2fs_format.so.2:f2fs_trim_devices
+libf2fs_format.so.2:main
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,3 @@
+libblkid.so.1
+libc.so.6
+libuuid.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,19 @@
+name : f2fs-tools
+version : 1.9.0
+release : 1
+source :
+ - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.9.0.tar.gz : 77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7
+license :
+ - GPL-2.0
+ - LGPL-2.1
+component : system.utils
+summary : Userland tools for the f2fs filesystem
+description: |
+ f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS).
+ It allows to format, mount, check and doing other operations on F2FS partitions.
+setup : |
+ %autogen --disable-static
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,53 @@
+<PISI>
+ <Source>
+ <Name>f2fs-tools</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <License>LGPL-2.1</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Userland tools for the f2fs filesystem</Summary>
+ <Description xml:lang="en">f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS).
+It allows to format, mount, check and doing other operations on F2FS partitions.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>f2fs-tools</Name>
+ <Summary xml:lang="en">Userland tools for the f2fs filesystem</Summary>
+ <Description xml:lang="en">f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS).
+It allows to format, mount, check and doing other operations on F2FS partitions.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>f2fs-tools-devel</Name>
+ <Summary xml:lang="en">Development files for f2fs-tools</Summary>
+ <Description xml:lang="en">f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS).
+It allows to format, mount, check and doing other operations on F2FS partitions.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">f2fs-tools</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-19</Date>
+ <Version>1.9.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 14 2023, 11:26 PM (12 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804110
Default Alt Text
D784.id3511.diff (4 KB)
Attached To
Mode
D784: Initial commit for f2fs-tools
Attached
Detach File
Event Timeline
Log In to Comment