forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Moved tmpfiles.d(5) config file to %_tmpfilesdir.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: screen | ||
Version: 4.6.2 | ||
Release: alt1 | ||
Release: alt2 | ||
|
||
Summary: A screen manager that supports multiple sessions on one terminal | ||
License: GPLv2+ | ||
|
@@ -74,8 +74,8 @@ install -pD -m644 alt/screencap %buildroot/etc/screencap | |
|
||
install -pD -m644 alt/screen.pamd %buildroot/etc/pam.d/screen | ||
|
||
mkdir -p %buildroot{/var/run/screen,/etc/tmpfiles.d} | ||
echo 'd /var/run/screen 0775 root screen' > %buildroot/etc/tmpfiles.d/screen.conf | ||
mkdir -p %buildroot{/var/run/screen,%_tmpfilesdir} | ||
echo 'd /var/run/screen 0775 root screen' > %buildroot%_tmpfilesdir/screen.conf | ||
|
||
mkdir -p %buildroot%_libexecdir/screen | ||
touch %buildroot%_libexecdir/screen/{tcb_chkpwd,utempter} | ||
|
@@ -111,12 +111,15 @@ ln -f %_libexecdir/utempter/utempter %_libexecdir/screen/ | |
%config(noreplace) /etc/screenrc | ||
%config(noreplace) /etc/screencap | ||
%config(noreplace) /etc/pam.d/screen | ||
/etc/tmpfiles.d/screen.conf | ||
%_tmpfilesdir/screen.conf | ||
|
||
%doc src/etc/*screenrc | ||
%doc src/NEWS src/README src/FAQ src/doc/README.DOTSCREEN src/doc/*.ps.* | ||
|
||
%changelog | ||
* Fri Jun 28 2019 Gleb F-Malinovskiy <[email protected]> 4.6.2-alt2 | ||
- Moved tmpfiles.d(5) config file to %%_tmpfilesdir. | ||
|
||
* Tue Apr 16 2019 Gleb F-Malinovskiy <[email protected]> 4.6.2-alt1 | ||
- Updated to v.4.6.2 (ALT#36357). | ||
|
||
|