]> git.pld-linux.org Git - packages/chkconfig.git/blobdiff - chkconfig.spec
- removed TODO, it baheves fine here, --add doesn't re-eanble services
[packages/chkconfig.git] / chkconfig.spec
index e63ed4ceb5fb49bd14cda400b9f6a542a0d54ad6..fcbadc6bf65343236bfeff5722c55fd5b1436b21 100644 (file)
@@ -1,6 +1,3 @@
-# TODO:
-# - add patch needs fix to stop "chkconfig service off && chkconfig --add service" reactivating service
-#
 Summary:       Updates and queries runlevel information for system services
 Summary(de.UTF-8):     Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
 Summary(es.UTF-8):     Herramienta para actualizar y listar servicios del sistema, por nivel de ejecución (runlevel)
@@ -13,7 +10,7 @@ Summary(tr.UTF-8):    Sistem servis bilgilerini sorgular ve yeniler
 Summary(uk.UTF-8):     Системна утиліта для керування ієрархією /etc/rc.d
 Name:          chkconfig
 Version:       1.3.58
-Release:       0.1
+Release:       1
 Epoch:         2
 License:       GPL v2
 Group:         Applications/System
@@ -24,7 +21,6 @@ Patch1:               %{name}-noxinet.patch
 Patch2:                %{name}-rc.d.patch
 Patch3:                %{name}-optflags.patch
 Patch4:                %{name}-pl.patch
-BuildRequires: FIXME-TODO
 BuildRequires: gettext-devel
 BuildRequires: newt-devel
 BuildRequires: popt-devel
@@ -158,7 +154,7 @@ Perla; ma być zamiennikiem skryptu update-alternatives z Debiana.
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1 NEEDS UPDATE
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -176,6 +172,8 @@ install -d $RPM_BUILD_ROOT{/etc/{rc.d/{init,rc{0,1,2,3,4,5,6}}.d,env.d},/sbin}
        MANDIR=%{_mandir} \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/bal
+
 %find_lang %{name}
 
 cat <<EOF > $RPM_BUILD_ROOT/etc/env.d/CHKCONFIG_ON
This page took 0.066633 seconds and 4 git commands to generate.