- update to 4.10.3.1:

* Fix install-regression introduced in RPM 4.10.0 which can
  cause creation of real files and directories skipped when
  the path is shared with a %ghost.
 * translation updates

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=256
This commit is contained in:
Dirk Mueller 2013-04-05 18:49:36 +00:00 committed by Git OBS Bridge
parent 5c375f3adf
commit ee291ced44
6 changed files with 17 additions and 6 deletions

View File

@ -17,7 +17,7 @@
Name: python3-rpm
Version: 4.10.2
Version: 4.10.3.1
Release: 0
Summary: Python Bindings for Manipulating RPM Packages
License: GPL-2.0+

3
rpm-4.10.3.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6260e765982936913ca877b042ed0ad863d656e06ec5badc94fa810d36b7368c
size 3574627

View File

@ -10,7 +10,7 @@
/* Define to 1 if you have the <bzlib.h> header file. */
#undef HAVE_BZLIB_H
@@ -203,6 +206,10 @@
@@ -206,6 +209,10 @@
*/
#undef LT_OBJDIR
@ -21,7 +21,7 @@
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
#undef MAJOR_IN_MKDEV
@@ -287,6 +294,9 @@
@@ -290,6 +297,9 @@
/* Build with acl support? */
#undef WITH_ACL
@ -634,7 +634,7 @@
librpmio_la_SOURCES += digest_nss.c
+endif
librpmio_la_LDFLAGS = -version-info 3:2:0
librpmio_la_LDFLAGS = -version-info 3:3:0
librpmio_la_LIBADD = \
../misc/libmisc.la \
@WITH_NSS_LIB@ \

View File

@ -17,7 +17,7 @@
Name: rpm-python
Version: 4.10.2
Version: 4.10.3.1
Release: 0
#!BuildIgnore: rpmlint-Factory
Summary: Python Bindings for Manipulating RPM Packages

View File

@ -1,4 +1,12 @@
-------------------------------------------------------------------
Fri Apr 5 18:47:53 UTC 2013 - dmueller@suse.com
- update to 4.10.3.1:
* Fix install-regression introduced in RPM 4.10.0 which can
cause creation of real files and directories skipped when
the path is shared with a %ghost.
* translation updates
-------------------------------------------------------------------
Sat Mar 30 13:53:48 UTC 2013 - coolo@suse.com
- which is essential for man packages

View File

@ -47,7 +47,7 @@ PreReq: %fillup_prereq
Summary: The RPM Package Manager
License: GPL-2.0+
Group: System/Packages
Version: 4.10.2
Version: 4.10.3.1
Release: 0
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2