forked from pool/rpm-config-SUSE
- Update to version 0.g93:
* locale.attr: Match all files inside LC_MESSAGES (boo#1194865) * remove leap_version as it's obsolete OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm-config-SUSE?expand=0&rev=48
This commit is contained in:
parent
875e630816
commit
6e56d1d11d
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
|
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
|
||||||
<param name="changesrevision">5910035fe8beac2cef37300db3cc707b53b58006</param>
|
<param name="changesrevision">fd1a4730fd0356e70a38ded7bff3ab0065706ea6</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d880027e7a052691080ec032e29f783448b1b7abb3b456deeca7977abcc41c6f
|
|
||||||
size 15948
|
|
3
rpm-config-SUSE-0.g93.tar.xz
Normal file
3
rpm-config-SUSE-0.g93.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87d44ff80245375366ab7e568e863e5502b9010a3c7e1b8f2e99b418399266ce
|
||||||
|
size 15928
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 19 15:18:16 UTC 2022 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.g93:
|
||||||
|
* locale.attr: Match all files inside LC_MESSAGES (boo#1194865)
|
||||||
|
* remove leap_version as it's obsolete
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 21 10:33:43 UTC 2021 - lnussel@suse.de
|
Thu Oct 21 10:33:43 UTC 2021 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpm-config-SUSE
|
# spec file for package rpm-config-SUSE
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpm-config-SUSE
|
Name: rpm-config-SUSE
|
||||||
Version: 0.g89
|
Version: 0.g93
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SUSE specific RPM configuration files
|
Summary: SUSE specific RPM configuration files
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
URL: https://github.com/openSUSE/rpm-config-SUSE
|
URL: https://github.com/openSUSE/rpm-config-SUSE
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# RPM owns the directories we need
|
# RPM owns the directories we need
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
@ -46,8 +46,6 @@ sed -e 's/@suse_version@/%{?suse_version}%{!?suse_version:0}/' \
|
|||||||
-e 's/@ul_version@/%{?ul_version}%{!?ul_version:0}/' \
|
-e 's/@ul_version@/%{?ul_version}%{!?ul_version:0}/' \
|
||||||
-e '/@is_opensuse@%{?is_opensuse:nomatch}/d' \
|
-e '/@is_opensuse@%{?is_opensuse:nomatch}/d' \
|
||||||
-e 's/@is_opensuse@/%{?is_opensuse}%{!?is_opensuse:0}/' \
|
-e 's/@is_opensuse@/%{?is_opensuse}%{!?is_opensuse:0}/' \
|
||||||
-e '/@leap_version@%{?leap_version:nomatch}/d' \
|
|
||||||
-e 's/@leap_version@/%{?leap_version}%{!?leap_version:0}/' \
|
|
||||||
%if 0%{?usrmerged}
|
%if 0%{?usrmerged}
|
||||||
-e 's/@usrmerged@/%{?usrmerged}/' \
|
-e 's/@usrmerged@/%{?usrmerged}/' \
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user