diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-10-05 09:53:13 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-05 10:08:53 +0300 |
commit | 4e8d7c1a46a53bd3422f94c82f7c3a36759aedd6 (patch) | |
tree | aa074badec6269ccb447455b028f9a58cc854dbd /fileattrs | |
parent | fb4bc9b7d758798ccca698a52f650cdeea7c7ff5 (diff) | |
download | librpm-tizen-4e8d7c1a46a53bd3422f94c82f7c3a36759aedd6.tar.gz librpm-tizen-4e8d7c1a46a53bd3422f94c82f7c3a36759aedd6.tar.bz2 librpm-tizen-4e8d7c1a46a53bd3422f94c82f7c3a36759aedd6.zip |
Require file attribute config to have .attr suffix
- Allows for more precise globbing, avoiding potential issues from
leftover / accidentally placed files in the fileattrs directory.
Diffstat (limited to 'fileattrs')
-rw-r--r-- | fileattrs/Makefile.am | 4 | ||||
-rw-r--r-- | fileattrs/desktop.attr (renamed from fileattrs/desktop) | 0 | ||||
-rw-r--r-- | fileattrs/elf.attr (renamed from fileattrs/elf) | 0 | ||||
-rw-r--r-- | fileattrs/font.attr (renamed from fileattrs/font) | 0 | ||||
-rw-r--r-- | fileattrs/libtool.attr (renamed from fileattrs/libtool) | 0 | ||||
-rw-r--r-- | fileattrs/mono.attr (renamed from fileattrs/mono) | 0 | ||||
-rw-r--r-- | fileattrs/ocaml.attr (renamed from fileattrs/ocaml) | 0 | ||||
-rw-r--r-- | fileattrs/perl.attr (renamed from fileattrs/perl) | 0 | ||||
-rw-r--r-- | fileattrs/perllib.attr (renamed from fileattrs/perllib) | 0 | ||||
-rw-r--r-- | fileattrs/pkgconfig.attr (renamed from fileattrs/pkgconfig) | 0 | ||||
-rw-r--r-- | fileattrs/python.attr (renamed from fileattrs/python) | 0 | ||||
-rw-r--r-- | fileattrs/script.attr (renamed from fileattrs/script) | 0 |
12 files changed, 2 insertions, 2 deletions
diff --git a/fileattrs/Makefile.am b/fileattrs/Makefile.am index 379737a4f..8458fe977 100644 --- a/fileattrs/Makefile.am +++ b/fileattrs/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/rpm.am fattrsdir = $(rpmconfigdir)/fileattrs fattrs_DATA = \ - desktop elf font libtool perl perllib pkgconfig python \ - ocaml script + desktop.attr elf.attr font.attr libtool.attr perl.attr perllib.attr \ + pkgconfig.attr python.attr ocaml.attr script.attr EXTRA_DIST = $(fattrs_DATA) diff --git a/fileattrs/desktop b/fileattrs/desktop.attr index ff74864cb..ff74864cb 100644 --- a/fileattrs/desktop +++ b/fileattrs/desktop.attr diff --git a/fileattrs/elf b/fileattrs/elf.attr index fba180bca..fba180bca 100644 --- a/fileattrs/elf +++ b/fileattrs/elf.attr diff --git a/fileattrs/font b/fileattrs/font.attr index 5c4c78fca..5c4c78fca 100644 --- a/fileattrs/font +++ b/fileattrs/font.attr diff --git a/fileattrs/libtool b/fileattrs/libtool.attr index f2ab5e25b..f2ab5e25b 100644 --- a/fileattrs/libtool +++ b/fileattrs/libtool.attr diff --git a/fileattrs/mono b/fileattrs/mono.attr index d7a908e42..d7a908e42 100644 --- a/fileattrs/mono +++ b/fileattrs/mono.attr diff --git a/fileattrs/ocaml b/fileattrs/ocaml.attr index 53b63ae44..53b63ae44 100644 --- a/fileattrs/ocaml +++ b/fileattrs/ocaml.attr diff --git a/fileattrs/perl b/fileattrs/perl.attr index 23b873fbe..23b873fbe 100644 --- a/fileattrs/perl +++ b/fileattrs/perl.attr diff --git a/fileattrs/perllib b/fileattrs/perllib.attr index a5e12d453..a5e12d453 100644 --- a/fileattrs/perllib +++ b/fileattrs/perllib.attr diff --git a/fileattrs/pkgconfig b/fileattrs/pkgconfig.attr index f3e00c6cd..f3e00c6cd 100644 --- a/fileattrs/pkgconfig +++ b/fileattrs/pkgconfig.attr diff --git a/fileattrs/python b/fileattrs/python.attr index aab7641db..aab7641db 100644 --- a/fileattrs/python +++ b/fileattrs/python.attr diff --git a/fileattrs/script b/fileattrs/script.attr index 13b8ba0b6..13b8ba0b6 100644 --- a/fileattrs/script +++ b/fileattrs/script.attr |