Compare commits

..

16 Commits

Author SHA1 Message Date
Miloslav Trmač 459a7682f7 Add UGROUPS=wheel to config-util
- Add UGROUPS=wheel to config-util
  Resolves: #688690
2011-03-31 22:57:53 +02:00
Miloslav Trmač 2d24fa9874 Update to usermode-1.107
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 1.107-1
- Update to usermode-1.107
  Resolves: #668731
2011-03-31 22:36:45 +02:00
Dennis Gilmore 133aae569e - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:43:30 -06:00
Jesse Keating 67d5731b11 - Rebuilt for gcc bug 634757 2010-09-29 15:25:29 -07:00
Miloslav Trmač f9517ac3e5 Update to usermode-1.106.1 2010-09-14 17:28:56 +02:00
Miloslav Trmač 86def28cfe Update to usermode-1.106 2010-08-26 23:51:00 +02:00
Fedora Release Engineering dc83fdf537 dist-git conversion 2010-07-29 14:48:47 +00:00
Miloslav Trmac 04043a85e3 - Update to usermode-1.105 Resolves: #578124 Resolves: #580481 2010-04-08 17:17:30 +00:00
Miloslav Trmac 743d9287e8 - Update to usermode-1.104.2 2010-03-26 14:37:47 +00:00
Miloslav Trmac 68f915cbe4 - Update to usermode-1.104.1
- Drop no longer necessary references to BuildRoot:
2010-03-04 20:59:35 +00:00
Miloslav Trmac 9c0505313c Annotate 1.104-1 change log with bug # 2010-02-25 12:11:26 +00:00
Miloslav Trmac 0fafae72b7 - Update to usermode-1.104 2010-02-25 11:50:20 +00:00
Miloslav Trmac b9de6d2cbe - Update to usermode-1.103 2010-02-16 20:19:16 +00:00
Miloslav Trmac f19b5b86a1 - Use %%{?_smp_mflags}
- Use the four-parameter version of %%defattr
- Be more paranoid about dropping privileges
- Set PAM_TTY
2010-02-05 15:05:00 +00:00
Bill Nottingham 2cb6804215 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:52:48 +00:00
Miloslav Trmac 1d58676420 - Update to usermode-1.102 2009-10-05 18:52:42 +00:00
4 changed files with 43 additions and 7 deletions
+4 -1
View File
@@ -1 +1,4 @@
usermode-1.104.tar.bz2
usermode-1.105.tar.xz
/usermode-1.106.tar.xz
/usermode-1.106.1.tar.xz
/usermode-1.107.tar.xz
+2
View File
@@ -0,0 +1,2 @@
USER=root
UGROUPS=wheel
+1 -1
View File
@@ -1 +1 @@
64f6ba4490ef50977b1fe9c0525f9265 usermode-1.104.tar.bz2
00a53086a5716106585fe0234f1030d3 usermode-1.107.tar.xz
+36 -5
View File
@@ -1,17 +1,17 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.104
Version: 1.107
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
Source1: config-util
Requires: pam, passwd, util-linux
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
BuildRequires: util-linux
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%package gtk
Summary: Graphical tools for certain user account management tasks
@@ -42,7 +42,6 @@ graphical tools for certain account management tasks.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
# make userformat symlink to usermount
@@ -58,7 +57,8 @@ for wrappedapp in halt reboot poweroff ; do
$RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
install -p -m644 shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
done
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
install -p -m 644 %{SOURCE1} \
$RPM_BUILD_ROOT/etc/security/console.apps/config-util
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
redhat-usermount.desktop; do
@@ -112,8 +112,39 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 1.107-1
- Update to usermode-1.107
Resolves: #668731
- Add UGROUPS=wheel to config-util
Resolves: #688690
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.106.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Sep 29 2010 jkeating - 1.106.1-2
- Rebuilt for gcc bug 634757
* Tue Sep 14 2010 Miloslav Trmač <mitr@redhat.com> - 1.106.1-1
- Update to usermode-1.106.1
* Thu Aug 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.106-1
- Update to usermode-1.106
* Thu Apr 8 2010 Miloslav Trmač <mitr@redhat.com> - 1.105-1
- Update to usermode-1.105
Resolves: #578124
Resolves: #580481
* Fri Mar 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.2-1
- Update to usermode-1.104.2
* Thu Mar 4 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.1-1
- Update to usermode-1.104.1
- Drop no longer necessary references to BuildRoot:
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
- Update to usermode-1.104
Resolves: #567117
* Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
- Update to usermode-1.103