- 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:
parent
5c375f3adf
commit
ee291ced44
@ -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
3
rpm-4.10.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6260e765982936913ca877b042ed0ad863d656e06ec5badc94fa810d36b7368c
|
||||
size 3574627
|
@ -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@ \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user