Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1481563 Details for
Bug 1577174
ecryptfs-utils calls authconfig in postinstall and postuninstall, but authconfig is depredicated in Fedora 28
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
F28 dist-git patch
0001-switch-to-authselect-since-it-replaced-authconfig-in.patch (text/plain), 3.29 KB, created by
Pavel Březina
on 2018-09-07 11:07:52 UTC
(
hide
)
Description:
F28 dist-git patch
Filename:
MIME Type:
Creator:
Pavel Březina
Created:
2018-09-07 11:07:52 UTC
Size:
3.29 KB
patch
obsolete
>From 89816360aec711f4bf5a2445bcecfc9ad05f9e88 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com> >Date: Fri, 7 Sep 2018 12:47:00 +0200 >Subject: [PATCH] switch to authselect since it replaced authconfig in F28 > (RHBZ#1577174) > >--- > ecryptfs-utils-111-authselect.patch | 12 ++++++++++++ > ecryptfs-utils.spec | 14 +++++++++++--- > 2 files changed, 23 insertions(+), 3 deletions(-) > create mode 100644 ecryptfs-utils-111-authselect.patch > >diff --git a/ecryptfs-utils-111-authselect.patch b/ecryptfs-utils-111-authselect.patch >new file mode 100644 >index 0000000000000000000000000000000000000000..52e534df37edf4d7443823f3718528d9c04a7597 >--- /dev/null >+++ b/ecryptfs-utils-111-authselect.patch >@@ -0,0 +1,12 @@ >+diff -Naur old/src/utils/ecryptfs-migrate-home new/src/utils/ecryptfs-migrate-home >+--- old/src/utils/ecryptfs-migrate-home 2018-09-07 12:29:47.600730369 +0200 >++++ new/src/utils/ecryptfs-migrate-home 2018-09-07 12:32:07.781704748 +0200 >+@@ -101,7 +101,7 @@ >+ # Check for ecryptfs pam module >+ if ! grep -q ecryptfs /etc/pam.d/postlogin >+ then >+- error "You must enable ecryptfs pam module first. It can be enabled by using: authconfig --enableecryptfs --updateall" >++ error "You must enable ecryptfs pam module first. It can be enabled by using: authselect enable-feature with-ecryptfs" >+ fi >+ # Check free space: make sure we have sufficient disk space >+ # available. To make a full copy, we will need at least 2.5x the >diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec >index d6a274747f3505d965340a03a2448b27982d2d00..27b62bef2a1ee2cbaa5d7e14e5cebe057475b376 100644 >--- a/ecryptfs-utils.spec >+++ b/ecryptfs-utils.spec >@@ -17,7 +17,7 @@ the interface supplied by the %{name} library. > > Name: ecryptfs-utils > Version: 111 >-Release: 12%{?dist} >+Release: 13%{?dist} > Summary: The eCryptfs mount helper and support libraries > License: GPLv2+ > URL: https://launchpad.net/ecryptfs >@@ -81,6 +81,9 @@ Patch924: %{name}-111-cve_2016_5224.patch > # do not crash if no password is available #1339714 > Patch925: %{name}-111-nopasswd.patch > >+# Authconfig should no longer be used since F28 >+Patch926: %{name}-111-authselect.patch >+ > ### patches for general cleanup, should be kept and executed after all others > # allow building with -Werror > Patch999: %{name}-75-werror.patch >@@ -161,6 +164,7 @@ pushd %{name}-%{version} > %patch923 -p1 -b .sudokeyring > %patch924 -p1 -b .cve_2016_5224 > %patch925 -p1 -b .nopasswd >+%patch926 -p1 -b .authselect > > %patch999 -p1 -b .werror > >@@ -271,17 +275,18 @@ groupadd -r -f ecryptfs > /sbin/ldconfig > if [ $1 -eq 1 ] ; then > # Initial installation >- authconfig --enableecryptfs --update >+ authselect enable-feature with-ecryptfs &> /dev/null > fi > > %postun > /sbin/ldconfig > if [ $1 -eq 0 ] ; then > # Package removal, not upgrade >- authconfig --disableecryptfs --update >+ authselect disable-feature with-ecryptfs &> /dev/null > fi > > >+ > %files -f %{name}.lang > %license COPYING > %doc README AUTHORS NEWS THANKS >@@ -362,6 +367,9 @@ fi > > > %changelog >+* Fri Sep 07 2018 Pavel BÅezina <pbrezina@redhat.com> - 111-13 >+- switch to authselect since it replaced authconfig in F28 (RHBZ#1577174) >+ > * Mon Mar 05 2018 Raphael Groner <projects.rg@smart.ms> - 111-12 > - avoid unversioned python executable > - add python3 subpackage (experimental, found odd bug in automake) >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1577174
: 1481563