diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:02:53 +0300 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-10-29 16:46:46 +0100 |
commit | b86d3257f52fd57016e76c1ce3ee04693e5a5714 (patch) | |
tree | b171d258daa7fa91fdc8e7c43c566378602e9538 | |
parent | 8e51fa0bc5c4d901972a891edc107a4dd7d0a3e1 (diff) | |
download | rsync-b86d3257f52fd57016e76c1ce3ee04693e5a5714.tar.gz rsync-b86d3257f52fd57016e76c1ce3ee04693e5a5714.tar.bz2 rsync-b86d3257f52fd57016e76c1ce3ee04693e5a5714.zip |
resetting manifest requested domain to floor
-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 |