mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2025-01-12 11:59:07 +00:00
add ghc-rpm-macros
This commit is contained in:
parent
4687a4b227
commit
2377596068
1 changed files with 11 additions and 0 deletions
11
hidden.cfg
11
hidden.cfg
|
@ -18,6 +18,7 @@
|
|||
# pandoc
|
||||
# tinyxml2
|
||||
# z3
|
||||
# ghc-rpm-macros
|
||||
package {
|
||||
name: "PyQt-builder"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
|
@ -133,6 +134,16 @@ package {
|
|||
}
|
||||
}
|
||||
|
||||
package {
|
||||
name: "ghc-rpm-macros"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
repository {
|
||||
name: "hidden"
|
||||
include_filter: "ghc-rpm-macros.noarch"
|
||||
include_filter: "ghc-rpm-macros-extra.noarch"
|
||||
}
|
||||
}
|
||||
|
||||
# All Excludes
|
||||
#exclude_filter {
|
||||
# repo_match: "plus"
|
||||
|
|
Loading…
Reference in a new issue