]> TLD Linux GIT Repositories - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- fix cryptsetup startup with LUKS2 volumes
[packages/rc-scripts.git] / rc-scripts.spec
index c179d7a592dc220df02fd6097d331edc54562a43..359020cd815042edc77e8689385236cda9e12e7a 100644 (file)
@@ -8,12 +8,13 @@ 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.2
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: bc6f66a2511cf866e852d40349d7b609
 Patch0:                color-fix.patch
+Patch1:                cryptsetup-locks.patch
 URL:           https://git.tld-linux.org/?p=rc-scripts.git
 BuildRequires: autoconf
 BuildRequires: automake
@@ -103,6 +104,7 @@ programcıklar içerir.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -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"