public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/conman] epel10: - Add Reqs on chkconfig and service
@ 2026-08-12 20:05 Jarod Wilson
  0 siblings, 0 replies; only message in thread
From: Jarod Wilson @ 2026-08-12 20:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/conman
            Branch : epel10
            Commit : ca8bcfeb3538e95bacd14ffbf3464f26d915c38e
            Author : Jarod Wilson <jwilson@fedoraproject.org>
            Date   : 2006-07-28T13:53:08+00:00
            Stats  : +25/-20 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/conman/c/ca8bcfeb3538e95bacd14ffbf3464f26d915c38e?branch=epel10

            Log:
            - Add Reqs on chkconfig and service
- Turn on smp_mflags

---
diff --git a/conman.spec b/conman.spec
index 4bc39ba..4474526 100644
--- a/conman.spec
+++ b/conman.spec
@@ -1,18 +1,22 @@
-Name:		conman
-Version:	0.1.9.2
-Release:	3%{?dist}
-Summary:	ConMan - The Console Manager
-
-Group:		Applications/System
-License:	GPL
-URL:		http://www.llnl.gov/linux/conman/
-Source0:	ftp://ftp.llnl.gov/pub/linux/%{name}/%{name}-%{version}.tar.bz2
-Source1:	%{name}.init
-Source2:	%{name}.logrotate
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:	logrotate
-BuildRequires:	tcp_wrappers
+Name:               conman
+Version:            0.1.9.2
+Release:            4%{?dist}
+Summary:            ConMan - The Console Manager
+
+Group:              Applications/System
+License:            GPL
+URL:                http://www.llnl.gov/linux/conman/
+Source0:            ftp://ftp.llnl.gov/pub/linux/%{name}/%{name}-%{version}.tar.bz2
+Source1:            %{name}.init
+Source2:            %{name}.logrotate
+BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires:           logrotate
+Requires(post):     /sbin/chkconfig
+Requires(preun):    /sbin/chkconfig
+Requires(preun):    /sbin/service
+Requires(postun):   /sbin/service
+BuildRequires:      tcp_wrappers
 
 %description
 ConMan is a serial console management program designed to support a large
@@ -42,12 +46,8 @@ chmod -x share/examples/*.exp
 %{__perl} -pi -e 's|-m 755 -s conman|-m 755 conman|g' \
     Makefile.in
 
-# don't run service by default
-%{__perl} -pi -e 's|chkconfig:.*345 95 5|chkconfig: - 95 5|g' \
-    etc/%{name}.init.in
-
 %configure --with-tcp-wrappers
-make
+make %{?smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,6 +98,11 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Fri Jul 28 2006 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-4
+- Add Reqs on chkconfig and service
+- Turn on smp_mflags
+- Initial build for RHEL5
+
 * Wed Jul 05 2006 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-3
 - Add missing condrestart fuction to initscript
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:05 [rpms/conman] epel10: - Add Reqs on chkconfig and service Jarod Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox