forked from pool/rsync
Accepting request 1078451 from network
OBS-URL: https://build.opensuse.org/request/show/1078451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=82
This commit is contained in:
commit
11fb1d126f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 6 11:03:52 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Switch rsyncd symlink to a wrapper script to allow setting a distinct
|
||||||
|
SELinux type (bsc#1209654)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 21 07:52:48 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Fri Oct 21 07:52:48 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rsync
|
# spec file for package rsync
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -47,6 +47,7 @@ Source9: rsyncd@.service
|
|||||||
Source10: https://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz.asc
|
Source10: https://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz.asc
|
||||||
Source11: https://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.tar.gz.asc
|
Source11: https://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.tar.gz.asc
|
||||||
Source12: %{name}.keyring
|
Source12: %{name}.keyring
|
||||||
|
Source13: rsyncd
|
||||||
Patch0: rsync-no-libattr.patch
|
Patch0: rsync-no-libattr.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -122,7 +123,7 @@ rm -f %{buildroot}%{_sbindir}/rsyncd
|
|||||||
install -d %{buildroot}%{_sysconfdir}/init.d
|
install -d %{buildroot}%{_sysconfdir}/init.d
|
||||||
install -d %{buildroot}%{_sysconfdir}/xinetd.d
|
install -d %{buildroot}%{_sysconfdir}/xinetd.d
|
||||||
install -d %{buildroot}%{_sbindir}
|
install -d %{buildroot}%{_sbindir}
|
||||||
ln -sf ../bin/rsync %{buildroot}%{_sbindir}/rsyncd
|
install -m 755 %{SOURCE13} %{buildroot}%{_sbindir}/rsyncd
|
||||||
install -m 755 support/rsyncstats %{buildroot}%{_bindir}
|
install -m 755 support/rsyncstats %{buildroot}%{_bindir}
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
install -d %{buildroot}%{_distconfdir}/logrotate.d
|
install -d %{buildroot}%{_distconfdir}/logrotate.d
|
||||||
|
Loading…
Reference in New Issue
Block a user