summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:49:03 +0300
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-04 16:11:11 +0100
commit38fedbacf85ff9a4008e5e35c10cbecaa97ae367 (patch)
tree62bdeb66684dfa17d8938a5b4710c1d948570247
parentb3be3c8b9c3418d3a973af62f98eed287250ee66 (diff)
downloadgawk-38fedbacf85ff9a4008e5e35c10cbecaa97ae367.tar.gz
gawk-38fedbacf85ff9a4008e5e35c10cbecaa97ae367.tar.bz2
gawk-38fedbacf85ff9a4008e5e35c10cbecaa97ae367.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/gawk.manifest5
-rw-r--r--packaging/gawk.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/gawk.manifest b/packaging/gawk.manifest
new file mode 100644
index 00000000..017d22d3
--- /dev/null
+++ b/packaging/gawk.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/gawk.spec b/packaging/gawk.spec
index 7b06576f..e16f94d8 100644
--- a/packaging/gawk.spec
+++ b/packaging/gawk.spec
@@ -9,6 +9,7 @@ Summary: GNU awk
License: GPL-3.0+
Group: Base/Tools
Source: gawk-%{version}.tar.bz2
+Source1001: gawk.manifest
# Temporary
Provides: /bin/awk
@@ -20,6 +21,7 @@ almost completely POSIX 1003.2 compliant.
%prep
%setup -q
+cp %{SOURCE1001} .
chmod -x COPYING
# force rebuild with non-broken makeinfo
rm -f doc/*.info
@@ -46,6 +48,7 @@ make check
%docs_package
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_bindir}/awk