* [Cluster-devel] conga ricci.spec.in.in
@ 2008-03-28 1:18 rmccabe
0 siblings, 0 replies; 3+ messages in thread
From: rmccabe @ 2008-03-28 1:18 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2008-03-28 01:18:51
Modified files:
. : ricci.spec.in.in
Log message:
date ordering
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.8&r2=1.9
--- conga/ricci.spec.in.in 2008/03/28 01:17:11 1.8
+++ conga/ricci.spec.in.in 2008/03/28 01:18:51 1.9
@@ -126,9 +126,9 @@
exit 0
%changelog
-* Wed Feb 20 2008 Ryan McCabe <rmccabe@redhat.com> 0.13.0-1
- - Initial build.
-
* Wed Mar 26 2008 Chris Feist <cfeist@redhat.com> 0.13.0-2
- Don't require cap and xml libraries (RPM will find them)
- Fix buildroot to meet Fedora standard
+
+* Wed Feb 20 2008 Ryan McCabe <rmccabe@redhat.com> 0.13.0-1
+ - Initial build.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] conga ricci.spec.in.in
@ 2008-03-14 20:21 rmccabe
0 siblings, 0 replies; 3+ messages in thread
From: rmccabe @ 2008-03-14 20:21 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2008-03-14 20:21:16
Modified files:
. : ricci.spec.in.in
Log message:
require a build dep on file-devel instead of file, as the package has been split-up on Fedora
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.3&r2=1.4
--- conga/ricci.spec.in.in 2008/02/20 17:31:56 1.3
+++ conga/ricci.spec.in.in 2008/03/14 20:21:16 1.4
@@ -23,7 +23,7 @@
BuildRequires: glibc-devel gcc-c++ libxml2-devel sed
BuildRequires: cman-devel
BuildRequires: cyrus-sasl-devel >= 2.1
-BuildRequires: openssl-devel dbus-devel pkgconfig file
+BuildRequires: openssl-devel dbus-devel pkgconfig file-devel
Requires: initscripts
Requires: oddjob dbus openssl pam cyrus-sasl >= 2.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] conga ricci.spec.in.in
@ 2008-02-20 17:32 rmccabe
0 siblings, 0 replies; 3+ messages in thread
From: rmccabe @ 2008-02-20 17:32 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2008-02-20 17:32:05
Modified files:
. : ricci.spec.in.in
Log message:
Create the ricci user and group properly
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- conga/ricci.spec.in.in 2008/02/20 17:07:55 1.2
+++ conga/ricci.spec.in.in 2008/02/20 17:31:56 1.3
@@ -96,12 +96,8 @@
%{_libexecdir}/ricci-modlog
%pre -n ricci
-if ! /bin/grep ^ricci\:x /etc/group >&/dev/null; then
- /usr/sbin/groupadd -r -f ricci >&/dev/null
-fi
-if ! /bin/grep ^ricci\:x /etc/passwd >&/dev/null; then
- /usr/sbin/useradd -r -M -s /sbin/nologin -d /var/lib/ricci -g ricci ricci >&/dev/null
-fi
+getent group ricci >/dev/null || groupadd -r ricci
+getent passwd ricci >/dev/null || useradd -r -g ricci -d /var/lib/ricci -s /sbin/nologin -c "ricci daemon user" ricci
exit 0
%post -n ricci
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-28 1:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 1:18 [Cluster-devel] conga ricci.spec.in.in rmccabe
-- strict thread matches above, loose matches on Subject: below --
2008-03-14 20:21 rmccabe
2008-02-20 17:32 rmccabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).