resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 19:44:35 +0000 (22:44 +0300)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 22 May 2018 07:57:30 +0000 (09:57 +0200)
packaging/btrfs-progs.manifest [new file with mode: 0644]
packaging/btrfs-progs.spec

diff --git a/packaging/btrfs-progs.manifest b/packaging/btrfs-progs.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 1582035..2eb85da 100644 (file)
@@ -6,6 +6,7 @@ Group:          Base/File Systems
 License:        GPL-2.0
 Url:            http://btrfs.wiki.kernel.org/index.php/Main_Page
 Source:         %{name}-%{version}.tar.xz
+Source1001:    btrfs-progs.manifest
 BuildRequires:  libacl-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig(ext2fs)
@@ -19,6 +20,7 @@ Utilities needed to create and maintain btrfs file systems under Linux.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 make %{?_smp_mflags}
@@ -31,6 +33,7 @@ ln -s %{_sbindir}/btrfsck %{buildroot}%{_sbindir}/fsck.btrfs
 %docs_package
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %{_sbindir}/btrfs
 %{_sbindir}/btrfs-convert