|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal
|
|
|
|
Name: screen
|
|
|
|
Name: screen
|
|
|
|
Version: 4.5.0
|
|
|
|
Version: 4.5.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
@ -17,7 +17,9 @@ BuildRequires: automake
|
|
|
|
# for %%_tmpfilesdir macro
|
|
|
|
# for %%_tmpfilesdir macro
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
|
|
|
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/screen/screen-%{version}.tar.gz
|
|
|
|
# Upstream source:
|
|
|
|
|
|
|
|
# wget ftp://ftp.gnu.org/gnu/screen/screen-%{version}.tar.gz
|
|
|
|
|
|
|
|
Source0: screen-%{version}.tar.gz
|
|
|
|
Source1: screen.pam
|
|
|
|
Source1: screen.pam
|
|
|
|
|
|
|
|
|
|
|
|
Patch1: screen-4.3.1-libs.patch
|
|
|
|
Patch1: screen-4.3.1-libs.patch
|
|
|
@ -125,7 +127,6 @@ fi
|
|
|
|
%doc README doc/FAQ doc/README.DOTSCREEN ChangeLog
|
|
|
|
%doc README doc/FAQ doc/README.DOTSCREEN ChangeLog
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_mandir}/man1/screen.*
|
|
|
|
%{_mandir}/man1/screen.*
|
|
|
|
%{_infodir}/screen.info*
|
|
|
|
|
|
|
|
%{_datadir}/screen
|
|
|
|
%{_datadir}/screen
|
|
|
|
%config(noreplace) %{_sysconfdir}/screenrc
|
|
|
|
%config(noreplace) %{_sysconfdir}/screenrc
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/screen
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/screen
|
|
|
@ -139,6 +140,9 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 01 2017 Josef Ridky <jridky@redhat.com> - 4.5.1-1
|
|
|
|
|
|
|
|
- New upstream release 4.5.1 (#1426871)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|