usermode.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 5518 235b0b4aa324
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package usermode
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     7
#
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     8
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     9
Name:			usermode
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    10
License:		GPL
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    11
Group:			Applications/System
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    12
Version:		1.68
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Release:		263
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Distribution:		Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 557
diff changeset
    15
Vendor:			Sun Microsystems, Inc.
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    16
Summary:		Tools for certain user account management tasks.
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    17
Source:			usermode-%{version}.tar.bz2
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    18
Patch1:			usermode-01-dont-use-desktop-file-install.diff
713
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
    19
Patch2:                 usermode-02-dont-use-libuser.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    20
Patch3:                 usermode-03-remove-console-apps-user-support.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
Patch4:                 usermode-04-bad-passwd-message.diff 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    22
Patch5:                 usermode-05-maintain-http-proxy.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    23
Patch6:                 usermode-06-enable-deprecated-widgets.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    24
Patch7: 		usermode-07-g11n-i18n-ui.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    25
Patch8: 		usermode-08-protocol.diff
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    26
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    27
Docdir:			%{_defaultdocdir}/doc
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    28
Autoreqprov:		on
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    29
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    30
%define gtk2_version 2.2.1
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    31
%define startup_notification_version 0.5
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    32
%define libglade_version 2.0.1
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    33
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    34
Requires: pam, util-linux
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    35
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    36
BuildRequires: pam-devel, util-linux
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    37
BuildRequires: gtk2-devel >= %{gtk2_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    38
BuildRequires: startup-notification-devel >= %{startup_notification_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    39
BuildRequires: libglade-devel >= %{libglade_version}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    40
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    41
%description
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    42
The usermode package contains the userhelper program, which can be
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    43
used to allow configured programs to be run with superuser privileges
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    44
by ordinary users.
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    45
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    46
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    47
%package gtk
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    48
Summary:		Graphical tools for certain user account management tasks.
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    49
Group:			Applications/System
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    50
Requires:		usermode = %{version}-%{release}
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    51
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    52
%description gtk
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    53
The usermode-gtk package contains several graphical tools for users:
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    54
userinfo, usermount and userpasswd. Userinfo allows uses to change
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    55
their finger information. Usermount allows users to mount, unmount,
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    56
and format their filesystems. Userpasswd allows users to change their
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    57
passwords.
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    58
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    59
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    60
%prep
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    61
%setup -q
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    62
%patch1
713
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
    63
%patch2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    64
%patch3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    65
%patch4 -p1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    66
%patch5
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    67
%patch6 -p1
1493
a60c7584b9df 2004-01-07 Niall Power <[email protected]>
niall
parents: 1392
diff changeset
    68
%patch7 -p1
2067
4382aec0ffed 2004-02-27 Narayana Pattipati <[email protected]>
naren
parents: 1876
diff changeset
    69
%patch8 -p1
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    70
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    71
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    72
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    78
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    83
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    84
aclocal
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    85
automake -a --copy --force
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    86
autoconf
605
0ec3409e6414 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 601
diff changeset
    87
CFLAGS="$RPM_OPT_FLAGS"				\
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    88
./configure --prefix=%{_prefix}			\
814
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
    89
	    --mandir=%{_mandir}			\
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    90
	    --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    91
make -j $CPUS
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    92
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    93
%install
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
    94
rm -rf $RPM_BUILD_ROOT
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    95
make install DESTDIR=$RPM_BUILD_ROOT
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    96
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    97
for iii in poweroff halt reboot; do
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    98
  ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${iii}
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    99
  install -m 644 -D shutdown.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/$iii
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   100
done
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   101
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   102
#Remove the stuff we don't want to deliver
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   103
rm $RPM_BUILD_ROOT%{_bindir}/shutdown
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   104
rm $RPM_BUILD_ROOT%{_bindir}/usermount
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   105
rm $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/userinfo.desktop
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   106
rm $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/usermount.desktop
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   107
rm $RPM_BUILD_ROOT%{_mandir}/man1/userinfo*
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   108
rm $RPM_BUILD_ROOT%{_mandir}/man1/usermount*
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   109
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   110
%clean
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   111
rm -rf $RPM_BUILD_ROOT
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   112
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   113
%files
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   114
%defattr(-,root,root)
817
ba1c6f6b5eff 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 816
diff changeset
   115
%{_sysconfdir}/pam.d/*
ba1c6f6b5eff 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 816
diff changeset
   116
%{_sysconfdir}/security/console.apps/*
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   117
%{_bindir}/consolehelper
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   118
%{_bindir}/poweroff
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   119
%{_bindir}/halt
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   120
%{_bindir}/reboot
814
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   121
%{_mandir}/man8/consolehelper*
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   122
%{_mandir}/man8/userhelper*
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   123
%attr(4711,root,root) %{_prefix}/sbin/userhelper
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   124
%{_prefix}/share/locale/*/LC_MESSAGES/*.mo
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   125
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   126
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   127
%files gtk
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   128
%defattr(-,root,root)
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   129
%{_bindir}/consolehelper-gtk
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   130
%{_bindir}/userpasswd
813
2f5e1ed5cf01 2003-07-26 Mark McLoughlin <[email protected]
markmc
parents: 739
diff changeset
   131
%{_bindir}/pam-panel-icon
814
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   132
%{_mandir}/man1/userpasswd.1*
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   133
%{_datadir}/control-center-2.0/capplets/userpasswd.desktop
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   134
%{_datadir}/pixmaps/*
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   135
%{_datadir}/usermode
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   136
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   137
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   138
%changelog
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   139
* Wed Jul 27 2005 - <[email protected]>
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   140
- Removed patch usermode-08-exit-status.diff as it was added specifically
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   141
  to fix an issue with nfs mount/share features. But these features have
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   142
  been removed from cinnabar release onwards. Renamed other patches.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   143
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   144
* Thu May 20 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   145
- Added patch usermode-10-protocol.diff to fix #5101042
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   146
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   147
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   148
- Updated l10n content to usermode-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   149
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   150
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   151
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   152
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   153
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   154
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   155
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   156
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   157
- Updated l10n content to usermode-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   158
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   159
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   160
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   161
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   162
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   163
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   164
- Adding usermode-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   165
2273
ffcdae78b108 2004-03-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   166
* Mon Mar 22 2004 - <[email protected]>
ffcdae78b108 2004-03-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   167
- Added usermode-09-g11n-i18n-ui.diff to fix 4951360
ffcdae78b108 2004-03-22 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   168
2067
4382aec0ffed 2004-02-27 Narayana Pattipati <[email protected]>
naren
parents: 1876
diff changeset
   169
* Fri Feb 27 2004 - <[email protected]>
4382aec0ffed 2004-02-27 Narayana Pattipati <[email protected]>
naren
parents: 1876
diff changeset
   170
- Added patch usermode-08-exit-status.diff to make userhelper return 
4382aec0ffed 2004-02-27 Narayana Pattipati <[email protected]>
naren
parents: 1876
diff changeset
   171
  correct exit code.
4382aec0ffed 2004-02-27 Narayana Pattipati <[email protected]>
naren
parents: 1876
diff changeset
   172
1493
a60c7584b9df 2004-01-07 Niall Power <[email protected]>
niall
parents: 1392
diff changeset
   173
* Wed Jan 07 2004 - <[email protected]>
a60c7584b9df 2004-01-07 Niall Power <[email protected]>
niall
parents: 1392
diff changeset
   174
- Add patch to enable compilation of deprecated widgets.
a60c7584b9df 2004-01-07 Niall Power <[email protected]>
niall
parents: 1392
diff changeset
   175
1392
9f8d07a50225 2003-11-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   176
* Fri Nov 07 2003 - <[email protected]> 1.68-20
9f8d07a50225 2003-11-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   177
- Add patch to not unset $http_proxy and $ftp_proxy.
9f8d07a50225 2003-11-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   178
1163
b3291f8fd1be 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   179
* Tue Sep 23 2003 - <[email protected]>
b3291f8fd1be 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   180
- Produce an error message that's actully useful
b3291f8fd1be 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   181
  for PAM_AUTHTOK_ERR occurences.
b3291f8fd1be 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   182
830
7777162b4762 2003-07-28 Mark McLoughlin <[email protected]>
markmc
parents: 817
diff changeset
   183
* Mon Jul 28 2003 - <[email protected]>
7777162b4762 2003-07-28 Mark McLoughlin <[email protected]>
markmc
parents: 817
diff changeset
   184
- Eek. Authenticate as root, not the user.
7777162b4762 2003-07-28 Mark McLoughlin <[email protected]>
markmc
parents: 817
diff changeset
   185
814
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   186
* Sun Jul 27 2003 - <[email protected]>
817
ba1c6f6b5eff 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 816
diff changeset
   187
- Kill %config flags.
ba1c6f6b5eff 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 816
diff changeset
   188
ba1c6f6b5eff 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 816
diff changeset
   189
* Sun Jul 27 2003 - <[email protected]>
816
ebdb42786b32 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 814
diff changeset
   190
- Remove support for specifying USER in console.apps/*
ebdb42786b32 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 814
diff changeset
   191
ebdb42786b32 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 814
diff changeset
   192
* Sun Jul 27 2003 - <[email protected]>
814
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   193
- Install manpages in correct location
ac0203c46e0c 2003-07-27 Mark McLoughlin <[email protected]>
markmc
parents: 813
diff changeset
   194
813
2f5e1ed5cf01 2003-07-26 Mark McLoughlin <[email protected]
markmc
parents: 739
diff changeset
   195
* Sat Jul 26 2003 - <[email protected]>
2f5e1ed5cf01 2003-07-26 Mark McLoughlin <[email protected]
markmc
parents: 739
diff changeset
   196
- Install pam-panel-icon
2f5e1ed5cf01 2003-07-26 Mark McLoughlin <[email protected]
markmc
parents: 739
diff changeset
   197
739
8f93f9a7e67a Fixing POTFILES.in in usermode
mick
parents: 713
diff changeset
   198
* Wed Jul 23 2003 - <[email protected]>
8f93f9a7e67a Fixing POTFILES.in in usermode
mick
parents: 713
diff changeset
   199
- Fixed POTFILES.in
8f93f9a7e67a Fixing POTFILES.in in usermode
mick
parents: 713
diff changeset
   200
713
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
   201
* Tue Jul 22 2003 - <[email protected]>
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
   202
- Remove libuser dependancy. userinfo doesn't really make
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
   203
  much sense for us.
b331b86b7d18 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 696
diff changeset
   204
696
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   205
* Mon Jul 21 2003 - <[email protected]>
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   206
- install userpasswd
83c656cce7cf 2003-07-21 Mark McLoughlin <[email protected]>
markmc
parents: 605
diff changeset
   207
557
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   208
* Wed Jul 09 2003 - <[email protected]>
545c0cd6597a 2003-07-14 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   209
- Initial spec file