Fix arg type in tilde patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=198
This commit is contained in:
parent
638ba14e22
commit
0204532bd5
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python3-rpm
|
Name: python3-rpm
|
||||||
Version: 4.9.1.2
|
Version: 4.9.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: rpm-python
|
Name: rpm-python
|
||||||
Version: 4.9.1.2
|
Version: 4.9.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
1
rpm.spec
1
rpm.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: rpm
|
Name: rpm
|
||||||
BuildRequires: binutils
|
BuildRequires: binutils
|
||||||
BuildRequires: bzip2
|
BuildRequires: bzip2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
+/**
|
+/**
|
||||||
+ */
|
+ */
|
||||||
+static int depContainsTilde(Header *h, rpmTagVal tagEVR)
|
+static int depContainsTilde(Header h, rpmTagVal tagEVR)
|
||||||
+{
|
+{
|
||||||
+ struct rpmtd_s evrs;
|
+ struct rpmtd_s evrs;
|
||||||
+ const char *evr = NULL;
|
+ const char *evr = NULL;
|
||||||
@ -32,7 +32,7 @@
|
|||||||
+ 0
|
+ 0
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+static int haveTildeDep(Header *h)
|
+static int haveTildeDep(Header h)
|
||||||
+{
|
+{
|
||||||
+ int i;
|
+ int i;
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user