aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2019-12-28 21:47:23 +0200
committerJani Välimaa <wally@mageia.org>2019-12-28 21:47:23 +0200
commit166f1a6306b06f991f9386e99b4862acdce145f0 (patch)
tree228e3359c44b4dd3156be09b5d56def42e0d5c61
parent94a5f5359bc923cc2e0d12b13a39acfd1c074fe3 (diff)
downloadrpm-setup-166f1a6306b06f991f9386e99b4862acdce145f0.tar
rpm-setup-166f1a6306b06f991f9386e99b4862acdce145f0.tar.gz
rpm-setup-166f1a6306b06f991f9386e99b4862acdce145f0.tar.bz2
rpm-setup-166f1a6306b06f991f9386e99b4862acdce145f0.tar.xz
rpm-setup-166f1a6306b06f991f9386e99b4862acdce145f0.zip
build.macros: drop unused make_session and make_dm_session
-rw-r--r--NEWS2
-rw-r--r--build.macros.in6
2 files changed, 2 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index e1a19a1..16dac7b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
- _update_desktop_database_bin
- _update_mime_database_bin
- _scrollkeeper_bin
+ - make_session
+ - make_dm_session
- post_install_gconf_schemas
- update_menus
- clean_menus
diff --git a/build.macros.in b/build.macros.in
index 6d9b1a2..61c7259 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -57,12 +57,6 @@
# Note: Disable (by commenting out) for legacy compatibility.
#%__check_multiarch_files @RPMLIBDIR@/check-multiarch-files %{buildroot}
-# Update Window Managers session.
-%_fndsession_bin %{_sbindir}/fndSession
-%make_session %{nil}
-%make_dm_session if [ -x %{_fndsession_bin} ]; then %{_fndsession_bin} || true ; fi \
-%{nil}
-
# For rebuilding gcj-db
%_rebuildgcjdb_bin %{_bindir}/rebuild-gcj-db
%update_gcjdb if [ -x %{_rebuildgcjdb_bin} ]; then %{_rebuildgcjdb_bin} || true ; fi \