From ef45e06681165de344d1dffc48673bb31ebd5950 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:16:44 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/ca-certificates-mozilla.manifest | 5 +++++ packaging/ca-certificates-mozilla.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/ca-certificates-mozilla.manifest diff --git a/packaging/ca-certificates-mozilla.manifest b/packaging/ca-certificates-mozilla.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/ca-certificates-mozilla.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/ca-certificates-mozilla.spec b/packaging/ca-certificates-mozilla.spec index 98d504b..083b9f5 100644 --- a/packaging/ca-certificates-mozilla.spec +++ b/packaging/ca-certificates-mozilla.spec @@ -42,6 +42,7 @@ Source: certdata.txt Source1: extractcerts.pl Source2: %{name}.COPYING Source3: compareoldnew +Source1001: ca-certificates-mozilla.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # for update-ca-certificates @@ -59,6 +60,7 @@ from MozillaFirefox %prep %setup -qcT +cp %{SOURCE1001} . /bin/cp %{SOURCE0} . install -m 644 %{S:1} COPYING @@ -99,6 +101,7 @@ update-ca-certificates || true update-ca-certificates || true %files +%manifest %{name}.manifest %defattr(-, root, root) %doc COPYING %{sslusrdir}/mozilla -- 2.7.4