From: Marcin Krol Date: Sun, 7 Jul 2024 20:58:48 +0000 (+0200) Subject: - fix ugly typo X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=1b9ee7838d325bb3f92ffb495de637b29d8c5638;p=packages%2Frc-scripts.git - fix ugly typo --- diff --git a/cosmetics.patch b/cosmetics.patch new file mode 100644 index 0000000..d59ce82 --- /dev/null +++ b/cosmetics.patch @@ -0,0 +1,12 @@ +diff -ur rc-scripts-0.5.4.orig/rc.d/rc.shutdown rc-scripts-0.5.4/rc.d/rc.shutdown +--- rc-scripts-0.5.4.orig/rc.d/rc.shutdown 2024-05-21 22:06:13.000000000 +0200 ++++ rc-scripts-0.5.4/rc.d/rc.shutdown 2024-07-07 22:56:03.990467056 +0200 +@@ -92,7 +92,7 @@ + fi + done + +- show "Unmounting remainging file systems"; busy ++ show "Unmounting remaining file systems"; busy + ERRORS=$(umount -a $force -t noproc,nosysfs,notmpfs,nodevpts,nodevtmpfs 2>&1); rc=$ + + # we might had unmounted /usr, recheck $TPUT availability diff --git a/rc-scripts.spec b/rc-scripts.spec index ffc8cfb..792e681 100644 --- a/rc-scripts.spec +++ b/rc-scripts.spec @@ -8,11 +8,12 @@ Summary(pl.UTF-8): inittab i skrypty startowe z katalogu /etc/rc.d Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları Name: rc-scripts Version: 0.5.4 -Release: 1 +Release: 2 License: GPL v2 Group: Base Source0: %{name}-%{version}.tar.gz # Source0-md5: 67e8af74740cc3589257faf026f1ac23 +Patch0: cosmetics.patch URL: https://git.tld-linux.org/?p=rc-scripts.git BuildRequires: autoconf BuildRequires: automake @@ -124,6 +125,7 @@ po cichu ignorowane. %prep %setup -q +%patch0 -p1 # hack, currently this results in errno@@GLIBC_PRIVATE symbol in ppp-watch: #GLIB_LIBS="-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic"