[ksh] fix typo in binfmt config file

Michal Hlavinka mhlavink at fedoraproject.org
Fri Sep 14 10:56:12 UTC 2012


commit ae81b912155098b4476cae2cc17f82cf399e1993
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Sep 14 12:56:05 2012 +0200

    fix typo in binfmt config file
    
    - register binary format after package installation

 ksh.spec     |   11 +++++++++--
 kshcomp.conf |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ksh.spec b/ksh.spec
index 363d39c..0da387b 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -6,7 +6,7 @@ URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      EPL
 Version:      20120801
-Release:      2%{?dist}
+Release:      3%{?dist}
 Source0:      http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
 Source1:      http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
 Source2:      kshcomp.conf
@@ -27,7 +27,7 @@ Requires: coreutils, glibc-common, diffutils
 BuildRequires: bison
 # regression test suite uses 'ps' from procps
 BuildRequires: procps
-Requires(post): grep, coreutils
+Requires(post): grep, coreutils, systemd-units
 Requires(preun): grep, coreutils
 
 %description
@@ -66,6 +66,9 @@ install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.kshrc
 install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/kshrc
 install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/binfmt.d/kshcomp.conf
 
+%post
+/bin/systemctl try-restart systemd-binfmt.service >/dev/null 2>&1 || :
+
 %check
 %if 0%{?rhel} > 6
 %ifarch s390
@@ -129,6 +132,10 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Sep 14 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120801-3
+- fix typo in binfmt config file
+- register binary format after package installation
+
 * Thu Sep 13 2012 Michal Hlavinka <mhlavink at redhat.com> - 20120801-2
 - add support for direct execution of compiled scripts
 
diff --git a/kshcomp.conf b/kshcomp.conf
index b795f5b..8caf5ab 100644
--- a/kshcomp.conf
+++ b/kshcomp.conf
@@ -1 +1 @@
-':kshcomp:M::\x0b\x13\x08::/bin/ksh:
+:kshcomp:M::\x0b\x13\x08::/bin/ksh:


More information about the scm-commits mailing list