diff options
-rw-r--r-- | packaging/rsync.manifest | 5 | ||||
-rw-r--r-- | packaging/rsync.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/rsync.manifest b/packaging/rsync.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/rsync.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/rsync.spec b/packaging/rsync.spec index 2884019a..1d0847b8 100644 --- a/packaging/rsync.spec +++ b/packaging/rsync.spec @@ -6,6 +6,7 @@ Summary: A program for synchronizing files over a network Url: http://rsync.samba.org/ Group: Applications/Internet Source0: http://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz +Source1001: rsync.manifest BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: pkgconfig(popt) @@ -29,6 +30,7 @@ Support filrs for rsync %prep %setup -q +cp %{SOURCE1001} . %build @@ -42,6 +44,7 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc COPYING %{_bindir}/rsync |