This commit is contained in:
committed by
Git OBS Bridge
parent
303a24e717
commit
33607dc5bf
23
man.spec
23
man.spec
@@ -13,9 +13,9 @@
|
||||
Name: man
|
||||
BuildRequires: flex gdbm-devel groff less libbz2-devel libzio-devel zlib-devel
|
||||
Version: 2.4.3
|
||||
Release: 48
|
||||
Release: 66
|
||||
Summary: A Program for Displaying man Pages
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: System/Base
|
||||
PreReq: fileutils fillup
|
||||
Provides: man_db
|
||||
@@ -26,13 +26,13 @@ Source1: sysconfig.cron-man
|
||||
Source2: cron.daily.do_mandb
|
||||
Source3: cron.daily.clean_catman
|
||||
Patch0: man-db-%{version}.dif
|
||||
Patch1: man-db-%{version}-3.diff.bz2
|
||||
Patch1: man-db-%{version}-6.diff.bz2
|
||||
Patch2: man-db-2.3.19deb4.0-groff.dif
|
||||
Patch3: man-db-2.4.1-error.dif
|
||||
Patch4: man-db-%{version}-section.dif
|
||||
Patch5: man-db-2.4.1-security2.dif
|
||||
Patch6: man-db-2.4.1-security4.dif
|
||||
Patch7: man-db-2.4.3-CVE-2006-4250.dif
|
||||
Patch7: man-db-2.4.3-firefox.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -53,7 +53,7 @@ Authors:
|
||||
%patch4 -p0 -b .sect
|
||||
%patch5 -p0 -b .secu2
|
||||
%patch6 -p0 -b .secu4
|
||||
%patch7 -p0 -b .064250
|
||||
%patch7 -p0 -b .firefox
|
||||
%patch -p0
|
||||
|
||||
%build
|
||||
@@ -127,6 +127,13 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
%doc %{_mandir}/es/man5/*.5.gz
|
||||
%dir %{_mandir}/es/man8
|
||||
%doc %{_mandir}/es/man8/*.8.gz
|
||||
%dir %{_mandir}/fr
|
||||
%dir %{_mandir}/fr/man1
|
||||
%doc %{_mandir}/fr/man1/*.1.gz
|
||||
%dir %{_mandir}/fr/man5
|
||||
%doc %{_mandir}/fr/man5/*.5.gz
|
||||
%dir %{_mandir}/fr/man8
|
||||
%doc %{_mandir}/fr/man8/*.8.gz
|
||||
%dir %{_mandir}/it
|
||||
%dir %{_mandir}/it/man1
|
||||
%doc %{_mandir}/it/man1/*.1.gz
|
||||
@@ -149,6 +156,12 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
/var/adm/fillup-templates/sysconfig.cron-man
|
||||
|
||||
%changelog
|
||||
* Wed Jul 18 2007 - werner@suse.de
|
||||
- Add workaround for html browsers which do their job in
|
||||
background: do not remove the temporary files to fast (#280613)
|
||||
- Update to debain patch level 6 which
|
||||
* includes bug fix for CVE-2006-4250 (bug #262747)
|
||||
* includes french manual pages
|
||||
* Tue Apr 17 2007 - werner@suse.de
|
||||
- Fix heap buffer overflow (CVE-2006-4250, bug #262747)
|
||||
* Mon Mar 26 2007 - rguenther@suse.de
|
||||
|
Reference in New Issue
Block a user