Browse code

libxslt: upgrade to v1.1.37

automake: upgrade to v1.16.5

And corresponding version bumps.

Change-Id: I24ff05b9e813086a02c7ed9d7766befcb205547d
Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/17336
Tested-by: gerrit-photon <photon-checkins@vmware.com>

Shreenidhi Shedi authored on 2022/08/18 12:19:39
Showing 27 changed files
... ...
@@ -1,15 +1,15 @@
1 1
 Summary:        Mobile broadband modem manager
2 2
 Name:           ModemManager
3 3
 Version:        1.18.10
4
-Release:        2%{?dist}
4
+Release:        3%{?dist}
5 5
 URL:            https://www.freedesktop.org
6 6
 License:        GPLv2
7 7
 Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11
-Source0:        https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
12
-%define sha512  %{name}=4615ddb852b750ba0ca62224b669145a408a22b841937d42271638a73bf59dff5fb8b73553388afee8e7d2b2126c61f51af3f8fcb4475a2e2ea313d438443f9b
11
+Source0: https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
12
+%define sha512 %{name}=4615ddb852b750ba0ca62224b669145a408a22b841937d42271638a73bf59dff5fb8b73553388afee8e7d2b2126c61f51af3f8fcb4475a2e2ea313d438443f9b
13 13
 
14 14
 BuildRequires:  libqmi-devel
15 15
 BuildRequires:  gobject-introspection-devel
... ...
@@ -26,6 +26,8 @@ BuildRequires:  libxslt-devel
26 26
 BuildRequires:  dbus-devel
27 27
 %endif
28 28
 
29
+Requires:       systemd
30
+Requires:       glib
29 31
 Requires:       libgudev
30 32
 Requires:       libqmi
31 33
 Requires:       gobject-introspection
... ...
@@ -37,7 +39,7 @@ communicate with the actual device.
37 37
 
38 38
 %package        devel
39 39
 Summary:        Header and development files for %{name}
40
-Requires:       %{name} = %{version}
40
+Requires:       %{name} = %{version}-%{release}
41 41
 Requires:       libqmi-devel
42 42
 Requires:       gobject-introspection-devel
43 43
 
... ...
@@ -65,7 +67,7 @@ make %{?_smp_mflags} check
65 65
 %endif
66 66
 
67 67
 %clean
68
-rm -rf %{buildroot}
68
+rm -rf %{buildroot}/*
69 69
 
70 70
 %post -p /sbin/ldconfig
71 71
 %postun -p /sbin/ldconfig
... ...
@@ -91,6 +93,7 @@ rm -rf %{buildroot}
91 91
 %exclude %dir %{_libdir}/debug
92 92
 
93 93
 %files devel
94
+%defattr(-,root,root)
94 95
 %{_libdir}/*.so
95 96
 %{_includedir}/%{name}/*
96 97
 %{_includedir}/libmm-glib/*
... ...
@@ -100,6 +103,8 @@ rm -rf %{buildroot}
100 100
 %{_datadir}/%{name}/connection.available.d/*
101 101
 
102 102
 %changelog
103
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.18.10-3
104
+- Bump version as a part of libxslt upgrade
103 105
 * Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.18.10-2
104 106
 - Remove .la files
105 107
 * Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 1.18.10-1
... ...
@@ -6,12 +6,16 @@ License:        GPLv2
6 6
 URL:            http://www.gnu.org/software/autoconf
7 7
 Group:          System Environment/Base
8 8
 Vendor:         VMware, Inc.
9
-Distribution: 	Photon
10
-Source0:        http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
11
-%define sha1    autoconf=1b5b1dbed849c6653be47c56d28d26fcf3f7238a
9
+Distribution:   Photon
10
+
11
+Source0: http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
12
+%define sha512 %{name}=73d32b4adcbe24e3bafa9f43f59ed3b6efbd3de0f194e5ec90375f35da1199c583f5d3e89139b7edbad35171403709270e339ffa56a2ecb9b3123e9285021ff0
13
+
12 14
 Requires:       perl
13
-BuildRequires:  m4
14 15
 Requires:       m4
16
+
17
+BuildRequires:  m4
18
+
15 19
 BuildArch:      noarch
16 20
 
17 21
 %description
... ...
@@ -23,10 +27,10 @@ automatically configure source code.
23 23
 
24 24
 %build
25 25
 %configure --disable-silent-rules
26
-make %{?_smp_mflags}
26
+%make_build
27 27
 
28 28
 %install
29
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
29
+%make_install %{?_smp_mflags}
30 30
 rm -rf %{buildroot}%{_infodir}
31 31
 
32 32
 %check
... ...
@@ -39,23 +43,23 @@ make -k check %{?_smp_mflags} TESTSUITEFLAGS="1-500"
39 39
 %{_datarootdir}/autoconf/*
40 40
 
41 41
 %changelog
42
-*   Mon Apr 12 2021 Gerrit Photon <photon-checkins@vmware.com> 2.71-1
43
--   Automatic Version Bump
44
-*   Sun Nov 15 2020 Prashant Singh Chauhan <psinghchauha@vmware.com> 2.69-9
45
--   Fix for make check failure port test to bash 5.0
46
-*   Wed Sep 11 2019 Prashant Singh Chauhan <psinghchauha@vmware.com> 2.69-8
47
--   Fix for make check failure
48
-*   Wed Oct 17 2018 Dweep Advani <dadvani@vmware.com> 2.69-7
49
--   Build section is changed to used %configure
50
-*   Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.69-6
51
--   Fix arch
52
-*   Tue Dec 6 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.69-5
53
--   Fixed Bug 1718089 make check failure
54
-*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.69-4
55
--   GA - Bump release of all rpms
56
-*   Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-3
57
--   Adding m4 package to build and run time required package
58
-*   Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-2
59
--   Adding perl packages to required packages
60
-*   Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.69-1
61
--   Initial build.	First version
42
+* Mon Apr 12 2021 Gerrit Photon <photon-checkins@vmware.com> 2.71-1
43
+- Automatic Version Bump
44
+* Sun Nov 15 2020 Prashant Singh Chauhan <psinghchauha@vmware.com> 2.69-9
45
+- Fix for make check failure port test to bash 5.0
46
+* Wed Sep 11 2019 Prashant Singh Chauhan <psinghchauha@vmware.com> 2.69-8
47
+- Fix for make check failure
48
+* Wed Oct 17 2018 Dweep Advani <dadvani@vmware.com> 2.69-7
49
+- Build section is changed to used %configure
50
+* Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.69-6
51
+- Fix arch
52
+* Tue Dec 6 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.69-5
53
+- Fixed Bug 1718089 make check failure
54
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.69-4
55
+- GA - Bump release of all rpms
56
+* Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-3
57
+- Adding m4 package to build and run time required package
58
+* Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-2
59
+- Adding perl packages to required packages
60
+* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.69-1
61
+- Initial build.  First version
... ...
@@ -1,18 +1,18 @@
1
-Summary:	Programs for generating Makefiles
2
-Name:		automake
3
-Version:	1.16.1
4
-Release:	2%{?dist}
5
-License:	GPLv2+
6
-URL:		http://www.gnu.org/software/automake
7
-Group:		System Environment/Base
8
-Vendor:		VMware, Inc.
9
-Distribution: 	Photon
10
-Source0:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
11
-%define sha1 %{name}=1012bc79956013d53da0890f8493388a6cb20831
12
-%if %{with_check}
13
-Patch0:         make-check.patch
14
-%endif
15
-BuildRequires:	autoconf
1
+Summary:    Programs for generating Makefiles
2
+Name:       automake
3
+Version:    1.16.5
4
+Release:    1%{?dist}
5
+License:    GPLv2+
6
+URL:        http://www.gnu.org/software/automake
7
+Group:      System Environment/Base
8
+Vendor:     VMware, Inc.
9
+Distribution:   Photon
10
+
11
+Source0: https://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.xz
12
+%define sha512 %{name}=3084ae543aa3fb5a05104ffb2e66cfa9a53080f2343c44809707fd648516869511500dba50dae67ff10f92a1bf3b5a92b2a0fa01cda30adb69b9da03994d9d88
13
+
14
+BuildRequires:  autoconf
15
+
16 16
 BuildArch:      noarch
17 17
 
18 18
 %description
... ...
@@ -24,19 +24,22 @@ Contains programs for generating Makefiles for use with Autoconf.
24 24
 %build
25 25
 sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in
26 26
 %configure \
27
-	--docdir=%{_defaultdocdir}/%{name}-%{version} \
28
-	--disable-silent-rules
29
-make %{?_smp_mflags}
27
+    --docdir=%{_defaultdocdir}/%{name}-%{version} \
28
+    --disable-silent-rules
29
+
30
+%make_build
30 31
 
31 32
 %install
32
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
33
+%make_install %{?_smp_mflags}
33 34
 rm -rf %{buildroot}%{_infodir}
34 35
 
36
+%if 0%{?with_check}
35 37
 %check
36 38
 sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
37 39
 sed -i "s|test ! -s stderr||g" t/distcheck-no-prefix-or-srcdir-override.sh
38 40
 sed -i '53d' t/nobase-python.sh
39 41
 make %{?_smp_mflags} check
42
+%endif
40 43
 
41 44
 %files
42 45
 %defattr(-,root,root)
... ...
@@ -48,21 +51,23 @@ make %{?_smp_mflags} check
48 48
 %{_mandir}/*/*
49 49
 
50 50
 %changelog
51
-*   Sun Nov 15 2020 Prashant S Chauhan <psinghchauha@vmware.com> 1.16.1-2
52
--   Added patch,Fix make check failure in python tests
53
-*   Thu Sep 06 2018 Anish Swaminathan <anishs@vmware.com> 1.16.1-1
54
--   Update version to 1.16.1
55
-*	Tue Jan 02 2018 Alexey Makhalov <amakhalov@vmware.com> 1.15.1-1
56
--	Version update
57
-*	Fri Aug 04 2017 Danut Moraru <dmoraru@vmware.com> 1.15-4
58
--	Disable check that fails test case
59
-*	Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.15-3
60
--	Fix arch
61
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.15-2
62
--	GA - Bump release of all rpms
63
-*	Thu Jul 23 2015 Divya Thaluru <dthaluru@vmware.com> 1.15-1
64
--	Updated to version 1.15
65
-*	Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.14.1-2
66
--	Adding autoconf package to build time requires packages
67
-*	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.14.1-1
68
--	Initial build. First version
51
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.16.5-1
52
+- Upgrade to v1.16.5
53
+* Sun Nov 15 2020 Prashant S Chauhan <psinghchauha@vmware.com> 1.16.1-2
54
+- Added patch,Fix make check failure in python tests
55
+* Thu Sep 06 2018 Anish Swaminathan <anishs@vmware.com> 1.16.1-1
56
+- Update version to 1.16.1
57
+* Tue Jan 02 2018 Alexey Makhalov <amakhalov@vmware.com> 1.15.1-1
58
+- Version update
59
+* Fri Aug 04 2017 Danut Moraru <dmoraru@vmware.com> 1.15-4
60
+- Disable check that fails test case
61
+* Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.15-3
62
+- Fix arch
63
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.15-2
64
+- GA - Bump release of all rpms
65
+* Thu Jul 23 2015 Divya Thaluru <dthaluru@vmware.com> 1.15-1
66
+- Updated to version 1.15
67
+* Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.14.1-2
68
+- Adding autoconf package to build time requires packages
69
+* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.14.1-1
70
+- Initial build. First version
69 71
deleted file mode 100644
... ...
@@ -1,185 +0,0 @@
1
-As of Python 3.5, but unoptimized and optimized bytecode are stored
2
-within .pyc files; .pyo files are no longer generated. Update the Python
3
-tests such that the test do not fail if .pyo files are missing.
4
-
5
-* t/py-compile-basedir.sh: Remove all .pyo checks.
6
-* t/py-compile-basic.sh: Likewise.
7
-* t/py-compile-destdir.sh: Likewise.
8
-* t/py-compile-option-terminate.sh: Likewise.
9
-* t/python-virtualenv.sh: Likewise.
10
-* t/python10.sh: Likewise.
11
-* t/python12.sh: Likewise.
12
-* t/python3.sh: Likewise.
13
- t/py-compile-basedir.sh          |  2 --
14
- t/py-compile-basic.sh            |  3 ---
15
- t/py-compile-destdir.sh          | 12 +++++-------
16
- t/py-compile-option-terminate.sh |  5 -----
17
- t/python-virtualenv.sh           |  4 ----
18
- t/python10.sh                    |  6 ------
19
- t/python12.sh                    |  3 +--
20
- t/python3.sh                     |  1 -
21
- 8 files changed, 6 insertions(+), 30 deletions(-)
22
-
23
-diff --git a/t/py-compile-basedir.sh b/t/py-compile-basedir.sh
24
-index 6921d16d5..9f927d066 100644
25
-+++ b/t/py-compile-basedir.sh
26
-@@ -40,9 +40,7 @@ for d in foo foo/bar "$(pwd)/foo" . .. ../foo ''; do
27
-   ./py-compile --basedir "$d" "$f.py" "sub/$f.py"
28
-   find "$d2" # For debugging.
29
-   py_installed "$d2/$f.pyc"
30
--  py_installed "$d2/$f.pyo"
31
-   py_installed "$d2/sub/$f.pyc"
32
--  py_installed "$d2/sub/$f.pyo"
33
-   files=$(find "$d2" | grep '\.py[co]$')
34
-   test $(echo "$files" | wc -l) -eq 4
35
-   case $d2 in
36
-diff --git a/t/py-compile-basic.sh b/t/py-compile-basic.sh
37
-index 24df600cb..4c5cf57aa 100644
38
-+++ b/t/py-compile-basic.sh
39
-@@ -61,10 +61,7 @@ mkdir -p 1/_/2/_/3/_
40
- 
41
- ./py-compile foo.py sub/bar.py 1/_/2/_/3/_/0.py
42
- py_installed foo.pyc
43
--py_installed foo.pyo
44
- py_installed sub/bar.pyc
45
--py_installed sub/bar.pyo
46
- py_installed 1/_/2/_/3/_/0.pyc
47
--py_installed 1/_/2/_/3/_/0.pyo
48
- 
49
- :
50
-diff --git a/t/py-compile-destdir.sh b/t/py-compile-destdir.sh
51
-index 07aa1f44f..d2ccafee5 100644
52
-+++ b/t/py-compile-destdir.sh
53
-@@ -34,13 +34,11 @@ echo 'def bar (): return "bar"' > $destdir/sub/bar.py
54
- 
55
- find $destdir # For debugging.
56
- st=0
57
--for x in c o; do
58
--  for b in foo sub/bar; do
59
--    f=$(pyc_location -p "$destdir/$b.py$x")
60
--    test -f "$f"
61
--    strings "$f" || : # For debugging.
62
--    $FGREP $destdir $f && { echo BAD: $f; st=1; }
63
--  done
64
-+for b in foo sub/bar; do
65
-+  f=$(pyc_location -p "$destdir/$b.pyc")
66
-+  test -f "$f"
67
-+  strings "$f" || : # For debugging.
68
-+  $FGREP $destdir $f && { echo BAD: $f; st=1; }
69
- done
70
- exit $st
71
- 
72
-diff --git a/t/py-compile-option-terminate.sh b/t/py-compile-option-terminate.sh
73
-index 1aaeec21b..80ae55a88 100644
74
-+++ b/t/py-compile-option-terminate.sh
75
-@@ -27,17 +27,12 @@ cp "$am_scriptdir/py-compile" . \
76
- : > ./--foo.py
77
- ./py-compile -- -o.py --foo.py
78
- py_installed ./-o.pyc
79
--py_installed ./-o.pyo
80
- py_installed ./--foo.pyc
81
--py_installed ./--foo.pyo
82
- rm -f ./-*.py[co]
83
- : > x.py
84
- ./py-compile x.py -o.py --foo.py
85
- py_installed ./x.pyc
86
--py_installed ./x.pyo
87
- py_installed ./-o.pyc
88
--py_installed ./-o.pyo
89
- py_installed ./--foo.pyc
90
--py_installed ./--foo.pyo
91
- 
92
- :
93
-diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh
94
-index 3bcd6ec76..7f9708866 100644
95
-+++ b/t/python-virtualenv.sh
96
-@@ -124,10 +124,8 @@ check_install ()
97
- 
98
-   test -f      "$py_site"/am_foo.py
99
-   py_installed "$py_site"/am_foo.pyc
100
--  py_installed "$py_site"/am_foo.pyo
101
-   py_installed "$py_site"/am_virtenv/__init__.py
102
-   py_installed "$py_site"/am_virtenv/__init__.pyc
103
--  py_installed "$py_site"/am_virtenv/__init__.pyo
104
-   test -f      "$py_site"/libquux.a
105
-   test -f      "$py_site"/am_virtenv/libzardoz.a
106
- }
107
-@@ -138,10 +136,8 @@ check_uninstall ()
108
- 
109
-   test ! -e          "$py_site"/am_foo.py
110
-   py_installed --not "$py_site"/am_foo.pyc
111
--  py_installed --not "$py_site"/am_foo.pyo
112
-   test ! -e          "$py_site"/am_virtenv/__init__.py
113
-   py_installed --not "$py_site"/am_virtenv/__init__.pyc
114
--  py_installed --not "$py_site"/am_virtenv/__init__.pyo
115
-   test ! -e          "$py_site"/libquux.a
116
-   test ! -e          "$py_site"/am_virtenv/libzardoz.a
117
- }
118
-diff --git a/t/python10.sh b/t/python10.sh
119
-index 4def103ff..9c7a46175 100644
120
-+++ b/t/python10.sh
121
-@@ -60,27 +60,21 @@ cwd=$(pwd) || fatal_ "getting current working directory"
122
- $MAKE install
123
- test -f            "$inst/your/two.py"
124
- py_installed       "$inst/your/two.pyc"
125
--py_installed       "$inst/your/two.pyo"
126
- py_installed --not "$inst/my/one.py"
127
- py_installed --not "$inst/my/one.pyc"
128
--py_installed --not "$inst/my/one.pyo"
129
- $MAKE uninstall
130
- py_installed --not "$inst/your/two.py"
131
- py_installed --not "$inst/your/two.pyc"
132
--py_installed --not "$inst/your/two.pyo"
133
- 
134
- ../configure --prefix=$cwd/"$inst" one=1
135
- $MAKE install
136
- py_installed --not "$inst/your/two.py"
137
- py_installed --not "$inst/your/two.pyc"
138
--py_installed --not "$inst/your/two.pyo"
139
- test -f            "$inst/my/one.py"
140
- py_installed       "$inst/my/one.pyc"
141
--py_installed       "$inst/my/one.pyo"
142
- $MAKE uninstall
143
- py_installed --not "$inst/my/one.py"
144
- py_installed --not "$inst/my/one.pyc"
145
--py_installed --not "$inst/my/one.pyo"
146
- 
147
- $MAKE disttest
148
- 
149
-diff --git a/t/python12.sh b/t/python12.sh
150
-index d998ae8ad..cca057e6d 100644
151
-+++ b/t/python12.sh
152
-@@ -44,11 +44,10 @@ $MAKE install DESTDIR=$destdir
153
- 
154
- # Perfunctory test that the files were created.
155
- test -f "$destdir/usr/share/my/my.py"
156
--pyo=$(pyc_location -p "$destdir/usr/share/my/my.pyo")
157
- pyc=$(pyc_location -p "$destdir/usr/share/my/my.pyc")
158
- 
159
- # If DESTDIR has made it into the byte compiled files, fail the test.
160
--st=0; $FGREP "$destdir" "$pyc" "$pyo" || st=$?
161
-+st=0; $FGREP "$destdir" "$pyc" || st=$?
162
- test $st -eq 1
163
- 
164
- :
165
-diff --git a/t/python3.sh b/t/python3.sh
166
-index 0008eadd7..131aeb48d 100644
167
-+++ b/t/python3.sh
168
-@@ -42,6 +42,5 @@ cd build
169
- $MAKE install
170
- py_installed inst/my/one.py
171
- py_installed inst/my/one.pyc
172
--py_installed inst/my/one.pyo
173
- 
174
- :
175
-2.17.0
... ...
@@ -1,18 +1,24 @@
1 1
 Summary:        GSSAPI NTLMSSP Mechanism
2 2
 Name:           gssntlmssp
3 3
 Version:        1.1.0
4
-Release:        2%{?dist}
4
+Release:        3%{?dist}
5 5
 Vendor:         VMware, Inc.
6 6
 Distribution:   Photon
7 7
 License:        LGPLv3+
8 8
 URL:            https://github.com/gssapi/gss-ntlmssp
9 9
 Group:          Applications/System
10 10
 
11
-Source0:        https://github.com/gssapi/gss-ntlmssp/releases/download/v%{version}/%{name}-%{version}.tar.gz
12
-%define sha512  gssntlmssp=6cd20542aa18dba6f2b777cea8f481e7d73eb1034e14c8aba4ce8984f138ba445a82547b10297ee99f7042920bd910ca10dd67692f3b242696fcc27dfcab123f
11
+Source0: https://github.com/gssapi/gss-ntlmssp/releases/download/v%{version}/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=6cd20542aa18dba6f2b777cea8f481e7d73eb1034e14c8aba4ce8984f138ba445a82547b10297ee99f7042920bd910ca10dd67692f3b242696fcc27dfcab123f
13 13
 
14 14
 Requires:      krb5
15 15
 Requires:      libtasn1
16
+Requires:      openssl
17
+Requires:      e2fsprogs-libs
18
+Requires:      libunistring
19
+Requires:      libwbclient
20
+Requires:      zlib
21
+Requires:      gnutls
16 22
 
17 23
 BuildRequires: autoconf
18 24
 BuildRequires: automake
... ...
@@ -46,12 +52,13 @@ A GSSAPI Mechanism that implements NTLMSSP
46 46
 %package devel
47 47
 Summary: Development header for GSSAPI NTLMSSP
48 48
 License: LGPLv3+
49
+Requires: %{name} = %{version}-%{release}
49 50
 
50 51
 %description devel
51 52
 Adds a header file with definition for custom GSSAPI extensions for NTLMSSP
52 53
 
53 54
 %prep
54
-%autosetup -n gss-ntlmssp-%{version}
55
+%autosetup -n gss-ntlmssp-%{version} -p1
55 56
 
56 57
 %build
57 58
 autoreconf -fiv
... ...
@@ -61,11 +68,10 @@ autoreconf -fiv
61 61
     --disable-rpath \
62 62
     --with-manpages=no
63 63
 
64
-%make_build all
64
+%make_build
65 65
 
66 66
 %install
67 67
 %make_install %{?_smp_mflags}
68
-rm -f %{buildroot}%{_libdir}/gssntlmssp/gssntlmssp.la
69 68
 mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
70 69
 install -pm644 examples/mech.ntlmssp %{buildroot}%{_sysconfdir}/gss/mech.d/ntlmssp.conf
71 70
 %{find_lang} %{name}
... ...
@@ -76,14 +82,18 @@ make %{?_smp_mflags} test_gssntlmssp
76 76
 %endif
77 77
 
78 78
 %files -f %{name}.lang
79
+%defattr(-,root,root)
79 80
 %config(noreplace) %{_sysconfdir}/gss/mech.d/ntlmssp.conf
80
-%{_libdir}/gssntlmssp/
81
+%{_libdir}/%{name}/%{name}.so
81 82
 %doc COPYING
82 83
 
83 84
 %files devel
85
+%defattr(-,root,root)
84 86
 %{_includedir}/gssapi/gssapi_ntlmssp.h
85 87
 
86 88
 %changelog
89
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.1.0-3
90
+- Bump version as a part of libxslt upgrade
87 91
 * Tue Aug 30 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.1.0-2
88 92
 - Bump version as a part of gnutls upgrade
89 93
 * Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 1.1.0-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    Program to generate documenation
2 2
 Name:       gtk-doc
3 3
 Version:    1.33.2
4
-Release:    2%{?dist}
4
+Release:    3%{?dist}
5 5
 License:    GPLv2+
6 6
 URL:        http://www.gnu.org/software/%{name}
7 7
 Group:      Development/Tools
... ...
@@ -15,7 +15,6 @@ BuildRequires:  docbook-xml >= 4.5
15 15
 BuildRequires:  docbook-xsl >= 1.78.1
16 16
 BuildRequires:  itstool >= 2.0.2
17 17
 BuildRequires:  libxslt-devel >= 1.1.28
18
-BuildRequires:  itstool
19 18
 BuildRequires:  which
20 19
 BuildRequires:  cmake
21 20
 BuildRequires:  check-devel
... ...
@@ -43,7 +42,7 @@ sh ./autogen.sh
43 43
 %make_build
44 44
 
45 45
 %install
46
-%make_install %{?_smp_mflags} DESTDIR=%{buildroot} sysconfdir=%{_sysconfdir} datadir=%{_datadir}
46
+%make_install %{?_smp_mflags}
47 47
 
48 48
 %check
49 49
 cd tests && make check-TESTS %{?_smp_mflags}
... ...
@@ -54,6 +53,8 @@ cd tests && make check-TESTS %{?_smp_mflags}
54 54
 %{_datadir}/*
55 55
 
56 56
 %changelog
57
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.33.2-3
58
+- Bump version as a part of libxslt upgrade
57 59
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.33.2-2
58 60
 - Bump version as a part of libxslt upgrade
59 61
 * Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 1.33.2-1
... ...
@@ -1,15 +1,15 @@
1
-Summary:	Library that Implements a typesafe callback system for standard C++.
2
-Name:		libsigc++
3
-Version:	3.0.4
4
-Release:	4%{?dist}
5
-License:	LGPLv2+
6
-URL:		http://libsigc.sourceforge.net
7
-Group:		Applications/System
8
-Vendor:		VMware, Inc.
9
-Distribution:	Photon
1
+Summary:    Library that Implements a typesafe callback system for standard C++.
2
+Name:       libsigc++
3
+Version:    3.0.4
4
+Release:    5%{?dist}
5
+License:    LGPLv2+
6
+URL:        http://libsigc.sourceforge.net
7
+Group:      Applications/System
8
+Vendor:     VMware, Inc.
9
+Distribution:   Photon
10 10
 
11
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.99/%{name}-%{version}.tar.xz
12
-%define sha512  libsigc=b84ae7da6708e02302d08e295d6a566f12fb2c6f0d02f811661a0a541d7969e96a1e920218394dd109b3f362d102f2956aa968539710fa180d7d97e9676fb83d
11
+Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.99/%{name}-%{version}.tar.xz
12
+%define sha512 libsigc=b84ae7da6708e02302d08e295d6a566f12fb2c6f0d02f811661a0a541d7969e96a1e920218394dd109b3f362d102f2956aa968539710fa180d7d97e9676fb83d
13 13
 
14 14
 BuildRequires:  mm-common
15 15
 BuildRequires:  libxslt-devel
... ...
@@ -32,7 +32,7 @@ Development & header files for %{name}
32 32
 %autosetup -p1
33 33
 
34 34
 %build
35
-./autogen.sh --prefix=%{_prefix}
35
+sh ./autogen.sh --prefix=%{_prefix}
36 36
 %configure --disable-documentation
37 37
 %make_build
38 38
 
... ...
@@ -42,8 +42,8 @@ Development & header files for %{name}
42 42
 %check
43 43
 make %{?_smp_mflags} check
44 44
 
45
-%post	-p /sbin/ldconfig
46
-%postun	-p /sbin/ldconfig
45
+%post -p /sbin/ldconfig
46
+%postun -p /sbin/ldconfig
47 47
 
48 48
 %files
49 49
 %defattr(-,root,root)
... ...
@@ -57,6 +57,8 @@ make %{?_smp_mflags} check
57 57
 %{_includedir}/*
58 58
 
59 59
 %changelog
60
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.0.4-5
61
+- Bump version as a part of libxslt upgrade
60 62
 * Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.0.4-4
61 63
 - Remove .la files
62 64
 - Introduce devel sub package
... ...
@@ -1,14 +1,16 @@
1 1
 Summary:    Talloc is a hierarchical, reference counted memory pool system
2 2
 Name:       libtalloc
3 3
 Version:    2.3.3
4
-Release:    2%{?dist}
4
+Release:    3%{?dist}
5 5
 License:    LGPLv3+
6 6
 URL:        https://talloc.samba.org
7 7
 Group:      System Environment/Libraries
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:    https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz
10
+
11
+Source0: https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz
11 12
 %define sha512 talloc=1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f
13
+
12 14
 BuildRequires: libxslt-devel
13 15
 BuildRequires: docbook-xsl
14 16
 BuildRequires: python3-devel
... ...
@@ -26,33 +28,36 @@ Requires:       %{name} = %{version}-%{release}
26 26
 The libtalloc-devel package contains libraries and header files for libtalloc
27 27
 
28 28
 %package -n python3-talloc
29
-Group: Development/Libraries
30
-Summary: Python bindings for the Talloc library
31
-Requires: libtalloc = %{version}-%{release}
32
-Requires: python3
29
+Group:      Development/Libraries
30
+Summary:    Python bindings for the Talloc library
31
+Requires:   %{name} = %{version}-%{release}
32
+Requires:   python3
33
+
33 34
 %description -n python3-talloc
34
-Python 2 libraries for creating bindings using talloc
35
+Python3 libraries for creating bindings using talloc
35 36
 
36 37
 %package -n python3-talloc-devel
37
-Group: Development/Libraries
38
-Summary: Development libraries for python-talloc
39
-Requires: python3-talloc = %{version}-%{release}
38
+Group:      Development/Libraries
39
+Summary:    Development libraries for python-talloc
40
+Requires:   python3-talloc = %{version}-%{release}
40 41
 
41 42
 %description -n python3-talloc-devel
42 43
 Development libraries for python-talloc
43 44
 
44 45
 %prep
45
-%autosetup -n talloc-%{version}
46
+%autosetup -p1 -n talloc-%{version}
46 47
 
47 48
 %build
48
-%configure --bundled-libraries=NONE \
49
-           --builtin-libraries=replace \
50
-           --disable-silent-rules
51
-make %{?_smp_mflags} V=1
49
+%configure \
50
+    --bundled-libraries=NONE \
51
+    --builtin-libraries=replace \
52
+    --disable-silent-rules
53
+
54
+%make_build
52 55
 
53 56
 %install
54 57
 %make_install %{?_smp_mflags}
55
-rm -f %{buildroot}/usr/share/swig/*/talloc.i
58
+rm -f %{buildroot}%{_datadir}/swig/*/talloc.i
56 59
 
57 60
 %check
58 61
 make check %{?_smp_mflags}
... ...
@@ -96,26 +101,28 @@ make check %{?_smp_mflags}
96 96
 %endif
97 97
 
98 98
 %changelog
99
-*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 2.3.3-2
100
--   Bump version as a part of libxslt upgrade
101
-*   Mon Apr 18 2022 Gerrit Photon <photon-checkins@vmware.com> 2.3.3-1
102
--   Automatic Version Bump
103
-*   Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 2.3.2-1
104
--   Automatic Version Bump
105
-*   Tue Oct 13 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-4
106
--   Build with python 3.9
107
-*   Wed Jul 29 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-3
108
--   Build with python3
109
-*   Fri Jul 24 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-2
110
--   Added pkg files for aarch64 and x86.
111
-*   Mon Jun 22 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-1
112
--   Update to 2.3.1
113
--   Mass removal python2 and build with python3
114
-*   Tue Jan 08 2019 Alexey Makhalov <amakhalov@vmware.com> 2.1.14-2
115
--   Added BuildRequires python2-devel
116
-*   Tue Sep 11 2018 Bo Gan <ganb@vmware.com> 2.1.14-1
117
--   Update to 2.1.14
118
-*   Thu Aug 03 2017 Chang Lee <changlee@vmware.com> 2.1.9-2
119
--   Copy libraries and add a patch for path regarding %check
120
-*   Wed Apr 05 2017 Anish Swaminathan <anishs@vmware.com> 2.1.9-1
121
--   Initial packaging.
99
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.3.3-3
100
+- Bump version as a part of libxslt upgrade
101
+* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 2.3.3-2
102
+- Bump version as a part of libxslt upgrade
103
+* Mon Apr 18 2022 Gerrit Photon <photon-checkins@vmware.com> 2.3.3-1
104
+- Automatic Version Bump
105
+* Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 2.3.2-1
106
+- Automatic Version Bump
107
+* Tue Oct 13 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-4
108
+- Build with python 3.9
109
+* Wed Jul 29 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-3
110
+- Build with python3
111
+* Fri Jul 24 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-2
112
+- Added pkg files for aarch64 and x86.
113
+* Mon Jun 22 2020 Tapas Kundu <tkundu@vmware.com> 2.3.1-1
114
+- Update to 2.3.1
115
+- Mass removal python2 and build with python3
116
+* Tue Jan 08 2019 Alexey Makhalov <amakhalov@vmware.com> 2.1.14-2
117
+- Added BuildRequires python2-devel
118
+* Tue Sep 11 2018 Bo Gan <ganb@vmware.com> 2.1.14-1
119
+- Update to 2.1.14
120
+* Thu Aug 03 2017 Chang Lee <changlee@vmware.com> 2.1.9-2
121
+- Copy libraries and add a patch for path regarding %check
122
+* Wed Apr 05 2017 Anish Swaminathan <anishs@vmware.com> 2.1.9-1
123
+- Initial packaging.
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Virtualization API library that supports KVM, QEMU, Xen, ESX etc
2 2
 Name:           libvirt
3 3
 Version:        8.2.0
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        LGPL
6 6
 URL:            http://libvirt.org
7 7
 Group:          Virtualization/Libraries
... ...
@@ -151,8 +151,6 @@ CONFIGURE_OPTS=(
151 151
 %install
152 152
 %meson_install
153 153
 
154
-find %{buildroot} -name '*.la' -delete
155
-
156 154
 %if 0%{?with_check}
157 155
 %check
158 156
 %meson_test
... ...
@@ -200,6 +198,8 @@ find %{buildroot} -name '*.la' -delete
200 200
 %{_datadir}/libvirt/schemas/*.rng
201 201
 
202 202
 %changelog
203
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 8.2.0-4
204
+- Bump version as a part of libxslt upgrade
203 205
 * Tue Aug 30 2022 Shreenidhi Shedi <sshedi@vmware.com> 8.2.0-3
204 206
 - Bump version as a part of gnutls upgrade
205 207
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 8.2.0-2
... ...
@@ -1,19 +1,21 @@
1 1
 Summary:        Libxslt
2 2
 Name:           libxslt
3
-Version:        1.1.35
4
-Release:        3%{?dist}
3
+Version:        1.1.37
4
+Release:        1%{?dist}
5 5
 License:        MIT
6 6
 URL:            http://http://xmlsoft.org/libxslt
7 7
 Group:          System Environment/General Libraries
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11
-Source0: https://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
12
-%define sha512  %{name}=9dd4a699235f50ae9b75b25137e387471635b4b2da0a4e4380879cd49f1513470fcfbfd775269b066eac513a1ffa6860c77ec42747168e2348248f09f60c8c96
11
+Source0: https://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=4e7a57cbe02ceea34404213a88bdbb63a756edfab63063ce3979b670816ae3f6fb3637a49508204e6e46b936628e0a3b8b77e9201530a1184225bd68da403b25
13 13
 
14 14
 Requires:       libxml2
15 15
 Requires:       libgcrypt
16
+Requires:       libgpg-error
16 17
 
18
+BuildRequires:  automake >= 1.16.5
17 19
 BuildRequires:  libxml2-devel
18 20
 BuildRequires:  libgcrypt-devel
19 21
 BuildRequires:  libgpg-error-devel
... ...
@@ -25,6 +27,8 @@ The libxslt package contains XSLT libraries used for extending libxml2 libraries
25 25
 Summary:        Development Libraries for libxslt
26 26
 Group:          Development/Libraries
27 27
 Requires:       %{name} = %{version}-%{release}
28
+Requires:       libxml2-devel
29
+
28 30
 %description devel
29 31
 Header files for doing development with libxslt.
30 32
 
... ...
@@ -33,6 +37,7 @@ Header files for doing development with libxslt.
33 33
 sed -i 's/int xsltMaxDepth = 3000/int xsltMaxDepth = 5000/g' libxslt/transform.c
34 34
 
35 35
 %build
36
+autoreconf -vfi
36 37
 %configure \
37 38
     $(test %{_host} != %{_build} && echo "--with-sysroot=/target-%{_arch}") \
38 39
     --disable-static \
... ...
@@ -75,6 +80,8 @@ rm -rf %{buildroot}/*
75 75
 %{_datadir}/gtk-doc/*
76 76
 
77 77
 %changelog
78
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.1.37-1
79
+- Upgrade to v1.1.37
78 80
 * Thu Oct 06 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.1.35-3
79 81
 - Fix requires
80 82
 * Sun Jul 03 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.1.35-2
... ...
@@ -1,22 +1,26 @@
1 1
 Summary:       Modular initramfs image creation utility
2 2
 Name:          mkinitcpio
3 3
 Version:       31
4
-Release:       1%{?dist}
4
+Release:       2%{?dist}
5 5
 License:       GPLv2
6 6
 URL:           https://projects.archlinux.org/mkinitcpio.git/
7 7
 Group:         System Environment/Development
8 8
 Vendor:        VMware, Inc.
9 9
 Distribution:  Photon
10
-Source0:       https://projects.archlinux.org/mkinitcpio.git/snapshot/%{name}-%{version}.tar.gz
11
-%define sha512 mkinitcpio=9b30fb02b6470b6e6b54fb611b4b62f89fdaf71cefd8ee74d22253f3d240b9c17b570be766c3ab627fc67bf8aa0e2ccec747d19fa29d6e4f9dadaced61259c8b
10
+
11
+Source0: https://projects.archlinux.org/mkinitcpio.git/snapshot/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=9b30fb02b6470b6e6b54fb611b4b62f89fdaf71cefd8ee74d22253f3d240b9c17b570be766c3ab627fc67bf8aa0e2ccec747d19fa29d6e4f9dadaced61259c8b
13
+
12 14
 Patch0:        mkinitcpio-shutdown-ramfs.service.patch
15
+
13 16
 BuildRequires: asciidoc3
14 17
 BuildRequires: git
15
-BuildRequires: python3
18
+BuildRequires: python3-devel
16 19
 BuildRequires: python3-xml
17 20
 BuildRequires: docbook-xsl
18 21
 BuildRequires: libxml2-devel
19 22
 BuildRequires: libxslt-devel
23
+
20 24
 BuildArch:     noarch
21 25
 
22 26
 %description
... ...
@@ -26,54 +30,57 @@ Multi-format archive and compression library
26 26
 %autosetup -p0
27 27
 
28 28
 %build
29
-for i in "hooks/*" ; do sed -i "s/\#\!\/usr\/bin\/ash/\#\!\/bin\/bash/" $i; done
29
+for i in "hooks/*" ; do
30
+  sed -i "s/\#\!\/usr\/bin\/ash/\#\!\/bin\/bash/" $i
31
+done
30 32
 sed -i "s/\#\!\/usr\/bin\/ash/\#\!\/bin\/bash/" init
31 33
 sed -i "s/\#\!\/usr\/bin\/ash/\#\!\/bin\/bash/" shutdown
32 34
 sed -i "s/a2x/a2x3 --verbose --no-xmllint/" Makefile
33 35
 
34
-make %{?_smp_mflags}
36
+%make_build
35 37
 
36 38
 %install
37
-rm -rf %{buildroot}%{_infodir}
38
-make  %{?_smp_mflags} DESTDIR=%{buildroot} install
39
+%make_install %{?_smp_mflags}
39 40
 
40
-%post   -p /sbin/ldconfig
41
+%post -p /sbin/ldconfig
41 42
 %postun -p /sbin/ldconfig
42 43
 
43 44
 %files
44 45
 %defattr(-,root,root)
45
-/usr/lib/*
46
-/usr/bin/*
47
-/etc/*
48
-/usr/share/*
46
+%{_libdir}/*
47
+%{_bindir}/*
48
+%{_sysconfdir}/*
49
+%{_datadir}/*
49 50
 
50 51
 %changelog
51
-*   Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 31-1
52
--   Automatic Version Bump
53
-*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 30-2
54
--   Bump version as a part of libxslt upgrade
55
-*   Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 30-1
56
--   Automatic Version Bump
57
-*   Mon Jul 27 2020 Gerrit Photon <photon-checkins@vmware.com> 28-1
58
--   Automatic Version Bump
59
-*   Sun Jun 21 2020 Tapas Kundu <tkundu@vmware.com> 24-3
60
--   Build with python3
61
--   Mass removal python2
62
-*   Fri Jan 18 2019 Alexey Makhalov <amakhalov@vmware.com> 24-2
63
--   Added buildRequires python2.
64
-*   Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 24-1
65
--   Update to version 24
66
-*   Fri May 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-3
67
--   fix directory create in shutdown service
68
-*   Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-2
69
--   Fix arch
70
-*   Fri Mar 31 2017 Michelle Wang <michellew@vmware.com> 23-1
71
--   Update package version
72
-*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 19-2
73
--   GA - Bump release of all rpms
74
-*   Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 19-1
75
--   Updated to new version.
76
-*   Sat Jul 11 2015 Touseef Liaqat <tliaqat@vmware.com> 18-2
77
--   Remove ash dependency
78
-*   Fri Jun 5 2015 Touseef Liaqat <tliaqat@vmware.com> 18-1
79
--   Initial build.  First version
52
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 31-2
53
+- Bump version as a part of libxslt upgrade
54
+* Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 31-1
55
+- Automatic Version Bump
56
+* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 30-2
57
+- Bump version as a part of libxslt upgrade
58
+* Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 30-1
59
+- Automatic Version Bump
60
+* Mon Jul 27 2020 Gerrit Photon <photon-checkins@vmware.com> 28-1
61
+- Automatic Version Bump
62
+* Sun Jun 21 2020 Tapas Kundu <tkundu@vmware.com> 24-3
63
+- Build with python3
64
+- Mass removal python2
65
+* Fri Jan 18 2019 Alexey Makhalov <amakhalov@vmware.com> 24-2
66
+- Added buildRequires python2.
67
+* Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 24-1
68
+- Update to version 24
69
+* Fri May 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-3
70
+- fix directory create in shutdown service
71
+* Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-2
72
+- Fix arch
73
+* Fri Mar 31 2017 Michelle Wang <michellew@vmware.com> 23-1
74
+- Update package version
75
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 19-2
76
+- GA - Bump release of all rpms
77
+* Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 19-1
78
+- Updated to new version.
79
+* Sat Jul 11 2015 Touseef Liaqat <tliaqat@vmware.com> 18-2
80
+- Remove ash dependency
81
+* Fri Jun 5 2015 Touseef Liaqat <tliaqat@vmware.com> 18-1
82
+- Initial build.  First version
... ...
@@ -1,15 +1,15 @@
1 1
 Summary:        Open Source Security Compliance Solution
2 2
 Name:           openscap
3 3
 Version:        1.3.6
4
-Release:        5%{?dist}
4
+Release:        6%{?dist}
5 5
 License:        GPL2+
6 6
 URL:            https://www.open-scap.org
7 7
 Group:          System Environment/Libraries
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11
-Source0:        https://github.com/OpenSCAP/openscap/releases/download/%{version}/openscap-%{version}.tar.gz
12
-%define sha512  %{name}=5e4d6c4addc15b2a0245b5caef80fda3020f1cac83ed4aa436ef3f1703d1d761060c931c2536fa68de7ad5bab002b79c8b2d1e5f7695d46249f4562f5a1569a0
11
+Source0: https://github.com/OpenSCAP/openscap/releases/download/%{version}/openscap-%{version}.tar.gz
12
+%define sha512 %{name}=5e4d6c4addc15b2a0245b5caef80fda3020f1cac83ed4aa436ef3f1703d1d761060c931c2536fa68de7ad5bab002b79c8b2d1e5f7695d46249f4562f5a1569a0
13 13
 
14 14
 BuildRequires:  xmlsec1-devel
15 15
 BuildRequires:  swig
... ...
@@ -31,6 +31,15 @@ BuildRequires:  cmake
31 31
 
32 32
 Requires:       curl
33 33
 Requires:       popt
34
+Requires:       libxml2
35
+Requires:       libxslt
36
+Requires:       libselinux
37
+Requires:       libcap
38
+Requires:       openssl
39
+Requires:       libgcrypt
40
+Requires:       libacl
41
+Requires:       pcre-libs
42
+Requires:       xmlsec1
34 43
 
35 44
 %description
36 45
 SCAP is a multi-purpose framework of specifications that supports automated configuration,
... ...
@@ -58,6 +67,7 @@ Perl scripts.
58 58
 Summary:        %{name} python
59 59
 Group:          Development/Libraries
60 60
 Requires:       %{name} = %{version}-%{release}
61
+Requires:       python3
61 62
 
62 63
 %description    python3
63 64
 Python bindings.
... ...
@@ -77,11 +87,10 @@ Python bindings.
77 77
 
78 78
 %install
79 79
 %cmake_install
80
-find %{buildroot} -name '*.la' -delete
81 80
 
82 81
 %if 0%{?_with_check}
83 82
 %check
84
-ctest -V %{?_smp_mflags}
83
+%ctest
85 84
 %endif
86 85
 
87 86
 %files
... ...
@@ -111,6 +120,8 @@ ctest -V %{?_smp_mflags}
111 111
 %{_libdir}/python3.9/*
112 112
 
113 113
 %changelog
114
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.3.6-6
115
+- Bump version as a part of libxslt upgrade
114 116
 * Sun Jul 03 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.3.6-5
115 117
 - Bump version as a part of rpm upgrade
116 118
 * Wed Jun 22 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.3.6-4
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        PostgreSQL database engine
2 2
 Name:           postgresql
3 3
 Version:        14.5
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        PostgreSQL
6 6
 URL:            www.postgresql.org
7 7
 Group:          Applications/Databases
... ...
@@ -44,15 +44,15 @@ BuildRequires:  tcl-devel
44 44
 BuildRequires:  tzdata
45 45
 BuildRequires:  util-linux-libs
46 46
 BuildRequires:  zlib-devel
47
-Requires:       icu
48
-Requires:       libedit
49
-Requires:       libxml2
50
-Requires:       lz4
51
-Requires:       readline
52
-Requires:       systemd
53
-Requires:       tzdata
54
-Requires:       zlib
55 47
 
48
+Requires:   icu
49
+Requires:   libedit
50
+Requires:   libxml2
51
+Requires:   lz4
52
+Requires:   readline
53
+Requires:   systemd
54
+Requires:   tzdata
55
+Requires:   zlib
56 56
 Requires:   %{name}-libs = %{version}-%{release}
57 57
 
58 58
 %description
... ...
@@ -564,6 +564,8 @@ rm -rf %{buildroot}/*
564 564
 %{_libdir}/%{name}/plpython3.so
565 565
 
566 566
 %changelog
567
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 14.5-4
568
+- Bump version as a part of libxslt upgrade
567 569
 * Thu Oct 06 2022 Shreenidhi Shedi <sshedi@vmware.com> 14.5-3
568 570
 - Bump version as a part of icu upgrade
569 571
 * Wed Sep 28 2022 Shreenidhi Shedi <sshedi@vmware.com> 14.5-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        PostgreSQL database engine
2 2
 Name:           postgresql12
3 3
 Version:        12.12
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        PostgreSQL
6 6
 URL:            www.postgresql.org
7 7
 Group:          Applications/Databases
... ...
@@ -558,6 +558,8 @@ rm -rf %{buildroot}/*
558 558
 %{_pglibdir}/plpython3.so
559 559
 
560 560
 %changelog
561
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 12.12-4
562
+- Bump version as a part of libxslt upgrade
561 563
 * Thu Oct 06 2022 Shreenidhi Shedi <sshedi@vmware.com> 12.12-3
562 564
 - Bump version as a part of icu upgrade
563 565
 * Wed Sep 28 2022 Shreenidhi Shedi <sshedi@vmware.com> 12.12-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        PostgreSQL database engine
2 2
 Name:           postgresql13
3 3
 Version:        13.8
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        PostgreSQL
6 6
 URL:            www.postgresql.org
7 7
 Group:          Applications/Databases
... ...
@@ -560,6 +560,8 @@ rm -rf %{buildroot}/*
560 560
 %{_pglibdir}/plpython3.so
561 561
 
562 562
 %changelog
563
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 13.8-4
564
+- Bump version as a part of libxslt upgrade
563 565
 * Thu Oct 06 2022 Shreenidhi Shedi <sshedi@vmware.com> 13.8-3
564 566
 - Bump version as a part of icu upgrade
565 567
 * Wed Sep 28 2022 Shreenidhi Shedi <sshedi@vmware.com> 13.8-2
... ...
@@ -1,25 +1,25 @@
1
-%{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
2 1
 Summary:        XML and HTML with Python
3 2
 Name:           python3-lxml
4 3
 Version:        4.9.1
5
-Release:        1%{?dist}
4
+Release:        2%{?dist}
6 5
 Group:          Development/Libraries
7 6
 License:        BSD
8
-URL:            http://lxml.de
9
-Source0:        https://pypi.python.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-%{version}.tar.gz
10
-%define sha512  lxml=d7ec55c7db2c63a716ca5f4d833706d90fc76c944885e010fcdb96786bcfe796994e438450cf4e8e6e75d702e21fb16971f28f854d7a1f76c34e4ae315414d84
7
+URL:            https://github.com/lxml/lxml
11 8
 Vendor:         VMware, Inc.
12 9
 Distribution:   Photon
10
+
11
+Source0: https://github.com/lxml/lxml/archive/refs/tags/lxml-%{version}.tar.gz
12
+%define sha512 lxml=d7ec55c7db2c63a716ca5f4d833706d90fc76c944885e010fcdb96786bcfe796994e438450cf4e8e6e75d702e21fb16971f28f854d7a1f76c34e4ae315414d84
13
+
13 14
 BuildRequires:  libxslt-devel
14 15
 BuildRequires:  libxml2-devel
15 16
 BuildRequires:  cython3
16
-BuildRequires:  python3
17 17
 BuildRequires:  python3-devel
18
-BuildRequires:  python3-libs
19 18
 BuildRequires:  python3-setuptools
19
+
20 20
 Requires:       python3
21
-Requires:       python3-libs
22 21
 Requires:       libxslt
22
+Requires:       libxml2
23 23
 
24 24
 %description
25 25
 The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. It is unique in that it combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
... ...
@@ -28,50 +28,54 @@ The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxs
28 28
 %autosetup -p1 -n lxml-%{version}
29 29
 
30 30
 %build
31
-python3 setup.py build
31
+%py3_build
32 32
 
33 33
 %install
34
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
34
+%py3_install
35 35
 
36
+%if 0%{?with_check}
36 37
 %check
37 38
 export LC_ALL=en_US.UTF-8
38 39
 export LANGUAGE=en_US.UTF-8
39
-make%{?_smp_mflags} test
40
+make %{?_smp_mflags} test
41
+%endif
40 42
 
41 43
 %clean
42
-rm -rf %{buildroot}
44
+rm -rf %{buildroot}/*
43 45
 
44 46
 %files
45 47
 %defattr(-,root,root,-)
46 48
 %{python3_sitelib}/*
47 49
 
48 50
 %changelog
49
-*   Mon Jul 18 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.9.1-1
50
--   Upgrade to version 4.9.1
51
-*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.6.1-2
52
--   Bump version as a part of libxslt upgrade
53
-*   Fri Nov 06 2020 Gerrit Photon <photon-checkins@vmware.com> 4.6.1-1
54
--   Automatic Version Bump
55
-*   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 4.5.2-1
56
--   Automatic Version Bump
57
-*   Fri Jun 19 2020 Tapas Kundu <tkundu@vmware.com> 4.2.4-3
58
--   Mass removal python2
59
-*   Wed Nov 28 2018 Tapas Kundu <tkundu@vmware.com> 4.2.4-2
60
--   Fix make check
61
--   moved build requires from subpackage
62
-*   Sun Sep 09 2018 Tapas Kundu <tkundu@vmware.com> 4.2.4-1
63
--   Update to version 4.2.4
64
-*   Mon Aug 07 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.7.3-3
65
--   set LC_ALL and LANGUAGE for the tests to pass
66
-*   Thu Jun 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.7.3-2
67
--   Use python2_sitelib
68
-*   Mon Apr 03 2017 Sarah Choi <sarahc@vmware.com> 3.7.3-1
69
--   Update to 3.7.3
70
-*   Wed Feb 08 2017 Xiaolin Li <xiaolinl@vmware.com> 3.5.0b1-4
71
--   Added python3 site-packages.
72
-*   Tue Oct 04 2016 ChangLee <changlee@vmware.com> 3.5.0b1-3
73
--   Modified %check
74
-*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.5.0b1-2
75
--   GA - Bump release of all rpms
76
-*   Wed Oct 28 2015 Divya Thaluru <dthaluru@vmware.com> 3.5.0b1-1
77
--   Initial build.
51
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 4.9.1-2
52
+- Bump version as a part of libxslt upgrade
53
+* Mon Jul 18 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.9.1-1
54
+- Upgrade to version 4.9.1
55
+* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.6.1-2
56
+- Bump version as a part of libxslt upgrade
57
+* Fri Nov 06 2020 Gerrit Photon <photon-checkins@vmware.com> 4.6.1-1
58
+- Automatic Version Bump
59
+* Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 4.5.2-1
60
+- Automatic Version Bump
61
+* Fri Jun 19 2020 Tapas Kundu <tkundu@vmware.com> 4.2.4-3
62
+- Mass removal python2
63
+* Wed Nov 28 2018 Tapas Kundu <tkundu@vmware.com> 4.2.4-2
64
+- Fix make check
65
+- moved build requires from subpackage
66
+* Sun Sep 09 2018 Tapas Kundu <tkundu@vmware.com> 4.2.4-1
67
+- Update to version 4.2.4
68
+* Mon Aug 07 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.7.3-3
69
+- set LC_ALL and LANGUAGE for the tests to pass
70
+* Thu Jun 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.7.3-2
71
+- Use python2_sitelib
72
+* Mon Apr 03 2017 Sarah Choi <sarahc@vmware.com> 3.7.3-1
73
+- Update to 3.7.3
74
+* Wed Feb 08 2017 Xiaolin Li <xiaolinl@vmware.com> 3.5.0b1-4
75
+- Added python3 site-packages.
76
+* Tue Oct 04 2016 ChangLee <changlee@vmware.com> 3.5.0b1-3
77
+- Modified %check
78
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.5.0b1-2
79
+- GA - Bump release of all rpms
80
+* Wed Oct 28 2015 Divya Thaluru <dthaluru@vmware.com> 3.5.0b1-1
81
+- Initial build.
... ...
@@ -1,10 +1,10 @@
1
-%global _rabbit_libdir %{_libdir}/rabbitmq
2
-%global _rabbit_user rabbitmq
1
+%global _rabbit_libdir  %{_libdir}/rabbitmq
2
+%global _rabbit_user    rabbitmq
3 3
 
4 4
 Name:          rabbitmq-server
5 5
 Summary:       RabbitMQ messaging server
6 6
 Version:       3.11.0
7
-Release:       1%{?dist}
7
+Release:       2%{?dist}
8 8
 Group:         Applications
9 9
 Vendor:        VMware, Inc.
10 10
 Distribution:  Photon
... ...
@@ -121,6 +121,8 @@ chmod g+s %{_sysconfdir}/rabbitmq
121 121
 %config(noreplace) %attr(0644, %{_rabbit_user}, %{_rabbit_user}) %{_sysconfdir}/rabbitmq/rabbitmq.conf
122 122
 
123 123
 %changelog
124
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.11.0-2
125
+- Bump version as a part of libxslt upgrade
124 126
 * Thu Sep 29 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.11.0-1
125 127
 - Upgrade to v3.11.0
126 128
 * Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 3.10.6-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Commit RPMs to an OSTree repository
2 2
 Name:           rpm-ostree
3 3
 Version:        2022.13
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        LGPLv2+
6 6
 Group:          Applications/System
7 7
 URL:            https://github.com/projectatomic/rpm-ostree
... ...
@@ -57,6 +57,16 @@ BuildRequires:  libmodulemd-devel
57 57
 BuildRequires:  gpgme-devel
58 58
 
59 59
 Requires:       libcap
60
+Requires:       rpm-libs
61
+Requires:       sqlite-libs
62
+Requires:       systemd
63
+Requires:       gpgme
64
+Requires:       glib
65
+Requires:       json-c
66
+Requires:       polkit
67
+Requires:       libarchive
68
+Requires:       libmodulemd
69
+Requires:       libgcc
60 70
 Requires:       librepo
61 71
 Requires:       openssl
62 72
 Requires:       ostree
... ...
@@ -151,6 +161,8 @@ rm -rf %{buildroot}/*
151 151
 %{_bindir}/rpm-ostree-server/mkostreerepo
152 152
 
153 153
 %changelog
154
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2022.13-2
155
+- Bump version as a part of libxslt upgrade
154 156
 * Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2022.13-1
155 157
 - Upgrade to v2022.13
156 158
 * Tue Oct 04 2022 Shreenidhi Shedi <sshedi@vmware.com> 2021.12-8
... ...
@@ -1,59 +1,70 @@
1
-%global debug_package %{nil}
2
-%global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
3
-%global gem_name nokogiri
1
+%global debug_package   %{nil}
2
+%global gem_name        nokogiri
3
+%global gemdir          %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
4 4
 
5 5
 Summary:        Nokogiri is an HTML, XML, SAX, and Reader parser.
6 6
 Name:           rubygem-nokogiri
7 7
 Version:        1.10.9
8
-Release:        3%{?dist}
8
+Release:        4%{?dist}
9 9
 License:        MIT
10 10
 Group:          Development/Languages
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13
-URL:            https://rubygems.org/gems/nokogiri/
14
-Source0:        https://rubygems.org/downloads/nokogiri-%{version}.gem
15
-%define sha512  nokogiri=2833efb389399001c75a63bfd71afa85edd6ced07bde8b8be899f0c39016c813a4d04ff358e467d594e609db51d151ecab4561aaa20f293c58608ba3d2f7206b
13
+URL:            https://rubygems.org/gems/nokogiri
14
+
15
+Source0: https://rubygems.org/downloads/nokogiri-%{version}.gem
16
+%define sha512 %{gem_name}=2833efb389399001c75a63bfd71afa85edd6ced07bde8b8be899f0c39016c813a4d04ff358e467d594e609db51d151ecab4561aaa20f293c58608ba3d2f7206b
17
+
16 18
 BuildRequires:  ruby >= 2.4.0
17 19
 BuildRequires:  rubygem-mini_portile2
18 20
 BuildRequires:  libxml2-devel
19 21
 BuildRequires:  libxslt-devel
22
+
20 23
 Requires:       ruby >= 2.4.0
21 24
 Requires:       rubygem-mini_portile2
22 25
 Requires:       libxml2
23 26
 Requires:       libxslt
27
+
24 28
 %description
25 29
 Nokogiri is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.
30
+
26 31
 %prep
27 32
 %autosetup -c -T -p1
33
+
28 34
 %build
29 35
 
30 36
 %install
31 37
 NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 38
 
39
+%clean
40
+rm -rf %{buildroot}/*
41
+
33 42
 %files
34 43
 %defattr(-,root,root,-)
35 44
 %{gemdir}
36 45
 
37 46
 %changelog
38
-*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.10.9-3
39
--   Bump version as a part of libxslt upgrade
40
-*   Wed Nov 17 2021 Nitesh Kumar <kunitesh@vmware.com> 1.10.9-2
41
--   Release bump up to use libxml2 2.9.12-1.
42
-*   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.10.9-1
43
--   Automatic Version Bump
44
-*   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.8.4-1
45
--   Update to version 1.8.4
46
-*   Thu Apr 13 2017 Siju Maliakkal <smaliakkal@vmware.com> 1.7.1-2
47
--   Change ruby version in buildrequires and requires
48
-*   Wed Mar 22 2017 Xiaolin Li <xiaolinl@vmware.com> 1.7.1-1
49
--   Updated to version 1.7.1.
50
-*   Wed Jan 25 2017 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-4
51
--   Bump up release number to reflect ruby upgrade
52
-*   Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-3
53
--   Use SYSTEM_LIBRARIES for nokogiri
54
-*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.7.2-2
55
--   GA - Bump release of all rpms
56
-*   Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-1
57
--   Upgrade version.
58
-*   Wed Nov 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.6.6.2-1
59
--   Initial build
47
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.10.9-4
48
+- Bump version as a part of libxslt upgrade
49
+* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.10.9-3
50
+- Bump version as a part of libxslt upgrade
51
+* Wed Nov 17 2021 Nitesh Kumar <kunitesh@vmware.com> 1.10.9-2
52
+- Release bump up to use libxml2 2.9.12-1.
53
+* Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.10.9-1
54
+- Automatic Version Bump
55
+* Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.8.4-1
56
+- Update to version 1.8.4
57
+* Thu Apr 13 2017 Siju Maliakkal <smaliakkal@vmware.com> 1.7.1-2
58
+- Change ruby version in buildrequires and requires
59
+* Wed Mar 22 2017 Xiaolin Li <xiaolinl@vmware.com> 1.7.1-1
60
+- Updated to version 1.7.1.
61
+* Wed Jan 25 2017 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-4
62
+- Bump up release number to reflect ruby upgrade
63
+* Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-3
64
+- Use SYSTEM_LIBRARIES for nokogiri
65
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.7.2-2
66
+- GA - Bump release of all rpms
67
+* Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-1
68
+- Upgrade version.
69
+* Wed Nov 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.6.6.2-1
70
+- Initial build
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Samba Client Programs
2 2
 Name:           samba-client
3 3
 Version:        4.14.4
4
-Release:        4%{?dist}
4
+Release:        5%{?dist}
5 5
 License:        GPLv3+ and LGPLv3+
6 6
 Group:          Productivity/Networking
7 7
 Vendor:         VMware, Inc.
... ...
@@ -15,9 +15,6 @@ Source1:        smb.conf.vendor
15 15
 
16 16
 Patch0:         rename_dcerpc_to_smbdcerpc_%{version}.patch
17 17
 
18
-Requires(post): /sbin/ldconfig
19
-Requires(postun): /sbin/ldconfig
20
-
21 18
 %define samba_ver %{version}-%{release}
22 19
 
23 20
 BuildRequires: libtirpc-devel
... ...
@@ -40,7 +37,7 @@ BuildRequires: openldap
40 40
 BuildRequires: perl-Parse-Yapp
41 41
 BuildRequires: dbus-devel
42 42
 
43
-Requires:      samba-client-libs = %{samba_ver}
43
+Requires:      %{name}-libs = %{samba_ver}
44 44
 Requires:      libtirpc
45 45
 Requires:      python3
46 46
 Requires:      libarchive
... ...
@@ -53,6 +50,11 @@ Requires:      lmdb
53 53
 Requires:      openldap
54 54
 Requires:      perl-Parse-Yapp
55 55
 Requires:      dbus
56
+Requires:      libtalloc
57
+Requires:      ncurses-libs
58
+Requires:      popt
59
+Requires(post): /sbin/ldconfig
60
+Requires(postun): /sbin/ldconfig
56 61
 
57 62
 Provides:      samba4-client = %{samba_ver}
58 63
 
... ...
@@ -64,19 +66,19 @@ and Windows networking to Linux clients.
64 64
 For a more detailed description of Samba, check the Web page https://www.Samba.org/
65 65
 
66 66
 # Samba Client Libaries
67
-%package -n samba-client-libs
67
+%package -n %{name}-libs
68 68
 Summary: Samba client libraries
69 69
 
70
-%description -n samba-client-libs
70
+%description -n %{name}-libs
71 71
 The samba-client-libs package contains internal libraries needed by the
72 72
 SMB/CIFS clients.
73 73
 
74 74
 # Samba Client Devel
75
-%package -n samba-client-devel
75
+%package -n %{name}-devel
76 76
 Summary: Developer tools for Samba-Client libraries
77
-Requires: samba-client = %{samba_ver}
77
+Requires: %{name} = %{samba_ver}
78 78
 
79
-%description -n samba-client-devel
79
+%description -n %{name}-devel
80 80
 The samba-client-devel package contains the header files and libraries needed
81 81
 to develop programs.
82 82
 
... ...
@@ -91,7 +93,7 @@ This package includes the wbclient library.
91 91
 %package -n libwbclient-devel
92 92
 Summary:        Libraries and Header Files to Develop Programs with wbclient Support
93 93
 Group:          Development/Libraries/C and C++
94
-Requires:       libwbclient = %{version}
94
+Requires:       libwbclient = %{samba_ver}
95 95
 
96 96
 %description -n libwbclient-devel
97 97
 This package contains the static libraries and header files needed to
... ...
@@ -115,9 +117,9 @@ export LDFLAGS="-ltirpc"
115 115
         --with-sockets-dir=/run/samba \
116 116
         --with-modulesdir=%{_libdir}/samba \
117 117
         --with-pammodulesdir=%{_libdir}/security \
118
-        --with-lockdir=/var/lib/samba/lock \
119
-        --with-statedir=/var/lib/samba \
120
-        --with-cachedir=/var/lib/samba \
118
+        --with-lockdir=%{_sharedstatedir}/samba/lock \
119
+        --with-statedir=%{_sharedstatedir}/samba \
120
+        --with-cachedir=%{_sharedstatedir}/samba \
121 121
         --without-gettext \
122 122
         --without-ldb-lmdb \
123 123
         --without-lttng \
... ...
@@ -362,9 +364,9 @@ done
362 362
 %attr(0700,root,root) %dir /var/log/samba
363 363
 %ghost %dir /run/samba
364 364
 %ghost %dir /run/winbindd
365
-%dir /var/lib/samba
366
-%attr(700,root,root) %dir /var/lib/samba/private
367
-%dir /var/lib/samba/lock
365
+%dir %{_sharedstatedir}/samba
366
+%attr(700,root,root) %dir %{_sharedstatedir}/samba/private
367
+%dir %{_sharedstatedir}/samba/lock
368 368
 %attr(755,root,root) %dir %{_sysconfdir}/samba
369 369
 %config(noreplace) %{_sysconfdir}/samba/smb.conf
370 370
 %config(noreplace) %{_sysconfdir}/sysconfig/samba
... ...
@@ -403,7 +405,7 @@ done
403 403
 %{_mandir}/man8/*
404 404
 
405 405
 # Client libraries
406
-%files -n samba-client-libs
406
+%files -n %{name}-libs
407 407
 %defattr(-,root,root,-)
408 408
 %{_libdir}/libdcerpc-binding.so.*
409 409
 %{_libdir}/libndr.so.*
... ...
@@ -526,7 +528,7 @@ done
526 526
 %{_libdir}/libdcerpc-server-core.*
527 527
 
528 528
 # Devel
529
-%files -n samba-client-devel
529
+%files -n %{name}-devel
530 530
 %{_includedir}/samba-4.0/libsmbclient.h
531 531
 %{_libdir}/libsmbclient.so
532 532
 %{_libdir}/libsmbdcerpc.so
... ...
@@ -561,6 +563,8 @@ done
561 561
 %{_libdir}/pkgconfig/wbclient.pc
562 562
 
563 563
 %changelog
564
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 4.14.4-5
565
+- Bump version as a part of libxslt upgrade
564 566
 * Tue Aug 30 2022 Shreenidhi Shedi <sshedi@vmware.com> 4.14.4-4
565 567
 - Bump version as a part of gnutls upgrade
566 568
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.14.4-3
... ...
@@ -1,19 +1,19 @@
1 1
 Name:           systemd
2 2
 URL:            http://www.freedesktop.org/wiki/Software/systemd
3 3
 Version:        251.4
4
-Release:        2%{?dist}
4
+Release:        3%{?dist}
5 5
 License:        LGPLv2+ and GPLv2+ and MIT
6 6
 Summary:        System and Service Manager
7 7
 Group:          System Environment/Security
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11
-Source0:        https://github.com/systemd/systemd-stable/archive/%{name}-stable-%{version}.tar.gz
12
-%define sha512  %{name}=7bbfadd80b88a4c3510a5e4e3572e4eab71dafbf6289da038e552988e09ee8da16da3c9bb8a4fbbde6c6236e0e3c352b0a33f9ee0b84f10241f3499383387738
11
+Source0: https://github.com/systemd/systemd-stable/archive/%{name}-stable-%{version}.tar.gz
12
+%define sha512 %{name}=7bbfadd80b88a4c3510a5e4e3572e4eab71dafbf6289da038e552988e09ee8da16da3c9bb8a4fbbde6c6236e0e3c352b0a33f9ee0b84f10241f3499383387738
13 13
 
14 14
 Source1:        99-vmware-hotplug.rules
15 15
 Source2:        50-security-hardening.conf
16
-Source3:        systemd.cfg
16
+Source3:        %{name}.cfg
17 17
 Source4:        99-dhcp-en.network
18 18
 Source5:        10-rdrand-rng.conf
19 19
 Source6:        10-defaults.preset
... ...
@@ -143,9 +143,9 @@ Summary: Rule-based device node and kernel event manager
143 143
 License:        LGPLv2+
144 144
 
145 145
 Requires:       %{name} = %{version}-%{release}
146
-Requires(post):   systemd
147
-Requires(preun):  systemd
148
-Requires(postun): systemd
146
+Requires(post):   %{name}
147
+Requires(preun):  %{name}
148
+Requires(postun): %{name}
149 149
 Requires(post):   grep
150 150
 Requires:         kmod
151 151
 Provides:         udev = %{version}
... ...
@@ -158,26 +158,26 @@ machines and in virtual machines, but not in containers.
158 158
 %package container
159 159
 Summary: Tools for containers and VMs
160 160
 Requires:       %{name} = %{version}-%{release}
161
-Requires(post):   systemd
162
-Requires(preun):  systemd
163
-Requires(postun): systemd
161
+Requires(post):   %{name}
162
+Requires(preun):  %{name}
163
+Requires(postun): %{name}
164 164
 License:          LGPLv2+
165 165
 
166 166
 %description container
167 167
 Systemd tools to spawn and manage containers and virtual machines.
168 168
 
169 169
 This package contains systemd-nspawn, machinectl, systemd-machined,
170
-and systemd-importd.
170
+and %{name}-importd.
171 171
 
172 172
 %package journal-remote
173 173
 Summary:        Tools to send journal events over the network
174 174
 Requires:       %{name} = %{version}-%{release}
175 175
 License:        LGPLv2+
176
-Requires(post):   systemd
177
-Requires(preun):  systemd
178
-Requires(postun): systemd
176
+Requires(post):   %{name}
177
+Requires(preun):  %{name}
178
+Requires(postun): %{name}
179 179
 Requires:         libmicrohttpd
180
-Provides:         systemd-journal-gateway = %{version}-%{release}
180
+Provides:         %{name}-journal-gateway = %{version}-%{release}
181 181
 
182 182
 %description journal-remote
183 183
 Programs to forward journal entries over the network, using encrypted HTTP,
... ...
@@ -320,8 +320,8 @@ install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d
320 320
 install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysctl.d
321 321
 install -dm 0755 %{buildroot}/boot/
322 322
 install -m 0644 %{SOURCE3} %{buildroot}/boot/
323
-install -dm 0755 %{buildroot}%{_sysconfdir}/systemd/network
324
-install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/systemd/network
323
+install -dm 0755 %{buildroot}%{_sysconfdir}/%{name}/network
324
+install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}/network
325 325
 install -m 0644 %{SOURCE6} %{buildroot}%{_presetdir}
326 326
 
327 327
 rm %{buildroot}%{_unitdir}/default.target
... ...
@@ -333,16 +333,16 @@ install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/modules-load.d
333 333
 %find_lang %{name} ../%{name}.lang
334 334
 
335 335
 %post
336
-systemd-machine-id-setup &>/dev/null || :
336
+%{name}-machine-id-setup &>/dev/null || :
337 337
 
338 338
 systemctl daemon-reexec &>/dev/null || {
339
-    if [ $1 -gt 1 ] && [ -d /run/systemd/system ] ; then
339
+    if [ $1 -gt 1 ] && [ -d /run/%{name}/system ] ; then
340 340
         kill -TERM 1 &>/dev/null || :
341 341
     fi
342 342
 }
343 343
 
344 344
 journalctl --update-catalog &>/dev/null || :
345
-systemd-tmpfiles --create &>/dev/null || :
345
+%{name}-tmpfiles --create &>/dev/null || :
346 346
 
347 347
 if [ $1 -eq 1 ] ; then
348 348
         systemctl preset-all &>/dev/null || :
... ...
@@ -352,7 +352,7 @@ fi
352 352
 %clean
353 353
 rm -rf %{buildroot}/*
354 354
 
355
-%global udev_services systemd-udevd.service systemd-udev-settle.service systemd-udev-trigger.service systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-timesyncd.service
355
+%global udev_services %{name}-udevd.service %{name}-udev-settle.service %{name}-udev-trigger.service %{name}-udevd-control.socket %{name}-udevd-kernel.socket %{name}-timesyncd.service
356 356
 
357 357
 %post udev
358 358
 udevadm hwdb --update &>/dev/null || :
... ...
@@ -366,43 +366,43 @@ fi
366 366
 %systemd_preun %udev_services
367 367
 
368 368
 %postun udev
369
-%systemd_postun_with_restart systemd-udevd.service
369
+%systemd_postun_with_restart %{name}-udevd.service
370 370
 
371 371
 %postun tests
372
-rm -rf %{_libdir}/systemd/tests
372
+rm -rf %{_libdir}/%{name}/tests
373 373
 
374 374
 %files
375 375
 %defattr(-,root,root)
376
-%dir %{_sysconfdir}/systemd
377
-%dir %{_sysconfdir}/systemd/user
378
-%dir %{_sysconfdir}/systemd/network
376
+%dir %{_sysconfdir}/%{name}
377
+%dir %{_sysconfdir}/%{name}/user
378
+%dir %{_sysconfdir}/%{name}/network
379 379
 %dir %{_sysconfdir}/tmpfiles.d
380 380
 %dir %{_sysconfdir}/sysctl.d
381 381
 %dir %{_sysconfdir}/modules-load.d
382 382
 %dir %{_sysconfdir}/binfmt.d
383 383
 
384
-%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
384
+%{_sysconfdir}/X11/xinit/xinitrc.d/50-%{name}-user.sh
385 385
 %{_sysconfdir}/sysctl.d/50-security-hardening.conf
386
-%{_sysconfdir}/xdg/systemd
386
+%{_sysconfdir}/xdg/%{name}
387 387
 %{_sysconfdir}/rc.d/init.d/README
388 388
 
389
-%config(noreplace) %{_sysconfdir}/systemd/sleep.conf
390
-%config(noreplace) %{_sysconfdir}/systemd/system.conf
391
-%config(noreplace) %{_sysconfdir}/systemd/user.conf
392
-%config(noreplace) %{_sysconfdir}/systemd/logind.conf
393
-%config(noreplace) %{_sysconfdir}/systemd/journald.conf
394
-%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
395
-%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
396
-%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
397
-%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
398
-%config(noreplace) %{_sysconfdir}/systemd/pstore.conf
389
+%config(noreplace) %{_sysconfdir}/%{name}/sleep.conf
390
+%config(noreplace) %{_sysconfdir}/%{name}/system.conf
391
+%config(noreplace) %{_sysconfdir}/%{name}/user.conf
392
+%config(noreplace) %{_sysconfdir}/%{name}/logind.conf
393
+%config(noreplace) %{_sysconfdir}/%{name}/journald.conf
394
+%config(noreplace) %{_sysconfdir}/%{name}/resolved.conf
395
+%config(noreplace) %{_sysconfdir}/%{name}/coredump.conf
396
+%config(noreplace) %{_sysconfdir}/%{name}/timesyncd.conf
397
+%config(noreplace) %{_sysconfdir}/%{name}/networkd.conf
398
+%config(noreplace) %{_sysconfdir}/%{name}/pstore.conf
399 399
 
400 400
 %ifarch x86_64
401 401
 %config(noreplace) %{_sysconfdir}/modules-load.d/10-rdrand-rng.conf
402 402
 %endif
403
-%config(noreplace) %{_sysconfdir}/systemd/network/99-dhcp-en.network
403
+%config(noreplace) %{_sysconfdir}/%{name}/network/99-dhcp-en.network
404 404
 
405
-%config(noreplace) /boot/systemd.cfg
405
+%config(noreplace) /boot/%{name}.cfg
406 406
 
407 407
 %{_sbindir}/halt
408 408
 %{_sbindir}/init
... ...
@@ -423,33 +423,33 @@ rm -rf %{_libdir}/systemd/tests
423 423
 %{_bindir}/portablectl
424 424
 %{_bindir}/resolvectl
425 425
 %{_bindir}/systemctl
426
-%{_bindir}/systemd-analyze
427
-%{_bindir}/systemd-ask-password
428
-%{_bindir}/systemd-cat
429
-%{_bindir}/systemd-cgls
430
-%{_bindir}/systemd-cgtop
431
-%{_bindir}/systemd-delta
432
-%{_bindir}/systemd-detect-virt
433
-%{_bindir}/systemd-escape
434
-%{_bindir}/systemd-id128
435
-%{_bindir}/systemd-inhibit
436
-%{_bindir}/systemd-machine-id-setup
437
-%{_bindir}/systemd-mount
438
-%{_bindir}/systemd-notify
439
-%{_bindir}/systemd-path
440
-%{_bindir}/systemd-resolve
441
-%{_bindir}/systemd-run
442
-%{_bindir}/systemd-socket-activate
443
-%{_bindir}/systemd-stdio-bridge
444
-%{_bindir}/systemd-tmpfiles
445
-%{_bindir}/systemd-tty-ask-password-agent
446
-%{_bindir}/systemd-umount
426
+%{_bindir}/%{name}-analyze
427
+%{_bindir}/%{name}-ask-password
428
+%{_bindir}/%{name}-cat
429
+%{_bindir}/%{name}-cgls
430
+%{_bindir}/%{name}-cgtop
431
+%{_bindir}/%{name}-delta
432
+%{_bindir}/%{name}-detect-virt
433
+%{_bindir}/%{name}-escape
434
+%{_bindir}/%{name}-id128
435
+%{_bindir}/%{name}-inhibit
436
+%{_bindir}/%{name}-machine-id-setup
437
+%{_bindir}/%{name}-mount
438
+%{_bindir}/%{name}-notify
439
+%{_bindir}/%{name}-path
440
+%{_bindir}/%{name}-resolve
441
+%{_bindir}/%{name}-run
442
+%{_bindir}/%{name}-socket-activate
443
+%{_bindir}/%{name}-stdio-bridge
444
+%{_bindir}/%{name}-tmpfiles
445
+%{_bindir}/%{name}-tty-ask-password-agent
446
+%{_bindir}/%{name}-umount
447 447
 %{_bindir}/timedatectl
448 448
 %{_bindir}/userdbctl
449
-%{_bindir}/systemd-repart
450
-%{_bindir}/systemd-dissect
451
-%{_bindir}/systemd-sysext
452
-%{_bindir}/systemd-creds
449
+%{_bindir}/%{name}-repart
450
+%{_bindir}/%{name}-dissect
451
+%{_bindir}/%{name}-sysext
452
+%{_bindir}/%{name}-creds
453 453
 
454 454
 %{_tmpfilesdir}/etc.conf
455 455
 %{_tmpfilesdir}/home.conf
... ...
@@ -457,11 +457,11 @@ rm -rf %{_libdir}/systemd/tests
457 457
 %{_tmpfilesdir}/legacy.conf
458 458
 %{_tmpfilesdir}/portables.conf
459 459
 %{_tmpfilesdir}/static-nodes-permissions.conf
460
-%{_tmpfilesdir}/systemd-nologin.conf
461
-%{_tmpfilesdir}/systemd-tmp.conf
462
-%{_tmpfilesdir}/systemd.conf
463
-%{_tmpfilesdir}/systemd-resolve.conf
464
-%{_tmpfilesdir}/systemd-network.conf
460
+%{_tmpfilesdir}/%{name}-nologin.conf
461
+%{_tmpfilesdir}/%{name}-tmp.conf
462
+%{_tmpfilesdir}/%{name}.conf
463
+%{_tmpfilesdir}/%{name}-resolve.conf
464
+%{_tmpfilesdir}/%{name}-network.conf
465 465
 %{_tmpfilesdir}/tmp.conf
466 466
 %{_tmpfilesdir}/var.conf
467 467
 %{_tmpfilesdir}/x11.conf
... ...
@@ -472,44 +472,44 @@ rm -rf %{_libdir}/systemd/tests
472 472
 %{_libdir}/binfmt.d
473 473
 %{_libdir}/rpm
474 474
 %{_libdir}/sysctl.d
475
-%{_libdir}/systemd
475
+%{_libdir}/%{name}
476 476
 
477 477
 %{_datadir}/bash-completion/*
478 478
 %{_datadir}/factory/*
479 479
 %{_datadir}/dbus-1
480 480
 %{_datadir}/doc/*
481 481
 %{_datadir}/polkit-1
482
-%{_datadir}/systemd
482
+%{_datadir}/%{name}
483 483
 %{_datadir}/zsh/*
484 484
 %{_localstatedir}/log/journal
485 485
 
486
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
487
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
488
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
489
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
490
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
491
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
492
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
493
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
494
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
495
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
496
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
497
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
498
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
499
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
500
-%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
501
-%ghost %dir %attr(0755,-,-) /etc/systemd/system
486
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/basic.target.wants
487
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/bluetooth.target.wants
488
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/default.target.wants
489
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/getty.target.wants
490
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/graphical.target.wants
491
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/local-fs.target.wants
492
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/machines.target.wants
493
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/multi-user.target.wants
494
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/network-online.target.wants
495
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/printer.target.wants
496
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/remote-fs.target.wants
497
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/sockets.target.wants
498
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/sysinit.target.wants
499
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/system-update.target.wants
500
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system/timers.target.wants
501
+%ghost %dir %attr(0755,-,-) /etc/%{name}/system
502 502
 
503 503
 %files devel
504 504
 %defattr(-,root,root)
505
-%dir %{_includedir}/systemd
505
+%dir %{_includedir}/%{name}
506 506
 %{_libdir}/libudev.so
507
-%{_libdir}/libsystemd.so
508
-%{_includedir}/systemd/*.h
507
+%{_libdir}/lib%{name}.so
508
+%{_includedir}/%{name}/*.h
509 509
 %{_includedir}/libudev.h
510 510
 %{_libdir}/pkgconfig/libudev.pc
511
-%{_libdir}/pkgconfig/libsystemd.pc
512
-%{_datadir}/pkgconfig/systemd.pc
511
+%{_libdir}/pkgconfig/lib%{name}.pc
512
+%{_datadir}/pkgconfig/%{name}.pc
513 513
 %{_datadir}/pkgconfig/udev.pc
514 514
 
515 515
 %files udev
... ...
@@ -518,14 +518,14 @@ rm -rf %{_libdir}/systemd/tests
518 518
 %{_sysconfdir}/udev/rules.d/99-vmware-hotplug.rules
519 519
 %dir %{_sysconfdir}/kernel
520 520
 %dir %{_sysconfdir}/modules-load.d
521
-%{_sysconfdir}/systemd/pstore.conf
522
-%{_sysconfdir}/systemd/sleep.conf
523
-%{_sysconfdir}/systemd/timesyncd.conf
521
+%{_sysconfdir}/%{name}/pstore.conf
522
+%{_sysconfdir}/%{name}/sleep.conf
523
+%{_sysconfdir}/%{name}/timesyncd.conf
524 524
 %{_sysconfdir}/udev/udev.conf
525
-%{_tmpfilesdir}/systemd-pstore.conf
525
+%{_tmpfilesdir}/%{name}-pstore.conf
526 526
 %{_bindir}/bootctl
527 527
 %{_bindir}/kernel-install
528
-%{_bindir}/systemd-hwdb
528
+%{_bindir}/%{name}-hwdb
529 529
 %{_bindir}/udevadm
530 530
 
531 531
 %{_libdir}/udev/v4l_id
... ...
@@ -534,8 +534,8 @@ rm -rf %{_libdir}/systemd/tests
534 534
 %{_libdir}/modprobe.d
535 535
 %{_libdir}/modules-load.d
536 536
 %{_systemd_util_dir}/network/99-default.link
537
-%{_systemd_util_dir}/ntp-units.d/80-systemd-timesync.list
538
-%{_systemd_util_dir}/system-generators/systemd-hibernate-resume-generator
537
+%{_systemd_util_dir}/ntp-units.d/80-%{name}-timesync.list
538
+%{_systemd_util_dir}/system-generators/%{name}-hibernate-resume-generator
539 539
 %{_systemd_util_dir}/system-sleep
540 540
 %{_unitdir}/hibernate.target
541 541
 %{_unitdir}/hybrid-sleep.target
... ...
@@ -543,56 +543,56 @@ rm -rf %{_libdir}/systemd/tests
543 543
 %{_unitdir}/kmod-static-nodes.service
544 544
 %{_unitdir}/quotaon.service
545 545
 %{_unitdir}/sleep.target
546
-%{_unitdir}/sockets.target.wants/systemd-udevd-control.socket
547
-%{_unitdir}/sockets.target.wants/systemd-udevd-kernel.socket
546
+%{_unitdir}/sockets.target.wants/%{name}-udevd-control.socket
547
+%{_unitdir}/sockets.target.wants/%{name}-udevd-kernel.socket
548 548
 %{_unitdir}/suspend-then-hibernate.target
549 549
 %{_unitdir}/suspend.target
550 550
 %{_unitdir}/sysinit.target.wants/kmod-static-nodes.service
551
-%{_unitdir}/sysinit.target.wants/systemd-hwdb-update.service
552
-%{_unitdir}/sysinit.target.wants/systemd-modules-load.service
553
-%{_unitdir}/sysinit.target.wants/systemd-random-seed.service
554
-%{_unitdir}/sysinit.target.wants/systemd-tmpfiles-setup-dev.service
555
-%{_unitdir}/sysinit.target.wants/systemd-udevd.service
556
-%{_unitdir}/systemd-backlight@.service
557
-%{_unitdir}/systemd-fsck-root.service
558
-%{_unitdir}/systemd-fsck@.service
559
-%{_unitdir}/systemd-hibernate-resume@.service
560
-%{_unitdir}/systemd-hibernate.service
561
-%{_unitdir}/systemd-hwdb-update.service
562
-%{_unitdir}/systemd-hybrid-sleep.service
563
-%{_unitdir}/systemd-modules-load.service
564
-%{_unitdir}/systemd-pstore.service
565
-%{_unitdir}/systemd-quotacheck.service
566
-%{_unitdir}/systemd-random-seed.service
567
-%{_unitdir}/systemd-remount-fs.service
568
-%{_unitdir}/systemd-rfkill.service
569
-%{_unitdir}/systemd-rfkill.socket
570
-%{_unitdir}/systemd-suspend-then-hibernate.service
571
-%{_unitdir}/systemd-suspend.service
572
-%{_unitdir}/systemd-timesyncd.service
573
-%{_unitdir}/systemd-tmpfiles-setup-dev.service
574
-%{_unitdir}/systemd-udev-settle.service
575
-%{_unitdir}/systemd-udevd-control.socket
576
-%{_unitdir}/systemd-udevd-kernel.socket
577
-%{_unitdir}/systemd-udevd.service
578
-%{_unitdir}/systemd-vconsole-setup.service
579
-%{_unitdir}/systemd-volatile-root.service
580
-%{_systemd_util_dir}/systemd-backlight
581
-%{_systemd_util_dir}/systemd-fsck
582
-%{_systemd_util_dir}/systemd-growfs
583
-%{_systemd_util_dir}/systemd-hibernate-resume
584
-%{_systemd_util_dir}/systemd-makefs
585
-%{_systemd_util_dir}/systemd-modules-load
586
-%{_systemd_util_dir}/systemd-pstore
587
-%{_systemd_util_dir}/systemd-quotacheck
588
-%{_systemd_util_dir}/systemd-random-seed
589
-%{_systemd_util_dir}/systemd-remount-fs
590
-%{_systemd_util_dir}/systemd-rfkill
591
-%{_systemd_util_dir}/systemd-sleep
592
-%{_systemd_util_dir}/systemd-timesyncd
593
-%{_systemd_util_dir}/systemd-udevd
594
-%{_systemd_util_dir}/systemd-vconsole-setup
595
-%{_systemd_util_dir}/systemd-volatile-root
551
+%{_unitdir}/sysinit.target.wants/%{name}-hwdb-update.service
552
+%{_unitdir}/sysinit.target.wants/%{name}-modules-load.service
553
+%{_unitdir}/sysinit.target.wants/%{name}-random-seed.service
554
+%{_unitdir}/sysinit.target.wants/%{name}-tmpfiles-setup-dev.service
555
+%{_unitdir}/sysinit.target.wants/%{name}-udevd.service
556
+%{_unitdir}/%{name}-backlight@.service
557
+%{_unitdir}/%{name}-fsck-root.service
558
+%{_unitdir}/%{name}-fsck@.service
559
+%{_unitdir}/%{name}-hibernate-resume@.service
560
+%{_unitdir}/%{name}-hibernate.service
561
+%{_unitdir}/%{name}-hwdb-update.service
562
+%{_unitdir}/%{name}-hybrid-sleep.service
563
+%{_unitdir}/%{name}-modules-load.service
564
+%{_unitdir}/%{name}-pstore.service
565
+%{_unitdir}/%{name}-quotacheck.service
566
+%{_unitdir}/%{name}-random-seed.service
567
+%{_unitdir}/%{name}-remount-fs.service
568
+%{_unitdir}/%{name}-rfkill.service
569
+%{_unitdir}/%{name}-rfkill.socket
570
+%{_unitdir}/%{name}-suspend-then-hibernate.service
571
+%{_unitdir}/%{name}-suspend.service
572
+%{_unitdir}/%{name}-timesyncd.service
573
+%{_unitdir}/%{name}-tmpfiles-setup-dev.service
574
+%{_unitdir}/%{name}-udev-settle.service
575
+%{_unitdir}/%{name}-udevd-control.socket
576
+%{_unitdir}/%{name}-udevd-kernel.socket
577
+%{_unitdir}/%{name}-udevd.service
578
+%{_unitdir}/%{name}-vconsole-setup.service
579
+%{_unitdir}/%{name}-volatile-root.service
580
+%{_systemd_util_dir}/%{name}-backlight
581
+%{_systemd_util_dir}/%{name}-fsck
582
+%{_systemd_util_dir}/%{name}-growfs
583
+%{_systemd_util_dir}/%{name}-hibernate-resume
584
+%{_systemd_util_dir}/%{name}-makefs
585
+%{_systemd_util_dir}/%{name}-modules-load
586
+%{_systemd_util_dir}/%{name}-pstore
587
+%{_systemd_util_dir}/%{name}-quotacheck
588
+%{_systemd_util_dir}/%{name}-random-seed
589
+%{_systemd_util_dir}/%{name}-remount-fs
590
+%{_systemd_util_dir}/%{name}-rfkill
591
+%{_systemd_util_dir}/%{name}-sleep
592
+%{_systemd_util_dir}/%{name}-timesyncd
593
+%{_systemd_util_dir}/%{name}-udevd
594
+%{_systemd_util_dir}/%{name}-vconsole-setup
595
+%{_systemd_util_dir}/%{name}-volatile-root
596 596
 
597 597
 %dir %{_libdir}/udev
598 598
 %{_libdir}/udev/ata_id
... ...
@@ -629,21 +629,21 @@ rm -rf %{_libdir}/systemd/tests
629 629
 %files pam
630 630
 %defattr(-,root,root)
631 631
 %{_libdir}/security/pam_systemd.so
632
-%{_libdir}/pam.d/systemd-user
632
+%{_libdir}/pam.d/%{name}-user
633 633
 
634 634
 %files container
635 635
 %defattr(-,root,root)
636
-%{_bindir}/systemd-nspawn
636
+%{_bindir}/%{name}-nspawn
637 637
 %{_bindir}/machinectl
638 638
 
639
-%{_systemd_util_dir}/systemd-machined
640
-%{_unitdir}/systemd-machined.service
641
-%{_unitdir}/systemd-nspawn@.service
639
+%{_systemd_util_dir}/%{name}-machined
640
+%{_unitdir}/%{name}-machined.service
641
+%{_unitdir}/%{name}-nspawn@.service
642 642
 %{_unitdir}/dbus-org.freedesktop.machine1.service
643 643
 %{_unitdir}/var-lib-machines.mount
644 644
 %{_unitdir}/machine.slice
645 645
 %{_unitdir}/machines.target.wants
646
-%{_tmpfilesdir}/systemd-nspawn.conf
646
+%{_tmpfilesdir}/%{name}-nspawn.conf
647 647
 
648 648
 %{_datadir}/dbus-1/system.d/org.freedesktop.machine1.conf
649 649
 %{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
... ...
@@ -651,28 +651,32 @@ rm -rf %{_libdir}/systemd/tests
651 651
 
652 652
 %files journal-remote
653 653
 %defattr(-,root,root)
654
-%config(noreplace) %{_sysconfdir}/systemd/journal-upload.conf
655
-%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
654
+%config(noreplace) %{_sysconfdir}/%{name}/journal-upload.conf
655
+%config(noreplace) %{_sysconfdir}/%{name}/journal-remote.conf
656 656
 
657
-%{_systemd_util_dir}/systemd-journal-gatewayd
658
-%{_systemd_util_dir}/systemd-journal-remote
659
-%{_systemd_util_dir}/systemd-journal-upload
657
+%{_systemd_util_dir}/%{name}-journal-gatewayd
658
+%{_systemd_util_dir}/%{name}-journal-remote
659
+%{_systemd_util_dir}/%{name}-journal-upload
660 660
 
661
-%{_unitdir}/systemd-journal-gatewayd.service
662
-%{_unitdir}/systemd-journal-gatewayd.socket
663
-%{_unitdir}/systemd-journal-remote.service
664
-%{_unitdir}/systemd-journal-remote.socket
665
-%{_unitdir}/systemd-journal-upload.service
661
+%{_unitdir}/%{name}-journal-gatewayd.service
662
+%{_unitdir}/%{name}-journal-gatewayd.socket
663
+%{_unitdir}/%{name}-journal-remote.service
664
+%{_unitdir}/%{name}-journal-remote.socket
665
+%{_unitdir}/%{name}-journal-upload.service
666 666
 
667 667
 %files rpm-macros
668
+%defattr(-,root,root)
668 669
 %{_libdir}/rpm/macros.d
669 670
 
670 671
 %files tests
672
+%defattr(-,root,root)
671 673
 %{_systemd_util_dir}/tests
672 674
 
673 675
 %files lang -f ../%{name}.lang
674 676
 
675 677
 %changelog
678
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 251.4-3
679
+- Bump version as a part of libxslt upgrade
676 680
 * Tue Aug 30 2022 Shreenidhi Shedi <sshedi@vmware.com> 251.4-2
677 681
 - Bump version as a part of gnutls upgrade
678 682
 * Wed Aug 24 2022 Susant Sahani <ssahani@vmware.com> 251.4-1
... ...
@@ -1,23 +1,28 @@
1 1
 Summary:        trace-cmd is a user-space front-end command-line tool for Ftrace
2 2
 Name:           trace-cmd
3 3
 Version:        2.9
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        GPL-2.0 and LGPL-2.1
6
-
7 6
 Group:          Development/Tools
8 7
 URL:            https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
9 8
 Vendor:         VMware, Inc.
10 9
 Distribution:   Photon
11
-Source0:        https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/%{name}-v%{version}.tar.gz
12
-%define sha512  trace-cmd=a37390e7ad29c9e7a97e5e7792505fe96a3802d6ea103e7c0f362a7b8cc29a102d483ec1a883b632fd9e0e7297f17866ae5eac59c825f08a8068b431a8f819e1
13
-Patch1:         0001-trace-cmd-Add-option-to-poll-trace-buffers.patch
10
+
11
+Source0: https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/%{name}-v%{version}.tar.gz
12
+%define sha512 %{name}=a37390e7ad29c9e7a97e5e7792505fe96a3802d6ea103e7c0f362a7b8cc29a102d483ec1a883b632fd9e0e7297f17866ae5eac59c825f08a8068b431a8f819e1
13
+
14
+Patch0: 0001-trace-cmd-Add-option-to-poll-trace-buffers.patch
15
+
14 16
 BuildRequires:  audit-devel
15 17
 BuildRequires:  swig
16 18
 BuildRequires:  python3-devel
17 19
 BuildRequires:  libxml2-devel
18 20
 BuildRequires:  libxslt-devel
19 21
 BuildRequires:  gcc
20
-Requires:       audit python3 traceevent-plugins
22
+
23
+Requires: audit
24
+Requires: python3
25
+Requires: traceevent-plugins
21 26
 
22 27
 %description
23 28
 trace-cmd is a user-space command line tool that makes it convenient to use
... ...
@@ -37,18 +42,16 @@ in the traceevent/ directory.
37 37
 %autosetup -p1 -n %{name}-v%{version}
38 38
 
39 39
 %build
40
-make %{?_smp_mflags} \
41
-	prefix=%{_prefix} etcdir=%{_sysconfdir} DESTDIR=%{buildroot}
40
+%make_build
42 41
 
43 42
 %install
44
-make %{?_smp_mflags} install\
45
-	             prefix=%{_prefix} etcdir=%{_sysconfdir} DESTDIR=%{buildroot}
43
+%make_install %{?_smp_mflags} prefix=%{_prefix} etcdir=%{_sysconfdir}
46 44
 
47 45
 %clean
48 46
 rm -rf %{buildroot}
49 47
 
50
-%post   -p /sbin/ldconfig
51
-%post   -n traceevent-plugins -p /sbin/ldconfig
48
+%post -p /sbin/ldconfig
49
+%post -n traceevent-plugins -p /sbin/ldconfig
52 50
 
53 51
 %postun -p /sbin/ldconfig
54 52
 %postun -n traceevent-plugins -p /sbin/ldconfig
... ...
@@ -56,14 +59,16 @@ rm -rf %{buildroot}
56 56
 %files
57 57
 %defattr(-,root,root)
58 58
 %doc COPYING COPYING.LIB README
59
-%{_bindir}/trace-cmd
60
-%{_sysconfdir}/bash_completion.d/trace-cmd.bash
59
+%{_bindir}/%{name}
60
+%{_sysconfdir}/bash_completion.d/%{name}.bash
61 61
 
62 62
 %files -n traceevent-plugins
63 63
 %defattr(-,root,root)
64 64
 %{_libdir}/traceevent/plugins
65 65
 
66 66
 %changelog
67
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.9-4
68
+- Bump version as a part of libxslt upgrade
67 69
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 2.9-3
68 70
 - Bump version as a part of libxslt upgrade
69 71
 * Tue Nov 02 2021 Sharan Turlapati <sturlapati@vmware.com> 2.9-2
... ...
@@ -1,17 +1,19 @@
1 1
 Summary:        Application Container Server for Networked/Clustered Web Applications
2 2
 Name:           uwsgi
3 3
 Version:        2.0.20
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        GPLv2 with exceptions
6 6
 Group:          Productivity/Networking/Web/Servers
7 7
 Vendor:         VMware, Inc.
8 8
 Distribution:   Photon
9 9
 Url:            https://github.com/unbit/uwsgi
10
-Source0:        http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
11
-%define sha512  uwsgi=22677a8ad1ea886e1a3a153f486474ce064a55e5b12515322345116980f699f4e2e73267f991c300d904284e06f265ea821e71ba3c97832b6f25705475b498ff
10
+
11
+Source0: http://projects.unbit.it/downloads/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=22677a8ad1ea886e1a3a153f486474ce064a55e5b12515322345116980f699f4e2e73267f991c300d904284e06f265ea821e71ba3c97832b6f25705475b498ff
13
+
12 14
 Source1:        photon.ini
13
-Source2:        uwsgi.service
14
-Source3:        uwsgi.ini
15
+Source2:        %{name}.service
16
+Source3:        %{name}.ini
15 17
 
16 18
 BuildRequires:  python3-devel
17 19
 BuildRequires:  jansson-devel
... ...
@@ -48,6 +50,10 @@ Requires:       python3
48 48
 Requires:       ruby
49 49
 Requires:       util-linux
50 50
 Requires:       tcp_wrappers
51
+Requires:       libxml2
52
+Requires:       openssl
53
+Requires:       libcap
54
+Requires:       systemd
51 55
 
52 56
 %description
53 57
 The uWSGI project aims at developing a full stack for building hosting services.
... ...
@@ -94,20 +100,20 @@ cp -p %{SOURCE1} buildconf/
94 94
 %{__python3} uwsgiconfig.py --verbose --plugin plugins/python core
95 95
 
96 96
 %install
97
-install -d %{buildroot}%{_sysconfdir}/uwsgi.d
98
-install -d %{buildroot}%{_includedir}/uwsgi
99
-install -d %{buildroot}%{_libdir}/uwsgi
97
+install -d %{buildroot}%{_sysconfdir}/%{name}.d
98
+install -d %{buildroot}%{_includedir}/%{name}
99
+install -d %{buildroot}%{_libdir}/%{name}
100 100
 
101
-install -D -p -m 0755 uwsgi %{buildroot}%{_sbindir}/uwsgi
102
-install -p -m 0644 *.h %{buildroot}%{_includedir}/uwsgi
103
-install -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/uwsgi
101
+install -D -p -m 0755 %{name} %{buildroot}%{_sbindir}/%{name}
102
+install -p -m 0644 *.h %{buildroot}%{_includedir}/%{name}
103
+install -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/%{name}
104 104
 install -D -p -m 0644 uwsgidecorators.py %{buildroot}%{python3_sitelib}/uwsgidecorators.py
105
-install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/uwsgi.ini
106
-install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/uwsgi.service
105
+install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}.ini
106
+install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
107 107
 
108 108
 mkdir -p %{buildroot}%{_tmpfilesdir}
109 109
 cat >> %{buildroot}%{_tmpfilesdir}/%{name}.conf << EOF
110
-d /run/%{name} 0775 uwsgi uwsgi
110
+d /run/%{name} 0775 %{name} %{name}
111 111
 EOF
112 112
 
113 113
 %if 0%{?with_check}
... ...
@@ -115,123 +121,125 @@ EOF
115 115
 %endif
116 116
 
117 117
 %pre
118
-getent group uwsgi >/dev/null || groupadd -r uwsgi
119
-getent passwd uwsgi >/dev/null || \
120
-    useradd -c "uWSGI daemon user" -d /run/uwsgi -g %{name} \
118
+getent group %{name} >/dev/null || groupadd -r %{name}
119
+getent passwd %{name} >/dev/null || \
120
+    useradd -c "uWSGI daemon user" -d /run/%{name} -g %{name} \
121 121
         -s /sbin/nologin -M -r %{name}
122 122
 %post
123
-%systemd_post uwsgi.service
123
+%systemd_post %{name}.service
124 124
 
125 125
 %preun
126
-%systemd_preun uwsgi.service
126
+%systemd_preun %{name}.service
127 127
 
128 128
 %postun
129
-%systemd_postun uwsgi.service
129
+%systemd_postun %{name}.service
130 130
 
131 131
 %clean
132 132
 rm -rf %{buildroot}/*
133 133
 
134 134
 %files
135 135
 %defattr(-,root,root,-)
136
-%{_sbindir}/uwsgi
137
-%config(noreplace) %{_sysconfdir}/uwsgi.ini
138
-%{_unitdir}/uwsgi.service
136
+%{_sbindir}/%{name}
137
+%config(noreplace) %{_sysconfdir}/%{name}.ini
138
+%{_unitdir}/%{name}.service
139 139
 %{_tmpfilesdir}/%{name}.conf
140
-%dir %{_sysconfdir}/uwsgi.d
140
+%dir %{_sysconfdir}/%{name}.d
141 141
 %doc README
142 142
 %license LICENSE
143 143
 
144 144
 %files devel
145 145
 %defattr(-,root,root,-)
146
-%{_includedir}/uwsgi
146
+%{_includedir}/%{name}
147 147
 
148 148
 %files plugins
149 149
 %defattr(-,root,root,-)
150
-%{_libdir}/uwsgi/airbrake_plugin.so
151
-%{_libdir}/uwsgi/alarm_curl_plugin.so
152
-%{_libdir}/uwsgi/asyncio_plugin.so
153
-%{_libdir}/uwsgi/cache_plugin.so
154
-%{_libdir}/uwsgi/carbon_plugin.so
155
-%{_libdir}/uwsgi/cgi_plugin.so
156
-%{_libdir}/uwsgi/cheaper_backlog2_plugin.so
157
-%{_libdir}/uwsgi/cheaper_busyness_plugin.so
158
-%{_libdir}/uwsgi/clock_monotonic_plugin.so
159
-%{_libdir}/uwsgi/corerouter_plugin.so
160
-%{_libdir}/uwsgi/cplusplus_plugin.so
161
-%{_libdir}/uwsgi/curl_cron_plugin.so
162
-%{_libdir}/uwsgi/dumbloop_plugin.so
163
-%{_libdir}/uwsgi/dummy_plugin.so
164
-%{_libdir}/uwsgi/emperor_amqp_plugin.so
165
-%{_libdir}/uwsgi/fastrouter_plugin.so
166
-%{_libdir}/uwsgi/forkptyrouter_plugin.so
167
-%{_libdir}/uwsgi/echo_plugin.so
168
-%{_libdir}/uwsgi/graylog2_plugin.so
169
-%{_libdir}/uwsgi/http_plugin.so
170
-%{_libdir}/uwsgi/ldap_plugin.so
171
-%{_libdir}/uwsgi/lua_plugin.so
172
-%{_libdir}/uwsgi/logcrypto_plugin.so
173
-%{_libdir}/uwsgi/logfile_plugin.so
174
-%{_libdir}/uwsgi/logpipe_plugin.so
175
-%{_libdir}/uwsgi/logsocket_plugin.so
176
-%{_libdir}/uwsgi/nagios_plugin.so
177
-%{_libdir}/uwsgi/msgpack_plugin.so
178
-%{_libdir}/uwsgi/notfound_plugin.so
179
-%{_libdir}/uwsgi/pam_plugin.so
180
-%{_libdir}/uwsgi/ping_plugin.so
181
-%{_libdir}/uwsgi/pty_plugin.so
182
-%{_libdir}/uwsgi/rack_plugin.so
183
-%{_libdir}/uwsgi/rawrouter_plugin.so
184
-%{_libdir}/uwsgi/redislog_plugin.so
185
-%{_libdir}/uwsgi/router_access_plugin.so
186
-%{_libdir}/uwsgi/router_basicauth_plugin.so
187
-%{_libdir}/uwsgi/router_cache_plugin.so
188
-%{_libdir}/uwsgi/router_expires_plugin.so
189
-%{_libdir}/uwsgi/router_hash_plugin.so
190
-%{_libdir}/uwsgi/router_http_plugin.so
191
-%{_libdir}/uwsgi/router_memcached_plugin.so
192
-%{_libdir}/uwsgi/router_metrics_plugin.so
193
-%{_libdir}/uwsgi/router_radius_plugin.so
194
-%{_libdir}/uwsgi/router_redirect_plugin.so
195
-%{_libdir}/uwsgi/router_redis_plugin.so
196
-%{_libdir}/uwsgi/router_rewrite_plugin.so
197
-%{_libdir}/uwsgi/router_spnego_plugin.so
198
-%{_libdir}/uwsgi/router_static_plugin.so
199
-%{_libdir}/uwsgi/router_uwsgi_plugin.so
200
-%{_libdir}/uwsgi/router_xmldir_plugin.so
201
-%{_libdir}/uwsgi/rpc_plugin.so
202
-%{_libdir}/uwsgi/rrdtool_plugin.so
203
-%{_libdir}/uwsgi/rsyslog_plugin.so
204
-%{_libdir}/uwsgi/signal_plugin.so
205
-%{_libdir}/uwsgi/spooler_plugin.so
206
-%{_libdir}/uwsgi/sqlite3_plugin.so
207
-%{_libdir}/uwsgi/ssi_plugin.so
208
-%{_libdir}/uwsgi/sslrouter_plugin.so
209
-%{_libdir}/uwsgi/stats_pusher_file_plugin.so
210
-%{_libdir}/uwsgi/stats_pusher_socket_plugin.so
211
-%{_libdir}/uwsgi/stats_pusher_statsd_plugin.so
212
-%{_libdir}/uwsgi/symcall_plugin.so
213
-%{_libdir}/uwsgi/syslog_plugin.so
214
-%{_libdir}/uwsgi/systemd_logger_plugin.so
215
-%{_libdir}/uwsgi/tornado_plugin.so
216
-%{_libdir}/uwsgi/transformation_chunked_plugin.so
217
-%{_libdir}/uwsgi/transformation_gzip_plugin.so
218
-%{_libdir}/uwsgi/transformation_offload_plugin.so
219
-%{_libdir}/uwsgi/transformation_template_plugin.so
220
-%{_libdir}/uwsgi/transformation_tofile_plugin.so
221
-%{_libdir}/uwsgi/transformation_toupper_plugin.so
222
-%{_libdir}/uwsgi/tuntap_plugin.so
223
-%{_libdir}/uwsgi/ugreen_plugin.so
224
-%{_libdir}/uwsgi/webdav_plugin.so
225
-%{_libdir}/uwsgi/xattr_plugin.so
226
-%{_libdir}/uwsgi/xslt_plugin.so
227
-%{_libdir}/uwsgi/zabbix_plugin.so
228
-%{_libdir}/uwsgi/zergpool_plugin.so
150
+%{_libdir}/%{name}/airbrake_plugin.so
151
+%{_libdir}/%{name}/alarm_curl_plugin.so
152
+%{_libdir}/%{name}/asyncio_plugin.so
153
+%{_libdir}/%{name}/cache_plugin.so
154
+%{_libdir}/%{name}/carbon_plugin.so
155
+%{_libdir}/%{name}/cgi_plugin.so
156
+%{_libdir}/%{name}/cheaper_backlog2_plugin.so
157
+%{_libdir}/%{name}/cheaper_busyness_plugin.so
158
+%{_libdir}/%{name}/clock_monotonic_plugin.so
159
+%{_libdir}/%{name}/corerouter_plugin.so
160
+%{_libdir}/%{name}/cplusplus_plugin.so
161
+%{_libdir}/%{name}/curl_cron_plugin.so
162
+%{_libdir}/%{name}/dumbloop_plugin.so
163
+%{_libdir}/%{name}/dummy_plugin.so
164
+%{_libdir}/%{name}/emperor_amqp_plugin.so
165
+%{_libdir}/%{name}/fastrouter_plugin.so
166
+%{_libdir}/%{name}/forkptyrouter_plugin.so
167
+%{_libdir}/%{name}/echo_plugin.so
168
+%{_libdir}/%{name}/graylog2_plugin.so
169
+%{_libdir}/%{name}/http_plugin.so
170
+%{_libdir}/%{name}/ldap_plugin.so
171
+%{_libdir}/%{name}/lua_plugin.so
172
+%{_libdir}/%{name}/logcrypto_plugin.so
173
+%{_libdir}/%{name}/logfile_plugin.so
174
+%{_libdir}/%{name}/logpipe_plugin.so
175
+%{_libdir}/%{name}/logsocket_plugin.so
176
+%{_libdir}/%{name}/nagios_plugin.so
177
+%{_libdir}/%{name}/msgpack_plugin.so
178
+%{_libdir}/%{name}/notfound_plugin.so
179
+%{_libdir}/%{name}/pam_plugin.so
180
+%{_libdir}/%{name}/ping_plugin.so
181
+%{_libdir}/%{name}/pty_plugin.so
182
+%{_libdir}/%{name}/rack_plugin.so
183
+%{_libdir}/%{name}/rawrouter_plugin.so
184
+%{_libdir}/%{name}/redislog_plugin.so
185
+%{_libdir}/%{name}/router_access_plugin.so
186
+%{_libdir}/%{name}/router_basicauth_plugin.so
187
+%{_libdir}/%{name}/router_cache_plugin.so
188
+%{_libdir}/%{name}/router_expires_plugin.so
189
+%{_libdir}/%{name}/router_hash_plugin.so
190
+%{_libdir}/%{name}/router_http_plugin.so
191
+%{_libdir}/%{name}/router_memcached_plugin.so
192
+%{_libdir}/%{name}/router_metrics_plugin.so
193
+%{_libdir}/%{name}/router_radius_plugin.so
194
+%{_libdir}/%{name}/router_redirect_plugin.so
195
+%{_libdir}/%{name}/router_redis_plugin.so
196
+%{_libdir}/%{name}/router_rewrite_plugin.so
197
+%{_libdir}/%{name}/router_spnego_plugin.so
198
+%{_libdir}/%{name}/router_static_plugin.so
199
+%{_libdir}/%{name}/router_uwsgi_plugin.so
200
+%{_libdir}/%{name}/router_xmldir_plugin.so
201
+%{_libdir}/%{name}/rpc_plugin.so
202
+%{_libdir}/%{name}/rrdtool_plugin.so
203
+%{_libdir}/%{name}/rsyslog_plugin.so
204
+%{_libdir}/%{name}/signal_plugin.so
205
+%{_libdir}/%{name}/spooler_plugin.so
206
+%{_libdir}/%{name}/sqlite3_plugin.so
207
+%{_libdir}/%{name}/ssi_plugin.so
208
+%{_libdir}/%{name}/sslrouter_plugin.so
209
+%{_libdir}/%{name}/stats_pusher_file_plugin.so
210
+%{_libdir}/%{name}/stats_pusher_socket_plugin.so
211
+%{_libdir}/%{name}/stats_pusher_statsd_plugin.so
212
+%{_libdir}/%{name}/symcall_plugin.so
213
+%{_libdir}/%{name}/syslog_plugin.so
214
+%{_libdir}/%{name}/systemd_logger_plugin.so
215
+%{_libdir}/%{name}/tornado_plugin.so
216
+%{_libdir}/%{name}/transformation_chunked_plugin.so
217
+%{_libdir}/%{name}/transformation_gzip_plugin.so
218
+%{_libdir}/%{name}/transformation_offload_plugin.so
219
+%{_libdir}/%{name}/transformation_template_plugin.so
220
+%{_libdir}/%{name}/transformation_tofile_plugin.so
221
+%{_libdir}/%{name}/transformation_toupper_plugin.so
222
+%{_libdir}/%{name}/tuntap_plugin.so
223
+%{_libdir}/%{name}/ugreen_plugin.so
224
+%{_libdir}/%{name}/webdav_plugin.so
225
+%{_libdir}/%{name}/xattr_plugin.so
226
+%{_libdir}/%{name}/xslt_plugin.so
227
+%{_libdir}/%{name}/zabbix_plugin.so
228
+%{_libdir}/%{name}/zergpool_plugin.so
229 229
 
230 230
 %files python3-plugin
231 231
 %defattr(-,root,root,-)
232
-%{_libdir}/uwsgi/python_plugin.so
232
+%{_libdir}/%{name}/python_plugin.so
233 233
 %{python3_sitelib}/uwsgidecorators.py*
234 234
 
235 235
 %changelog
236
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.0.20-2
237
+- Bump version as a part of libxslt upgrade
236 238
 * Mon Apr 04 2022 Prashant S Chauhan <psinghchauha@vmware.com> 2.0.20-1
237 239
 - uwsgi initial build
... ...
@@ -1,21 +1,22 @@
1
-Summary:                Wayland Compositor Infrastructure
2
-Name:                   wayland
3
-Version:                1.20.0
4
-Release:                1%{?dist}
5
-License:                MIT
6
-URL:                    http://wayland.freedesktop.org/
7
-Group:                  System Environment/Libraries
8
-Source0:                https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
9
-%define sha512          wayland=e8a1f410994b947f850799bdd0d95a2429d8467f853e62a0ab3915a4e9fe130f8aa977e03715114ab740c6ec546edea63d275ce7f927d4f3029ea126e6a7d215
10
-Vendor:                 VMware, Inc.
11
-Distribution:           Photon
12
-
13
-BuildRequires:          libxml2-devel
14
-BuildRequires:          meson
15
-BuildRequires:          ninja-build
16
-BuildRequires:          libffi-devel
17
-BuildRequires:          expat-devel
18
-BuildRequires:          libxslt-devel
1
+Summary:    Wayland Compositor Infrastructure
2
+Name:       wayland
3
+Version:    1.20.0
4
+Release:    2%{?dist}
5
+License:    MIT
6
+URL:        http://wayland.freedesktop.org
7
+Group:      System Environment/Libraries
8
+Vendor:     VMware, Inc.
9
+Distribution: Photon
10
+
11
+Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
12
+%define sha512 %{name}=e8a1f410994b947f850799bdd0d95a2429d8467f853e62a0ab3915a4e9fe130f8aa977e03715114ab740c6ec546edea63d275ce7f927d4f3029ea126e6a7d215
13
+
14
+BuildRequires: libxml2-devel
15
+BuildRequires: meson
16
+BuildRequires: ninja-build
17
+BuildRequires: libffi-devel
18
+BuildRequires: expat-devel
19
+BuildRequires: libxslt-devel
19 20
 
20 21
 %description
21 22
 Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a Wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.
... ...
@@ -69,12 +70,13 @@ CONFIGURE_OPTS=(
69 69
 
70 70
 %install
71 71
 %meson_install
72
-find %{buildroot} -name \*.la -delete
73 72
 
74 73
 %ldconfig_scriptlets
75 74
 
75
+%if 0%{?with_check}
76 76
 %check
77 77
 %meson_test
78
+%endif
78 79
 
79 80
 %clean
80 81
 rm -rf %{buildroot}/*
... ...
@@ -84,15 +86,15 @@ rm -rf %{buildroot}/*
84 84
 
85 85
 %files devel
86 86
 %defattr(-,root,root)
87
-%{_bindir}/wayland-scanner
88
-%{_includedir}/wayland-*.h
89
-%{_libdir}/pkgconfig/wayland-*.pc
87
+%{_bindir}/%{name}-scanner
88
+%{_includedir}/%{name}-*.h
89
+%{_libdir}/pkgconfig/%{name}-*.pc
90 90
 %{_libdir}/libwayland-*.so
91
-%{_datadir}/aclocal/wayland-scanner.m4
92
-%dir %{_datadir}/wayland
93
-%{_datadir}/wayland/wayland-scanner.mk
94
-%{_datadir}/wayland/wayland.xml
95
-%{_datadir}/wayland/wayland.dtd
91
+%{_datadir}/aclocal/%{name}-scanner.m4
92
+%dir %{_datadir}/%{name}
93
+%{_datadir}/%{name}/%{name}-scanner.mk
94
+%{_datadir}/%{name}/%{name}.xml
95
+%{_datadir}/%{name}/%{name}.dtd
96 96
 
97 97
 %files -n libwayland-client
98 98
 %defattr(-,root,root)
... ...
@@ -115,5 +117,7 @@ rm -rf %{buildroot}/*
115 115
 %{_libdir}/libwayland-server.so.0*
116 116
 
117 117
 %changelog
118
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.20.0-2
119
+- Bump version as a part of libxslt upgrade
118 120
 * Tue Jun 14 2022 Tejaswini Jayaramaiah <jtejaswini@vmware.com> 1.20.0-1
119 121
 - Initial build. First version
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        Library providing support for "XML Signature" and "XML Encryption" standards
2 2
 Name:           xmlsec1
3 3
 Version:        1.2.33
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        MIT
6 6
 Group:          Applications/System
7 7
 Vendor:         VMware, Inc.
8 8
 Distribution:   Photon
9
-Url:            http://www.aleksey.com/xmlsec/
9
+Url:            http://www.aleksey.com/xmlsec
10 10
 
11
-Source0:        http://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
11
+Source0: http://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
12 12
 %define sha512 %{name}=6354554b5cdc0a1389f6991efeac919bea912330b36d3be3d3496d61331e9edd2771786d50d2571a439f62ccfc3bd32be0a50bb5a037c4993aac076ad94b46e8
13 13
 
14 14
 BuildRequires: libxml2-devel
... ...
@@ -49,7 +49,7 @@ Signatures and XML Encryption support.
49 49
 %make_install %{?_smp_mflags}
50 50
 
51 51
 %check
52
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck} %{?_smp_mflags}
52
+make -k check %{?_smp_mflags}
53 53
 
54 54
 %clean
55 55
 rm -rf %{buildroot}
... ...
@@ -86,6 +86,8 @@ rm -rf %{buildroot}
86 86
 %{_mandir}/man1/%{name}-config.1.gz
87 87
 
88 88
 %changelog
89
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.2.33-4
90
+- Bump version as a part of libxslt upgrade
89 91
 * Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.2.33-3
90 92
 - Remove .la files
91 93
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.2.33-2
... ...
@@ -1,20 +1,27 @@
1 1
 Summary:	Command Line XML Toolkit
2 2
 Name:   	xmlstarlet
3 3
 Version:	1.6.1
4
-Release:	3%{?dist}
4
+Release:	4%{?dist}
5 5
 License:	MIT
6 6
 URL:    	http://xmlstar.sourceforge.net/
7 7
 Group:  	Text Tools
8 8
 Vendor: 	VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:	http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz
11
-%define sha512  xmlstarlet=4228df812caec7059d7a76986c4d9a4262bd861cc53dca05f341ae6c062be05f1c39fc637918ab00f60f40587c6c556e3c9bfaf8a18b149e3c321a92214dbe8b
10
+
11
+Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=4228df812caec7059d7a76986c4d9a4262bd861cc53dca05f341ae6c062be05f1c39fc637918ab00f60f40587c6c556e3c9bfaf8a18b149e3c321a92214dbe8b
13
+
12 14
 #https://sourceforge.net/p/xmlstar/bugs/109/
13 15
 Patch0: 	xmlstarlet-1.6.1-nogit.patch
16
+
14 17
 BuildRequires:  gcc
15
-BuildRequires:  automake autoconf linux-api-headers diffutils
18
+BuildRequires:  automake
19
+BuildRequires:  autoconf
20
+BuildRequires:  linux-api-headers
21
+BuildRequires:  diffutils
16 22
 BuildRequires:  libxml2-devel
17 23
 BuildRequires:  libxslt-devel
24
+
18 25
 Requires:       libxml2
19 26
 Requires:       libxslt
20 27
 
... ...
@@ -31,15 +38,18 @@ commands.
31 31
 %build
32 32
 autoreconf -sif
33 33
 %configure \
34
-        --with-libxml-prefix=%{_prefix} \
35
-        --with-libxslt-prefix=%{_prefix}
36
-make %{?_smp_mflags}
34
+    --with-libxml-prefix=%{_prefix} \
35
+    --with-libxslt-prefix=%{_prefix}
36
+
37
+%make_build
37 38
 
38 39
 %install
39
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
40
+%make_install %{?_smp_mflags}
40 41
 
42
+%if 0%{?with_check}
41 43
 %check
42 44
 make check %{?_smp_mflags}
45
+%endif
43 46
 
44 47
 %clean
45 48
 rm -fr %{buildroot}
... ...
@@ -52,6 +62,8 @@ rm -fr %{buildroot}
52 52
 %{_bindir}/xml
53 53
 
54 54
 %changelog
55
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.6.1-4
56
+- Bump version as a part of libxslt upgrade
55 57
 * Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.6.1-3
56 58
 - Bump version as a part of libxslt upgrade
57 59
 * Wed Nov 17 2021 Nitesh Kumar <kunitesh@vmware.com> 1.6.1-2
... ...
@@ -1,14 +1,16 @@
1 1
 Summary:    The  purpose  of  xmlto is to convert an XML file to the desired format
2 2
 Name:       xmlto
3 3
 Version:    0.0.28
4
-Release:    3%{?dist}
4
+Release:    4%{?dist}
5 5
 License:    GPLv2+
6 6
 URL:        https://pagure.io/xmlto
7 7
 Group:      Applications/System
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution: Photon
10
-Source0:     http://releases.pagure.org/xmlto/%{name}-%{version}.tar.gz
11
-%define sha512 xmlto=b4de619c840ed9329aed15e6a2bcd830864c250cd134474aeb157571019fa443835e17f68851d35971f775ba5e5c65c61429cf0616c7839cdc51e83f80916a80
10
+
11
+Source0: http://releases.pagure.org/xmlto/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=b4de619c840ed9329aed15e6a2bcd830864c250cd134474aeb157571019fa443835e17f68851d35971f775ba5e5c65c61429cf0616c7839cdc51e83f80916a80
13
+
12 14
 BuildRequires:    docbook-xsl
13 15
 BuildRequires:    docbook-xml
14 16
 BuildRequires:    libxslt-devel
... ...
@@ -27,14 +29,13 @@ The  purpose  of  xmlto is to convert an XML file to the desired format
27 27
 
28 28
 %build
29 29
 %configure
30
-
31
-make %{?_smp_mflags}
30
+%make_build
32 31
 
33 32
 %install
34
-make %{?_smp_mflags} install DESTDIR=%{buildroot}
33
+%make_install %{?_smp_mflags}
35 34
 
36 35
 %check
37
-make %{?_smp_mflags} -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
36
+make %{?_smp_mflags} check
38 37
 
39 38
 %post
40 39
 /sbin/ldconfig
... ...
@@ -46,12 +47,14 @@ make %{?_smp_mflags} -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
46 46
 %defattr(-,root,root)
47 47
 %{_bindir}/*
48 48
 %{_mandir}/*/*
49
-%{_datadir}/xmlto/*
49
+%{_datadir}/%{name}/*
50 50
 
51 51
 %changelog
52
-*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 0.0.28-3
53
--   Bump version as a part of libxslt upgrade
54
-*   Tue Jan 05 2021 Shreenidhi Shedi <sshedi@vmware.com> 0.0.28-2
55
--   Fix build with new rpm
56
-*   Thu Apr 06 2017 Dheeraj Shetty <dheerajs@vmware.com> 0.0.28-1
57
--   Initial build.  First version
52
+* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 0.0.28-4
53
+- Bump version as a part of libxslt upgrade
54
+* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 0.0.28-3
55
+- Bump version as a part of libxslt upgrade
56
+* Tue Jan 05 2021 Shreenidhi Shedi <sshedi@vmware.com> 0.0.28-2
57
+- Fix build with new rpm
58
+* Thu Apr 06 2017 Dheeraj Shetty <dheerajs@vmware.com> 0.0.28-1
59
+- Initial build. First version