2.19-0.3: upgrade to -rc2
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
4c5e4a4951
commit
54f17daa1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/floppy-0.16.tar.bz2
|
/floppy-0.16.tar.bz2
|
||||||
/util-linux-2.19-rc1.tar.bz2
|
/util-linux-2.19-rc1.tar.bz2
|
||||||
/util-linux-2.19-rc1-32-gbded43d.tar.bz2
|
/util-linux-2.19-rc1-32-gbded43d.tar.bz2
|
||||||
|
/util-linux-2.19-rc2.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
7eeb9a6f7a258174bf0fa80f1370788d floppy-0.16.tar.bz2
|
7eeb9a6f7a258174bf0fa80f1370788d floppy-0.16.tar.bz2
|
||||||
96714c97fda4a18b7480eac71ab421fa util-linux-2.19-rc1-32-gbded43d.tar.bz2
|
ff2ec40dcae191048f9a3a0175e632a6 util-linux-2.19-rc2.tar.bz2
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.19
|
Version: 2.19
|
||||||
Release: 0.2%{?dist}
|
Release: 0.3%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux
|
URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux
|
||||||
|
|
||||||
%define upstream_version %{version}-rc1-32-gbded43d
|
%define upstream_version %{version}-rc2
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -33,9 +33,7 @@ BuildRequires: popt-devel
|
|||||||
BuildRequires: libutempter-devel
|
BuildRequires: libutempter-devel
|
||||||
|
|
||||||
### Sources
|
### Sources
|
||||||
#Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-%{upstream_version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-%{upstream_version}.tar.bz2
|
||||||
|
|
||||||
Source0: util-linux-%{upstream_version}.tar.bz2
|
|
||||||
Source1: util-linux-ng-login.pamd
|
Source1: util-linux-ng-login.pamd
|
||||||
Source2: util-linux-ng-remote.pamd
|
Source2: util-linux-ng-remote.pamd
|
||||||
Source3: util-linux-ng-chsh-chfn.pamd
|
Source3: util-linux-ng-chsh-chfn.pamd
|
||||||
@ -442,7 +440,6 @@ fi
|
|||||||
%if %{mtab_symlink}
|
%if %{mtab_symlink}
|
||||||
rm -f /etc/mtab
|
rm -f /etc/mtab
|
||||||
ln -s /proc/mounts /etc/mtab
|
ln -s /proc/mounts /etc/mtab
|
||||||
/bin/chown root:root /etc/mtab
|
|
||||||
%else
|
%else
|
||||||
touch /etc/mtab
|
touch /etc/mtab
|
||||||
/bin/chown root:root /etc/mtab
|
/bin/chown root:root /etc/mtab
|
||||||
@ -708,7 +705,7 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc shlibs/mount/COPYING.libmount
|
%doc shlibs/mount/COPYING.libmount
|
||||||
%{_libdir}/libmount.so
|
%{_libdir}/libmount.so
|
||||||
%{_includedir}/mount
|
%{_includedir}/libmount
|
||||||
%{_libdir}/pkgconfig/mount.pc
|
%{_libdir}/pkgconfig/mount.pc
|
||||||
|
|
||||||
|
|
||||||
@ -752,6 +749,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 25 2011 Karel Zak <kzak@redhat.com> 2.19-0.3
|
||||||
|
- upgrade to the release 2.19-rc2
|
||||||
|
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc2-ChangeLog
|
||||||
|
- fix #671893 - SELinux is preventing /bin/chown from 'setattr' accesses
|
||||||
|
on the file mounts.
|
||||||
|
|
||||||
* Wed Jan 19 2011 Karel Zak <kzak@redhat.com> 2.19-0.2
|
* Wed Jan 19 2011 Karel Zak <kzak@redhat.com> 2.19-0.2
|
||||||
- clean up specfile (review #667416)
|
- clean up specfile (review #667416)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user