Debrand for AlmaLinux
This commit is contained in:
commit
0b62aa9daf
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (subscription-manager-1.30.4.tar.gz) = cb6c8b4c5ff9e23ef29481fc86cd0e7370c1454007b95618bfcfbd230e6393d5b439274478c230d63a91248073647238699e771978bfb5ec429deacf9ed2feb0
|
SHA512 (subscription-manager-1.30.5.tar.gz) = 1d7bd90dd826be975fa85a237b607f2d7e0bd4d456de404864b8db4dfd00682493172b49364f6bf18630595eac39a2c41b5d8f3934630a3f87c29615682d22c4
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
%global exclude_packages %{exclude_packages}"
|
%global exclude_packages %{exclude_packages}"
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.30.4
|
Version: 1.30.5
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 1%{?dist}.alma.1
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -118,9 +118,9 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
Source2: subscription-manager-rpmlintrc
|
Source2: subscription-manager-rpmlintrc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# AlmaLinux patches
|
|
||||||
Patch1000: almalinux_debrand.patch
|
|
||||||
|
|
||||||
|
# AlmaLinux Patch
|
||||||
|
Patch1000: almalinux_debrand.patch
|
||||||
# The following macro examples are preceeded by '%' to stop macro expansion
|
# The following macro examples are preceeded by '%' to stop macro expansion
|
||||||
# in the comments. (See https://bugzilla.redhat.com/show_bug.cgi?id=1224660 for
|
# in the comments. (See https://bugzilla.redhat.com/show_bug.cgi?id=1224660 for
|
||||||
# why this is necessary)
|
# why this is necessary)
|
||||||
@ -364,7 +364,8 @@ cloud metadata and signatures.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%autopatch -p1
|
# Applying AlmaLinux Patch
|
||||||
|
%patch -P 1000 -p1 -b .almalinux_debrand
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -f Makefile VERSION=%{version}-%{release} CFLAGS="%{optflags}" \
|
make -f Makefile VERSION=%{version}-%{release} CFLAGS="%{optflags}" \
|
||||||
@ -741,9 +742,20 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
|||||||
rm -f /var/lib/rhsm/cache/content_access_mode.json
|
rm -f /var/lib/rhsm/cache/content_access_mode.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 28 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.4-1.alma.1
|
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.5-1.alma.1
|
||||||
- Debrand for AlmaLinux
|
- Debrand for AlmaLinux
|
||||||
|
|
||||||
|
* Tue Feb 04 2025 Pino Toscano <ptoscano@redhat.com> 1.30.5-1
|
||||||
|
- fix: Disabling of content in D-Bus methods Register*() (jhnidek@redhat.com)
|
||||||
|
- chore: logging.warn() -> logging.warning() (ptoscano@redhat.com)
|
||||||
|
- Feat CCT-467: Add explanatory info about the source of overrides in repo-
|
||||||
|
overrides command (mgrunwal@mgrunwal-thinkpadp1gen3.rmtcz.csb)
|
||||||
|
- feat: Allow to call RegisterWithActivationKeys() with enable_content
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- refactor: Small changes of _enable_content (jhnidek@redhat.com)
|
||||||
|
- fix: It is possible to disable content using enable_content option
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
|
||||||
* Wed Jan 22 2025 Pino Toscano <ptoscano@redhat.com> 1.30.4-1
|
* Wed Jan 22 2025 Pino Toscano <ptoscano@redhat.com> 1.30.4-1
|
||||||
- Revert "feat: Disable anonymous cloud registration temporarily"
|
- Revert "feat: Disable anonymous cloud registration temporarily"
|
||||||
(ptoscano@redhat.com)
|
(ptoscano@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user