diff --git a/.gitignore b/.gitignore index 33e0716..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/v1.10.tar.gz -/v1.10.tar.gz +/*.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 8c77264..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# fuse-overlayfs - -The fuse-overlayfs package \ No newline at end of file diff --git a/fuse-overlayfs.rpmlintrc b/fuse-overlayfs.rpmlintrc deleted file mode 100644 index 0274fc2..0000000 --- a/fuse-overlayfs.rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -addFilter(r'hardcoded-library-path') -addFilter(r'spelling-error.*shiftfs') diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 045c216..5e0b848 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -4,7 +4,7 @@ Name: fuse-overlayfs Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -66,6 +66,10 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Thu Mar 09 2023 Jindrich Novy - 1.10-2 +- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.10 +- Related: #2176055 + * Fri Dec 02 2022 Jindrich Novy - 1.10-1 - update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.10 - Related: #2123641 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index dfc23d3..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# recipients: jnovy, lsm5, santiago ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: []