diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-04-19 23:43:56 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-04-19 23:43:56 +0000 |
commit | f428c874735bb894c360cf97fe16fcc13c4268fa (patch) | |
tree | 6b63f4d8268870841bc34d8ee1f063fac3d5d6c3 | |
parent | 399f404c9d5c015910533c2795d9f3635b59b974 (diff) |
-rw-r--r-- | golang-github-bep-lazycache.spec | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/golang-github-bep-lazycache.spec b/golang-github-bep-lazycache.spec index 1b3c845..319a576 100644 --- a/golang-github-bep-lazycache.spec +++ b/golang-github-bep-lazycache.spec @@ -6,19 +6,8 @@ %global goipath github.com/bep/lazycache Version: 0.2.0 -# REMOVE BEFORE SUBMITTING THIS FOR REVIEW -# --- -# New Fedora packages should use %%gometa -f, which makes the package -# ExclusiveArch to %%golang_arches_future and thus excludes the package from -# %%ix86. If the new package is needed as a dependency for another package, -# please consider removing that package from %%ix86 in the same way, instead of -# building more go packages for i686. If your package is not a leaf package, -# you'll need to coordinate the removal of the package's dependents first. -# --- -# REMOVE BEFORE SUBMITTING THIS FOR REVIEW %gometa -f - %global common_description %{expand: Thread safe in-memory LRU cache with non-blocking cache priming on cache misses.} |