From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/3] authconfig: Drop package
Date: Fri, 17 Feb 2023 16:55:09 +0100 [thread overview]
Message-ID: <20230217155509.3172-3-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20230217155509.3172-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3201 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
authconfig/authconfig.nm | 93 ----------------------------------------
1 file changed, 93 deletions(-)
delete mode 100644 authconfig/authconfig.nm
diff --git a/authconfig/authconfig.nm b/authconfig/authconfig.nm
deleted file mode 100644
index 876b9a1bc..000000000
--- a/authconfig/authconfig.nm
+++ /dev/null
@@ -1,93 +0,0 @@
-###############################################################################
-# IPFire.org - An Open Source Firewall Solution #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
-###############################################################################
-
-name = authconfig
-version = 6.2.10
-release = 1
-
-groups = System/Base
-url = https://fedorahosted.org/authconfig
-license = GPLv2+
-summary = Command line tool for setting up authentication from network services.
-
-description
- Authconfig is a command line utility which can configure a workstation
- to use shadow (more secure) passwords. Authconfig can also configure a
- system to be a client for certain networked user information and
- authentication schemes.
-end
-
-source_dl = https://fedorahosted.org/releases/a/u/authconfig/
-sources = %{thisapp}.tar.bz2
-
-build
- requires
- intltool
- python-devel
- end
-
- # Manually link against libresolv.
- export LDFLAGS += -lresolv
-
- configure_options += \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
-
- # Hack to allow installation of the desktop file
- prepare_cmds
- ln -s /bin/true /usr/bin/desktop-file-install
- end
-
- install_cmds
- # Remove useless symlinks in /usr/bin
- rm -rf %{BUILDROOT}/usr/bin
-
- # Replace absolute symlinks by relative ones
- cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig.py authconfig
- cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig-tui.py authconfig-tui
-
- # Remove symlinks for gtk
- rm -rf %{BUILDROOT}/usr/sbin/authconfig-gtk
- rm -rf %{BUILDROOT}/usr/sbin/system-config-authentication
-
- # Remove files for authconfig-gtk and system-config-authentication
- rm -rf %{BUILDROOT}/etc/pam.d/authconfig-gtk
- rm -rf %{BUILDROOT}/etc/pam.d/system-config-authentication
- rm -rf %{BUILDROOT}/etc/security/console.apps/authconfig-gtk
- rm -rf %{BUILDROOT}/etc/security/console.apps/system-config-authentication
- rm -rf %{BUILDROOT}/usr/share/authconfig/authconfig-gtk.*
- rm -rf %{BUILDROOT}/usr/share/man/man8/authconfig-gtk.8
- rm -rf %{BUILDROOT}/usr/share/man/man8/system-config-authentication.8
-
- # Remove app icons for authconfig
- rm -rf %{BUILDROOT}/usr/share/icons
-
- # Remove unneded stuff for X11
- rm -rf %{BUILDROOT}/etc/X11
- end
-end
-
-packages
- package %{name}
- requires
- libpwquality
- newt-python
- end
-
- configfiles
- %{sysconfdir}/sysconfig/authconfig
- %{sysconfdir}/pam.d
- end
- end
-
- package %{name}-devel
- template DEVEL
- end
-
- package %{name}-debuginfo
- template DEBUGINFO
- end
-end
--
2.30.2
prev parent reply other threads:[~2023-02-17 15:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-17 15:55 [PATCH 1/3] sssd: Cleanup Makefile Stefan Schantl
2023-02-17 15:55 ` [PATCH 2/3] sssd: Do not longer depend on authconfig Stefan Schantl
2023-02-17 15:55 ` Stefan Schantl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230217155509.3172-3-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox