[packages/gammu] - use tabs; moved to bash-completion 2
qboosh
qboosh at pld-linux.org
Fri Mar 6 18:09:44 CET 2020
commit 296a4b7a8eaf762bb335cb5c7cb35742539f9c4d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 6 18:10:41 2020 +0100
- use tabs; moved to bash-completion 2
gammu.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gammu.spec b/gammu.spec
index de294cf..373352f 100644
--- a/gammu.spec
+++ b/gammu.spec
@@ -117,8 +117,8 @@ Summary: bash-completion for gammu
Summary(pl.UTF-8): bashowe uzupełnianie nazw dla gammu
Group: Applications/Shells
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: bash-completion
-%if "%{_rpmversion}" >= "5"
+Requires: bash-completion >= 2.0
+%if "%{_rpmversion}" >= "4.6"
BuildArch: noarch
%endif
@@ -179,8 +179,8 @@ cp -p %{SOURCE3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
%clean
rm -rf $RPM_BUILD_ROOT
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
%pre smsd
%groupadd -g 251 gammu-smsd
@@ -192,14 +192,14 @@ rm -rf $RPM_BUILD_ROOT
%preun smsd
if [ "$1" = "0" ]; then
- %service gammu-smsd stop
- /sbin/chkconfig --del gammu-smsd
+ %service gammu-smsd stop
+ /sbin/chkconfig --del gammu-smsd
fi
%postun smsd
if [ "$1" = "0" ]; then
- %groupremove gammu-smsd
- %userremove gammu-smsd
+ %groupremove gammu-smsd
+ %userremove gammu-smsd
fi
%files -f %{name}.lang
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gammu.git/commitdiff/296a4b7a8eaf762bb335cb5c7cb35742539f9c4d
More information about the pld-cvs-commit
mailing list