This commit is contained in:
parent
d90be4a5ac
commit
473bbbb464
@ -24,7 +24,7 @@ License: GPL v2 or later
|
||||
Group: System/Packages
|
||||
Summary: Python Bindings for Manipulating RPM Packages
|
||||
Version: 4.4.2.3
|
||||
Release: 10
|
||||
Release: 11
|
||||
Requires: rpm = %{version}
|
||||
%py_requires
|
||||
Source99: rpm.spec
|
||||
@ -83,11 +83,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- fix unicode queries
|
||||
* Fri Mar 30 2007 rguenther@suse.de
|
||||
- add ncurses-devel and zlib-devel BuildRequires.
|
||||
* Thu Oct 19 2006 mls@suse.de
|
||||
* Wed Oct 18 2006 mls@suse.de
|
||||
- use rpm.spec for building instead of duplication everything
|
||||
- delete superfluous .a and .la files [#202604]
|
||||
- create .pyc and .pyo files [#205711]
|
||||
* Mon Oct 16 2006 schwab@suse.de
|
||||
* Sun Oct 15 2006 schwab@suse.de
|
||||
- Make sure config.rpath is present.
|
||||
* Fri Sep 22 2006 aj@suse.de
|
||||
- Fix for python2.5.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 15:03:25 CET 2008 - ro@suse.de
|
||||
|
||||
- update gcc flags to current set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 18:59:25 CET 2008 - coolo@suse.de
|
||||
|
||||
|
50
rpm.spec
50
rpm.spec
@ -27,7 +27,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
|
||||
AutoReqProv: on
|
||||
Summary: The RPM Package Manager
|
||||
Version: 4.4.2.3
|
||||
Release: 10
|
||||
Release: 11
|
||||
Source: rpm-%{version}.tar.bz2
|
||||
Source1: RPM-HOWTO.tar.bz2
|
||||
Source2: RPM-Tips.html.tar.bz2
|
||||
@ -324,7 +324,7 @@ Summary: A C library for parsing command line parameters
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Version: 1.7
|
||||
Release: 458
|
||||
Release: 459
|
||||
#
|
||||
|
||||
%description -n popt
|
||||
@ -347,7 +347,7 @@ Summary: C Library for Parsing Command Line Parameters
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Version: 1.7
|
||||
Release: 458
|
||||
Release: 459
|
||||
Requires: popt = 1.7
|
||||
Requires: glibc-devel
|
||||
|
||||
@ -382,6 +382,8 @@ Authors:
|
||||
%doc %{_mandir}/man3/popt.3*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2008 ro@suse.de
|
||||
- update gcc flags to current set
|
||||
* Fri Oct 31 2008 coolo@suse.de
|
||||
- moved suse_update_desktop_files to package update_desktop_files
|
||||
* Tue Oct 28 2008 jblunck@suse.de
|
||||
@ -454,7 +456,7 @@ Authors:
|
||||
Adds a hint to the misleading --whatrequires option, pointing to
|
||||
the more useful -e --test.
|
||||
Motivated by a talk thread started by Hubert.
|
||||
* Thu Apr 10 2008 mrueckert@suse.de
|
||||
* Wed Apr 09 2008 mrueckert@suse.de
|
||||
- revert the last change as it leads to duplicated entries in the
|
||||
file list
|
||||
* Wed Apr 09 2008 jblunck@suse.de
|
||||
@ -510,7 +512,7 @@ Authors:
|
||||
- implement supplements for lang_packages (#306412)
|
||||
* Fri Aug 10 2007 dmueller@suse.de
|
||||
- package size reduction (#217472)
|
||||
* Thu Aug 09 2007 dmueller@suse.de
|
||||
* Wed Aug 08 2007 dmueller@suse.de
|
||||
- support optional -n parameter in %%lang_package
|
||||
- make %%lang_package export a -all provides that
|
||||
can be used to resolve conflicts with the bundle
|
||||
@ -537,7 +539,7 @@ Authors:
|
||||
- correctly mark KDE documentation as %%doc in find-lang.sh
|
||||
* Fri May 11 2007 coolo@suse.de
|
||||
- adding %%lang_package to simplify seperating translations
|
||||
* Sat Apr 28 2007 wberrier@suse.de
|
||||
* Fri Apr 27 2007 wberrier@suse.de
|
||||
- autodeps.diff - bnc #227362
|
||||
-Print warning if mono assembiles are found but mono-find-* fails
|
||||
(solution is to make sure mono-devel is installed)
|
||||
@ -554,7 +556,7 @@ Authors:
|
||||
* Tue Apr 17 2007 dmueller@suse.de
|
||||
- strip comment and gcc command line sections from the packages
|
||||
- rework SYMTAB_KEEP to accept a file pattern
|
||||
* Mon Apr 09 2007 schwab@suse.de
|
||||
* Sun Apr 08 2007 schwab@suse.de
|
||||
- Include compilation directory in debuginfo file list.
|
||||
* Sat Mar 24 2007 ro@suse.de
|
||||
- added libbz2-devel to BuildRequires and Requires for -devel
|
||||
@ -611,7 +613,7 @@ Authors:
|
||||
- Fix the KMP Package spec file template so that whenever the
|
||||
initrd contains a module that the KMP includes, the initrd will
|
||||
be regenerated (211646).
|
||||
* Mon Oct 16 2006 schwab@suse.de
|
||||
* Sun Oct 15 2006 schwab@suse.de
|
||||
- Make sure config.rpath is present.
|
||||
* Mon Oct 02 2006 agruen@suse.de
|
||||
- %%suse_kernel_module_package: Abort when trying to build for a
|
||||
@ -621,12 +623,12 @@ Authors:
|
||||
- Allow kernel modules in packages even when the dependencies
|
||||
between those packages and the matching kernel packages cannot
|
||||
be tracked (199474).
|
||||
* Sun Oct 01 2006 agruen@suse.de
|
||||
* Sat Sep 30 2006 agruen@suse.de
|
||||
- Make find-*.ksyms more robust.
|
||||
* Tue Sep 19 2006 rguenther@suse.de
|
||||
- split rpm-python to separate spec file
|
||||
- remove python-devel BuildRequires
|
||||
* Tue Aug 15 2006 ro@suse.de
|
||||
* Mon Aug 14 2006 ro@suse.de
|
||||
- workaround for gettext using MKINSTALLDIRS in configure.ac
|
||||
* Wed Jun 14 2006 mls@suse.de
|
||||
- make rpmlib provide rpmlib(PatchRPMs) [#184856]
|
||||
@ -710,14 +712,14 @@ Authors:
|
||||
- add back missing chunk of srcdefattr patch [#48870]
|
||||
- add rpmvercmp patch from Peter Bowan
|
||||
- add -m32 to ix86 optflags to make --target work [#141206]
|
||||
* Sun Feb 05 2006 agruen@suse.de
|
||||
* Sat Feb 04 2006 agruen@suse.de
|
||||
- rpm-suse-kernel-module-subpackage: Allow to specify a list of
|
||||
kernel flavors to build (-x) instead of specifying an exclude
|
||||
list.
|
||||
* Fri Feb 03 2006 mls@suse.de
|
||||
- use RPMSENSE_STRONG instead of RPMSENSE_WEAK
|
||||
- drop support for EssentialFor
|
||||
* Thu Feb 02 2006 agruen@suse.de
|
||||
* Wed Feb 01 2006 agruen@suse.de
|
||||
- rpm-suse-kernel-module-subpackage: Allow to specify a custom
|
||||
%%files list for the kernel-specific sub-packages. Use the
|
||||
Summary and Group tags, and the %%description section from the
|
||||
@ -774,7 +776,7 @@ Authors:
|
||||
- fix patchrpm code not to modify immutable header parts
|
||||
* Fri Nov 18 2005 ro@suse.de
|
||||
- honor NO_BRP_STRIP_DEBUG in find-debuginfo.sh
|
||||
* Sat Oct 29 2005 mls@suse.de
|
||||
* Fri Oct 28 2005 mls@suse.de
|
||||
- use lstat instead of stat when globbing (#129434)
|
||||
- add RPMTAG_PKGID and RPMTAG_HDRID
|
||||
- make python always return requires/provides/obsoletes/conflicts
|
||||
@ -851,16 +853,16 @@ Authors:
|
||||
- use binutils for debuginfo packages
|
||||
* Fri Jan 14 2005 coolo@suse.de
|
||||
- name the debug package -debuginfo to sync with redhat/fedora
|
||||
* Tue Dec 14 2004 sndirsch@suse.de
|
||||
* Mon Dec 13 2004 sndirsch@suse.de
|
||||
- moved chinese popt mo file to correct directory (Bug #47262)
|
||||
* Fri Dec 03 2004 mls@suse.de
|
||||
- fix update of rpm with same name/version/release but different
|
||||
architecture
|
||||
* Fri Nov 26 2004 ro@suse.de
|
||||
* Thu Nov 25 2004 ro@suse.de
|
||||
- fix build with python-2.4
|
||||
* Tue Nov 16 2004 ro@suse.de
|
||||
- update permissions handling
|
||||
* Tue Oct 19 2004 ro@suse.de
|
||||
* Mon Oct 18 2004 ro@suse.de
|
||||
- locale rename: no -> nb
|
||||
* Mon Sep 27 2004 mls@suse.de
|
||||
- move TE type initializaten before the addTE call to make
|
||||
@ -950,7 +952,7 @@ Authors:
|
||||
* Thu Feb 05 2004 ro@suse.de
|
||||
- linux.prov: don't block soname in versioned-requires
|
||||
- linux.req: disable perl-requires, it's broken
|
||||
* Wed Feb 04 2004 schwab@suse.de
|
||||
* Tue Feb 03 2004 schwab@suse.de
|
||||
- Readd ia64 64bit provides hack.
|
||||
* Tue Feb 03 2004 kukuk@suse.de
|
||||
- Remove all special find-requires scripts and use the default one
|
||||
@ -978,7 +980,7 @@ Authors:
|
||||
- really disable rpmconfigcheck
|
||||
* Sat Sep 20 2003 kukuk@suse.de
|
||||
- Don't enable rpmconfigcheck per default
|
||||
* Sat Sep 20 2003 schwab@suse.de
|
||||
* Fri Sep 19 2003 schwab@suse.de
|
||||
- Fix descriptor leak [#31450].
|
||||
* Mon Sep 15 2003 mls@suse.de
|
||||
- remove redhat options from popt (#30302)
|
||||
@ -1037,7 +1039,7 @@ Authors:
|
||||
- make PreReqs work again if --nodeps is used
|
||||
- fix rpmconfigcheck
|
||||
- apply find-debuginfo.sh patch from coolo
|
||||
* Fri Jun 13 2003 kukuk@suse.de
|
||||
* Thu Jun 12 2003 kukuk@suse.de
|
||||
- Fix find-lang.sh (special /usr/share/locale handling)
|
||||
* Thu Jun 12 2003 coolo@suse.de
|
||||
- enhancing find-lang.sh to take KDE/GNOME into account and label
|
||||
@ -1142,7 +1144,7 @@ Authors:
|
||||
- Fix typo
|
||||
* Fri Aug 09 2002 kukuk@suse.de
|
||||
- Fix requires of rpm-devel and popt-devel
|
||||
* Fri Aug 09 2002 ro@suse.de
|
||||
* Thu Aug 08 2002 ro@suse.de
|
||||
- adapt automake version in configure
|
||||
* Fri Jul 26 2002 mls@suse.de
|
||||
- Added perl/python macros from conectiva
|
||||
@ -1170,7 +1172,7 @@ Authors:
|
||||
* Tue Jul 02 2002 ke@suse.de
|
||||
- Update German program messages using translations by Christian
|
||||
Kirsch. Add as Source7; drop Patch19 [# 8442].
|
||||
* Fri Jun 21 2002 ro@suse.de
|
||||
* Thu Jun 20 2002 ro@suse.de
|
||||
- automake is 1.6.2
|
||||
* Wed Jun 12 2002 bk@suse.de
|
||||
- ppc: fix arch for elf64.prov and elf64.req to powerpc(from olh)
|
||||
@ -1254,7 +1256,7 @@ Authors:
|
||||
- Fix to build with new gettext.
|
||||
* Mon Feb 18 2002 ro@suse.de
|
||||
- added requires for suse-build-key
|
||||
* Tue Feb 12 2002 ro@suse.de
|
||||
* Mon Feb 11 2002 ro@suse.de
|
||||
- tar option for bz2 is now "j" (re-added)
|
||||
* Mon Feb 11 2002 ma@suse.de
|
||||
- unk_ugname_cached.diff: Upon building a package, unpacking sources
|
||||
@ -1408,7 +1410,7 @@ Authors:
|
||||
- Fix config patch.
|
||||
* Thu Apr 06 2000 bk@suse.de
|
||||
- added /lib/libpopt.so* to filelist on s390
|
||||
* Wed Apr 05 2000 bk@suse.de
|
||||
* Tue Apr 04 2000 bk@suse.de
|
||||
- uses autoconf and automake now
|
||||
- added /lib/libbz2.so* and /lib/libz.so* to filelist on s390
|
||||
* Sun Apr 02 2000 bk@suse.de
|
||||
@ -1450,7 +1452,7 @@ Authors:
|
||||
- again rebuilddb.patch
|
||||
* Wed Jul 14 1999 ro@suse.de
|
||||
- update to 3.0.3
|
||||
* Mon Jun 28 1999 ro@suse.de
|
||||
* Sun Jun 27 1999 ro@suse.de
|
||||
- changed macros.in for libc5 : no "h" parameter for chown,chmod
|
||||
* Fri Jun 25 1999 ro@suse.de
|
||||
- update to rpm-3.0.2
|
||||
|
20
rpmrc.diff
20
rpmrc.diff
@ -15,18 +15,18 @@ Index: rpmrc.in
|
||||
-optflags: pentium3 -O2 -g -m32 -march=pentium3 -mtune=generic -fasynchronous-unwind-tables
|
||||
-optflags: pentium4 -O2 -g -m32 -march=pentium4 -mtune=generic -fasynchronous-unwind-tables
|
||||
-optflags: athlon -O2 -g -m32 -march=athlon -fasynchronous-unwind-tables
|
||||
+optflags: i386 -O2 -g -m32 -march=i486 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: i486 -O2 -g -m32 -march=i486 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: i586 -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: i686 -O2 -g -m32 -march=i686 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: i386 -O2 -g -m32 -march=i486 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: i486 -O2 -g -m32 -march=i486 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: i586 -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: i686 -O2 -g -m32 -march=i686 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: pentium3 -O2 -g -m32 -march=pentium3
|
||||
+optflags: pentium4 -O2 -g -m32 -march=pentium4
|
||||
+optflags: athlon -O2 -g -m32 -march=athlon
|
||||
optflags: geode -Os -g -m32 -march=geode
|
||||
-optflags: ia64 -O2 -g -m64 -mtune=generic
|
||||
-optflags: x86_64 -O2 -g -m64 -mtune=generic
|
||||
+optflags: ia64 -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: x86_64 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: ia64 -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: x86_64 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
optflags: amd64 -O2 -g -mtune=generic
|
||||
optflags: ia32e -O2 -g -m64 -mtune=generic
|
||||
|
||||
@ -41,13 +41,13 @@ Index: rpmrc.in
|
||||
-optflags: ppciseries -O2 -g -m32 -fsigned-char
|
||||
-optflags: ppcpseries -O2 -g -m32 -fsigned-char
|
||||
-optflags: ppc64 -O2 -g -m64 -fsigned-char
|
||||
+optflags: ppc -O2 -g -m32 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: ppc -O2 -g -m32 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: ppc8260 -O2 -g -m32
|
||||
+optflags: ppc8560 -O2 -g -m32
|
||||
+optflags: ppc32dy4 -O2 -g -m32
|
||||
+optflags: ppciseries -O2 -g -m32
|
||||
+optflags: ppcpseries -O2 -g -m32
|
||||
+optflags: ppc64 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2
|
||||
+optflags: ppc64 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
|
||||
optflags: parisc -O2 -g -mpa-risc-1-0
|
||||
+optflags: hppa -O2 -g -mpa-risc-1-0
|
||||
@ -60,8 +60,8 @@ Index: rpmrc.in
|
||||
|
||||
-optflags: s390 -O2 -g -m31
|
||||
-optflags: s390x -O2 -g -m64
|
||||
+optflags: s390 -O2 -g -m31 -fmessage-length=0
|
||||
+optflags: s390x -O2 -g -m64 -fmessage-length=0
|
||||
+optflags: s390 -O2 -g -m31 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
+optflags: s390x -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
||||
|
||||
optflags: sh3 -O2 -g
|
||||
optflags: sh4 -O2 -g
|
||||
|
Loading…
Reference in New Issue
Block a user