Skip to content

Commit

Permalink
f2fs-tools: Housekeeping
Browse files Browse the repository at this point in the history
**Summary**

- Add `homepage` key to `package.yml` (Part of #411)
- Add monitoring.yml

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Apr 7, 2024
1 parent 4e390e5 commit f7fde4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
7 changes: 7 additions & 0 deletions packages/f/f2fs-tools/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
id: 14689
rss: ~
security:
cpe:
- vendor: f2fs-tools_project
product: f2fs-tools
3 changes: 2 additions & 1 deletion packages/f/f2fs-tools/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : f2fs-tools

Check notice on line 1 in packages/f/f2fs-tools/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.16.0
release : 9
release : 10
source :
- https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.16.0.tar.gz : 208c7a07e95383fbd7b466b5681590789dcb41f41bf197369c41a95383b57c5e
homepage : https://docs.kernel.org/filesystems/f2fs.html
license :
- GPL-2.0-or-later
- LGPL-2.1-or-later
Expand Down
15 changes: 8 additions & 7 deletions packages/f/f2fs-tools/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>f2fs-tools</Name>
<Homepage>https://docs.kernel.org/filesystems/f2fs.html</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
Expand Down Expand Up @@ -56,7 +57,7 @@ It allows to format, mount, check and doing other operations on F2FS partitions.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="9">f2fs-tools</Dependency>
<Dependency release="10">f2fs-tools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/f2fs_fs.h</Path>
Expand All @@ -66,12 +67,12 @@ It allows to format, mount, check and doing other operations on F2FS partitions.
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-01-04</Date>
<Update release="10">
<Date>2024-04-07</Date>
<Version>1.16.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit f7fde4f

Please sign in to comment.